Commit Graph

12859 Commits

Author SHA1 Message Date
gavin%gavinsharp.com
0646d40ceb Bug 312867: expose input's editor (toolkit version), patch by Alex Vincent <ajvincent@gmail.com>, r=mconnor, also address an xpfe nit (comment 16) and fix some trailing whitespace 2006-01-25 01:14:00 +00:00
bryner%brianryner.com
ecc0706743 Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
jag%tty.nl
add855f70c Bug 321490: Make SeaMonkey compatible again with moveTabTo implementation of the Firefox
To avoid JS strict warnings use |this.mTabs.item(aDestIndex)| instead of |this.mTabs[aDestIndex]| since we know |aDestIndex| can validly be |this.mTabs.length|.
sr=Neil
2006-01-24 03:10:36 +00:00
jag%tty.nl
34625e042e Bug 321490: Make SeaMonkey compatible again with moveTabTo implementation of the Firefox
If the first argument is a tab, look up its index. Return the tab we get from insertBefore().
r=CTho, sr=Neil
2006-01-23 03:43:16 +00:00
mnyromyr%tprac.de
244ae7bf31 Bug 318889: broken multisearch; r=bsmedberg, sr=jag 2006-01-21 11:54:03 +00:00
bzbarsky%mit.edu
1dbb1a4bf2 Restore line that got lost while messing with XPCNativeWrapper. Bug 323970, r=neil, a=kairo, iann. 2006-01-20 23:01:49 +00:00
db48x%yahoo.com
ec57ae804b bug 323173: Add a stringbundleset element in pageinfo.xul so that overlays can add stringbundles more easily
patch by Florian Qu��ze <f.qu@queze.net>, r=db48x, sr=neil
2006-01-17 23:51:28 +00:00
neil%parkwaycc.co.uk
f8074badba Bustage fix for copy/paste error (b=321128) 2006-01-17 22:20:49 +00:00
neil%parkwaycc.co.uk
879544f3e3 Limit scope of tab movement keys b=321128 p=Mnyromyr r=me (my tabbrowser.xml changes r=Mnyromyr) sr=jag 2006-01-17 17:26:57 +00:00
enndeakin%sympatico.ca
f13d6afa4d Bug 308591, Button.dlgType sets an attribute with the wrong case, r=neil 2006-01-15 22:24:14 +00:00
bzbarsky%mit.edu
40e64caf88 Fix leaks due to nsISupportsArray misuse. Bug 323377, patch by Martijn Wargers
<martijn.martijn@gmail.com>, r=pike, sr=bzbarsky
2006-01-15 18:49:09 +00:00
bugzilla%arlen.demon.co.uk
d51a97e403 Bug 319368 Implement <a ping> - Disable in SeaMonkey for the moment
p=me r=neil.parkwaycc.co.uk sr=bzbarsky
2006-01-13 00:13:35 +00:00
timeless%mozdev.org
8397d43a6a Bug 106386 Correct misspellings in source code
patch by philippuryear@gmail.com r=timeless rs=brendan
2006-01-12 07:57:31 +00:00
bsmedberg%covad.net
6ad3ebc93b Bug 243214 - Cleanup of nsInternetSearchService, r=pike sr=alecf 2006-01-09 21:11:04 +00:00
gavin%gavinsharp.com
cf69500949 Oops, wrong line endings (bug 315346) 2006-01-08 23:51:50 +00:00
gavin%gavinsharp.com
8c134a89e3 Tbird bustage fix (bug 315346) 2006-01-08 23:46:30 +00:00
gavin%gavinsharp.com
517a317e2b Bug 315346 followup: remove old nsISidebars, r=bsmedberg, sr=roc 2006-01-08 23:03:45 +00:00
bugzilla%standard8.demon.co.uk
aeed86925c Bug 237592 Bookmarks should always show tooltip when hovering with mouse (xpfe version - Bv6a-SM). Patch by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil.parkwaycc.co.uk 2006-01-08 19:45:04 +00:00
bugzilla%arlen.demon.co.uk
409f5623a2 Bug 319659 XPFE code assumes document.firstChild is the root element
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
ajschult%verizon.net
eec0e5a3b5 Bustage fix (assertion failure) for bug 319004, handle empty title 2006-01-06 03:25:11 +00:00
ajschult%verizon.net
bcad4cd6ab Title chopping from bug 319004 might split a BMP character in the middle. r=smontagu, sr=darin. bug 322167 2006-01-05 04:00:13 +00:00
bugzilla%arlen.demon.co.uk
c94e8974ee Bug 311028 Print Preview window is partly overlayed by background and is missing scrollbars
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2006-01-04 22:34:34 +00:00
jag%tty.nl
73f6674801 Bug 313715: "Open in New Tab" from Bookmark Manager doesn't respect background pref
Stop caching the result of shouldLoadTabInBackground(), there's no point since we need to look at the state of the shift key every time, and we didn't update it in all code paths to begin with.
Pass in |event| from more places in history and bookmarks so we'll actually look at te shift key.
Replace use of "tab_background" with looking at shouldLoadTabInBackground().
r=IanN, sr=Neil
2006-01-04 17:29:38 +00:00
mnyromyr%tprac.de
7f45cc00d5 Bug 321601: Support Command+Option+Arrows for tab switching (xpfe version of bug 275519); p=<stefan_h@hem.utfors.se>, r=me, sr=Neil 2006-01-04 15:08:03 +00:00
ginn.chen%sun.com
3130b412df Bug 277750 Menu exposes 2-level accessible
r=aaronleventhal sr=neil.parkwaycc.co.uk
2006-01-04 06:09:27 +00:00
kairo%kairo.at
5abbf3a542 happy new year - update SeaMonkey Copyright strings for 2006 (thanks to dbaron for doing the others), r+sr=Neil 2006-01-03 13:07:02 +00:00
dbaron%dbaron.org
2170b6ff99 Happy new year! Change Mozilla Contributors copyright dates from 2005 to 2006. 2006-01-03 04:19:06 +00:00
ajschult%verizon.net
d6607afa94 Clamp length of document title and exclude long URIs from history to avoid DOS attacks, r=vlad, sr=darin. bug 319004 2006-01-03 02:00:44 +00:00
ajschult%verizon.net
f224e511d4 Use default of 1 for minResultsForPopup so popup closes when there are no results, r/sr=Neil, bug 320907 2006-01-03 01:35:52 +00:00
jwatt%jwatt.org
3d543ab984 Fixing bug 317628. Add "Web page, complete" to the Save File As... dialogue for SVG files. r=cbiesinger@gmx.at, sr=darin@meer.net 2006-01-02 02:43:53 +00:00
bugzilla%arlen.demon.co.uk
a79f88513f Bug 321981 (nsContextMenu.js) Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBoolPref is not a function
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-01 11:31:40 +00:00
rods%netscape.com
c8dd9d8e9b Wrong location - removing 2005-12-29 22:49:42 +00:00
rods%netscape.com
6a8bad5d47 Initial check in for BUg 113917 (not in the build yet) 2005-12-29 22:49:40 +00:00
jag%tty.nl
a55f7afdcc Bug 321578: Files dragged onto tabbar from explorer don't open in new tabs anymore.
Null check aDragSession.sourceNode.
r=cts, sr=Neil
2005-12-29 11:09:59 +00:00
neil%parkwaycc.co.uk
95aa2d0e5c Print dialog access keys and cleanup b=277296 p=stefanb/vhaarr r=timeless sr=me 2005-12-29 00:58:03 +00:00
gavin%gavinsharp.com
95fbb23132 Bug 213832: about:config filtering enhancement: search for status/type/value and allow wildcards, patch by Christian Franke <Franke@computer.org>, r=neil+mconnor, 2005-12-28 03:02:25 +00:00
cbiesinger%web.de
69d3197068 310409 fix quicklaunch
patch by Frank Wein <bugzilla@mcsmurf.de> r=neil sr=bz
2005-12-27 18:11:33 +00:00
cbiesinger%web.de
d3775d717f bug 287945 beos only
- new splash screen and icons for beos
- update version number
- update app signature

by Sergei Dolgov <sergei_d@fi.tartu.ee> r=biesi
2005-12-27 13:33:11 +00:00
cbiesinger%web.de
72ac26b6ce Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
timeless%mozdev.org
683322a8ad Bug 312867 Implement textbox.reset(), expose input's editor
patch by ajvincent@gmail.com r=neil sr=neil
2005-12-23 22:50:25 +00:00
neil%parkwaycc.co.uk
dd54ba56c6 Bug 244900 autocomplete requires mousemove before click r=IanN sr=jag 2005-12-23 11:08:36 +00:00
bugzilla%standard8.demon.co.uk
4dd600e593 Bug 306840 Improve PR_GetEnv() usages. (Av2) <XpFe/*> patch by Serge GAUTHERIE <gautheri@noos.fr> r=timeless,sr=neil.parkwaycc.co.uk 2005-12-22 17:57:13 +00:00
timeless%mozdev.org
179bfbf962 Bug 318866 Selecting "Sort Folder..." from context menu in Bookmark Manager results in XML Parsing Error: undefined entity (sortFolder.xul)
patch by supernova_00@yahoo.com r=neil sr=jag
2005-12-22 17:40:33 +00:00
masayuki%d-toybox.com
dfa4f66c74 Bug 314231 If link target URL has non-ASCII char that is not encoded by UTF-8, the default file name is always escaped at "Save Link Target As..." r=cbiesinger, sr=neil 2005-12-21 18:01:52 +00:00
bugzilla%arlen.demon.co.uk
d7edb151b8 Bug 23485 browser window should strip newlines from url pastes
p=ted.mielczarek@gmail.com r=mconnor for Firefox and r/sr=neil.parkwaycc.co.uk for SeaMonkey
2005-12-20 22:58:53 +00:00
timeless%mozdev.org
bc001e0345 Bug 253481 xul:textbox attribute to specify what happens to pasted line breaks
patch by ted.mielczarek@gmail.com r=neil sr=jag
2005-12-20 20:19:00 +00:00
bugzilla%arlen.demon.co.uk
6aed21d27c Bug 260977 SeaMonkey / mozilla asks for another profile if already ran and run-mozilla.sh is in the libdir
p=piel@lifl.fr r=bsmedberg
2005-12-19 23:56:29 +00:00
cbiesinger%web.de
c6e491a9d3 bug 273971 patch by Son Le <son.le0@gmail.com> r=biesi sr=neil
- make nsIDownload::currBytes and maxBytes use bytes rather than kilobytes
- make transfers of unknown size use the right size
  - send mProgress rather than mContentLength as the current progress in OnStateChange
2005-12-19 15:25:22 +00:00
ajschult%verizon.net
3c8dc4f469 Never show the autocomplete popup unless there are results or search is enabled. bug 124674, r=jag, sr=neil 2005-12-18 21:04:05 +00:00
jag%tty.nl
81856b3f7b Bug 319244: Reduce flicker of the tab drop indicator when dragging tabs. Also clean up strict warning (var redeclaration), and don't show the arrow when you can't drop it (which is within half a tab on either side of the tab being dragged). Oh, and get rid of unneeded flavour. r=CTho, sr=Neil 2005-12-14 11:33:16 +00:00
ajschult%verizon.net
64d4846f64 fix maxRows comment, patch by dean_tessman@hotmail.com, r/sr=neil 2005-12-14 05:36:20 +00:00
bugzilla%standard8.demon.co.uk
7407717313 Bug 316584 Improve wording in tab key navigation prefs/help. Patch by Giacomo Magnini <giacomo.magnini@portalis.it>. r=iann_bugzilla,sr=neil.parkwaycc.co.uk 2005-12-13 19:22:35 +00:00
ajschult%verizon.net
d6d00e40ce Don't show autocomplete popup if there are no results and search is disabled, r=jag, sr=neil 2005-12-13 07:41:04 +00:00
cst%andrew.cmu.edu
12d92c6f9e Bustage fix - one too many ")" 2005-12-11 19:06:06 +00:00
cst%andrew.cmu.edu
ed0e57055e Bug 233229 Location Bar uses http when auto-completing https URLs
Patch by ajschult, r+sr=neil
2005-12-11 18:22:01 +00:00
timeless%mozdev.org
6f357ea298 Bug 172785 [BeOS] Allow Launch/Reveal and ShowLocation in Tracker
patch by sergei_d@fi.tartu.ee r=tqh sr=neil
2005-12-11 05:37:42 +00:00
bzbarsky%mit.edu
2fa59992f8 Reenable all of fix for bug 317819 now that tinderbox can deal with it. 2005-12-10 00:20:24 +00:00
roc+%cs.cmu.edu
5e35db1f1b Bug 315346. nsISidebar should be in dom/ since it's a platform thing that we expose as part of the Web API, it's not app-specific. r+sr=jst 2005-12-06 01:29:42 +00:00
cst%andrew.cmu.edu
fc50d84d5d Bug 105885 Drag-drop reordering of tabs
Patch: r=jag sr=neil
Artwork: by Neil r=timeless
2005-12-06 00:57:00 +00:00
kairo%kairo.at
d0c1328515 bug 312994 - new SeaMonkey artwork, improved mac .icns file by Mnyromyr that fixes some small glitches, still r+sr=Neil a=seamonkey-council 2005-12-05 19:08:06 +00:00
kairo%kairo.at
daece61058 bug 312994 - new SeaMonkey artwork, r+sr=Neil a=seamonkey-council 2005-12-02 20:45:36 +00:00
neil%parkwaycc.co.uk
8decabdc7b Check for null focusedWindow in case of full-page plugins b=304243 r=IanN sr=jag 2005-12-02 14:33:09 +00:00
bzbarsky%mit.edu
949a79e4b1 Back out part of patch for bug 317819 until tinderbox has been fixed to deal with it 2005-12-01 20:17:41 +00:00
timeless%mozdev.org
a1ad74bf1d Bug 317819 disable more javascript/DOM abilities, plugins in mail
patch by ajschult@verizon.net r=neil sr=neil
2005-12-01 02:57:16 +00:00
bzbarsky%mit.edu
5d6ea27dc0 Fix more build bustage (bug 316794). 2005-11-29 06:11:38 +00:00
bzbarsky%mit.edu
6bd9a190f3 Fix more build bustage (bug 316794). 2005-11-29 05:25:48 +00:00
bzbarsky%mit.edu
52d48a2be7 Fix build bustage (bug 316794) -- need to be able to include nsIChromeEventHandler, by way of nsPIDOMWindow. 2005-11-29 03:42:34 +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
jst%mozilla.jstenback.com
8f1863159b Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
kairo%kairo.at
90d92bfc9a bug 316137 - SeaMonkey.app still called 1.0a, remove version notice line from InfoPlist.strings; SeaMonkey-only & mac-only; r=sfraser 2005-11-28 17:13:44 +00:00
timeless%mozdev.org
f4dc303882 Bug 130462 "null" or "" is displayed in drop-down search text in URL bar
patch by ajschult@verizon.net r=jag sr=neil
2005-11-27 07:08:57 +00:00
timeless%mozdev.org
9b0852aaf7 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
eb9350f619 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
timeless%mozdev.org
7a104f1a4d Bug 314518 [BeOS] Static builds Broken due nsSound implementation for Widget:BeO
patch by sergei_d r=biesi sr=bsmedberg
2005-11-22 22:33:41 +00:00
gavin%gavinsharp.com
e1020cb827 Bug 312642: expose clickSelectsAll property in textbox.xml, r=Neil 2005-11-22 01:53:11 +00:00
timeless%mozdev.org
17f5f5429f Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bsmedberg%covad.net
b551df41b1 Bug 263042 part 2 - move the LDAP parts of XPFE autocomplete to mailnews/addrbook, which is the only consumer, r=dmose 2005-11-16 15:23:53 +00:00
kairo%kairo.at
9c29b5b427 bump trunk SeaMonkey version to 1.5a (missed that file in the recent checkin for this), still r=Neil a=seamonkey-council 2005-11-15 14:29:36 +00:00
kairo%kairo.at
044feda6bb bug 308531 - Change default home page for SeaMonkey, r+sr=Neil 2005-11-15 14:27:36 +00:00
cst%andrew.cmu.edu
30eef96ca0 Bug 316150 Don't fade splash screen fade when using remote desktop
r=ere sr=neil
2005-11-13 22:04:32 +00:00
darin%meer.net
697c78f1ea Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky 2005-11-12 18:17:19 +00:00
cbiesinger%web.de
cde82dfda4 bug 316023 missed this caller of nsITransfer.init in bug 298842; fixing FTP
upload
r+sr=neil
2005-11-11 19:52:05 +00:00
bsmedberg%covad.net
c0dd442050 Build bustage, bug 313309 2005-11-11 16:20:27 +00:00
bsmedberg%covad.net
3dd06b86e0 Build bustage, bug 313309 2005-11-11 15:55:43 +00:00
bsmedberg%covad.net
78f6d0683d Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
bsmedberg%covad.net
b7bbd44059 Seamonkey win32 bustage from bug 305949 2005-11-08 22:53:07 +00:00
neil%parkwaycc.co.uk
9e57f4e91b Fixing inaccurate comment r+sr=jag 2005-11-08 14:16:45 +00:00
neil%parkwaycc.co.uk
050c73fdff Bug 313335 Update the URL bar before showing security warnings r+sr=jag 2005-11-08 13:46:30 +00:00
timeless%mozdev.org
c4a9beb164 Bug 315476 Add id attributes for overlays to navigatorOverlay.xul
patch by ajvincent@gmail.com r=jag sr=jag
with `
2005-11-08 10:56:57 +00:00
mrbkap%gmail.com
be3ea49847 bug 315434: Remote XUL tabboxes can get stuck on a tab if the focus leaves the content window (e.g., one of the browser tabs is selected). r=mconnor 2005-11-07 20:21:44 +00:00
bugzilla%arlen.demon.co.uk
dd69f4c1b0 Bug 111842 tabbed browser prefs text "load links in the background" misleading
p=tmeader@gmail.com r=db48x sr=jag
2005-11-06 22:21:20 +00:00
kairo%kairo.at
95839c3da2 bump trunk SeaMonkey version to 1.5a, r=Neil a=seamonkey-council 2005-11-05 22:44:42 +00:00
bsmedberg%covad.net
37c47d6e3c Bustage fix from bug 263042 - MOZ_LDAP_XPCOM is not defined by configure, it must be defined explicitly by makefiles that need it, pointed out by Neil 2005-11-04 13:41:24 +00:00
neil%parkwaycc.co.uk
0eb7427fc2 Get default tooltip text more reliably b=147670 r=timeless sr=jst 2005-11-02 23:53:56 +00:00
roc+%cs.cmu.edu
8ee765f8e1 Fixing bustage 2005-11-02 02:02:12 +00:00
bsmedberg%covad.net
a3deb73315 Bug 263042 - Build both autocomplete impls as separate components to make it easier to ship both of them with toolkit/xpfe r=Neil 2005-10-31 13:21:31 +00:00
mnyromyr%tprac.de
489f7b2738 Bug 229211: Remove browser.related.enabled; p=benc@meer.net/Frank Wein <bugzilla@mcsmurf.de>, r/sr=neil 2005-10-30 11:01:47 +00:00
timeless%mozdev.org
6fec2b1a4c Bug 186819 Query charset searching on dmoz.org does not match with which dmoz.org expects
patch by bugzilla@philringnalda.com r=timeless sr=dmose
2005-10-30 03:07:38 +00:00
db48x%yahoo.com
e407a569df fixes bug 190353: Property "pageIndex" of "wizard" tag is not working.
r=Neil, sr=bz
2005-10-28 22:00:14 +00:00
cbiesinger%web.de
6f19c8cc76 bug 313214 don't try to create resources from empty strings
r+sr=neil
2005-10-26 16:50:47 +00:00
mark%moxienet.com
d5a80ab545 Bug 305827, Mac OS X gcc 4 builds with --disable-optimize/-O0 crash, often at startup [@ SetGWorld]. Caused by inconsistencies when multiple classes with the same layout but distinct layouts are used with unpredictable inlining heuristics. Remove extraneous StPortSetter class from nsAEUtils and rely on the one in nsGfxUtils. r=josh sr=smfr 2005-10-25 17:58:52 +00:00
neil%parkwaycc.co.uk
d7cf69c567 Bug 202652 use Ctrl for consistency with menus (also some detabification) sr=jag 2005-10-24 23:27:24 +00:00
cst%andrew.cmu.edu
b30dc8ce33 Bug 294056 User-specified sound fails to play after file download completes
r=biesi sr=neil
2005-10-23 18:21:36 +00:00
cst%andrew.cmu.edu
32bef31ac7 Bug 313044 [mac] Delete (Backspace)/Shift+Delete as Back/Forward
patch by stefan_h@hem.utfors.se r+sr=neil a=asa
2005-10-22 18:35:21 +00:00
neil%parkwaycc.co.uk
e693b211c3 Bug 270297 "Search web for..." mangles selections containing newlines (regression from bug 221361) p=elmar.ludwig@uos.de r+sr=me 2005-10-21 23:01:24 +00:00
cst%andrew.cmu.edu
225c91ca64 Bug 309538 Autoscroll indicator should show possible scrolling directions
r=db48x, sr=neil, icons by neil
2005-10-21 03:50:13 +00:00
cst%andrew.cmu.edu
9660abcf21 Bug 307126 Closing tabs should return to 'parent' tab.
r=db48x sr=neil
2005-10-21 03:28:56 +00:00
doronr%us.ibm.com
d39ac1b4dd Bug 104360 - Error: this.docShell has no properties in browser.xml. Patch by ajvincent, r/sr=neil 2005-10-19 16:46:06 +00:00
masayuki%d-toybox.com
011fcec61d Bug 312287 Cannot open local htm file if its path has non-ASCII character / Cannot open IDN from command line r=jshin, sr=neil 2005-10-19 14:39:28 +00:00
bzbarsky%mit.edu
98f7c9d9bf Make docshell visibility checking check with the tree owner so that embedding
gets a chance to claim docshells as invisible (eg in Camino's tab
implementation).  Bug 306245, patch by jst, r=sfraser, sr=bzbarsky
2005-10-19 02:59:30 +00:00
neil%parkwaycc.co.uk
46569bb0cc Bug 312489 Fix regression from bug 300485 that was too eager to try to load an entire home page group in a new tab instead of a new window r=biesi sr=jag 2005-10-18 23:31:53 +00:00
mconnor%steelgryphon.com
d6bcc60cbd bug 311195 - When update URL is 404, engine update ignores updateCheckDays, patch by O. Atsushi (Torisugari) (torisugari@gmail.com), r=me, sr=neil, a=asa 2005-10-17 17:36:55 +00:00
bsmedberg%covad.net
db584fa139 Bug 207521 - deprecate --enable|disable-shared, since --enable-static gives us all the information we need, r=cls 2005-10-17 14:57:32 +00:00
mozilla.mano%sent.com
72097f732e Bug 267487 - addSearchEngine should install search plugins from https sites as well as http. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=me, sr=neil. 2005-10-17 11:32:17 +00:00
mozilla.mano%sent.com
8798f5769f Bug 302000 - browser.search.order.* doesn't work with searchplugins stored in profile. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=bsmedberg, sr=neil. 2005-10-17 11:27:25 +00:00
cst%andrew.cmu.edu
88cb7a65b5 Bug 310380 middlemouse autoscroll should default off for UNIX/Linux (X) environment
Patch by Hogarth <bugzilla@throwaway.weebeastie.net> r=me sr=neil
2005-10-17 00:07:57 +00:00
dveditz%cruzio.com
6ed2efe98d bug 282955 (back as bug 312426) locationbar-less mac window needs titleseparator r=neil.parkwaycc,sr=bzbarsky,a=mscott 2005-10-14 23:39:45 +00:00
dveditz%cruzio.com
b69d697984 bug 310696 suppress "view-source:" scheme in title, r=mconnor, sr=neil.parkwaycc 2005-10-14 23:33:51 +00:00
neil%parkwaycc.co.uk
ad474586ca Merge contextmenu handlers (as per branch patch for bug 301873 r=mconnor) sr=jag 2005-10-14 23:14:32 +00:00
neil%parkwaycc.co.uk
791530ee2e Bug 278398 forced autocomplete ignores typing after search r=mscott sr=bienvenu 2005-10-14 19:21:44 +00:00
mnyromyr%tprac.de
bffd413fd7 Bug 311037: Remove allowWindowOpen.label; p=Frank Wein <bugzilla@mcsmurf.de>, r/sr=Neil 2005-10-13 20:13:16 +00:00
neil%parkwaycc.co.uk
e8df25447a Bug 257985 History View|Sorted by menuitems do not work r=varga sr=me 2005-10-13 19:50:25 +00:00
kairo%kairo.at
28322458cb add L10n notes for bug 276299, p=vhaarr r=me sr=jag 2005-10-12 23:47:55 +00:00
neil%parkwaycc.co.uk
89e84d6abc Horizontal tree scrolling XBL/CSS cleanup b=308490 r=varga sr=bz 2005-10-09 23:42:28 +00:00
neil%parkwaycc.co.uk
dee759d48e Fix BeOS bustage b=299058 p=sergei_d@fi.tartu.ee r=biesi sr=me 2005-10-09 23:38:01 +00:00
neil%parkwaycc.co.uk
a103837178 Bug 276299 Wallpaper filename should be localizable p=vhaarr r=me sr=jag 2005-10-09 20:32:07 +00:00
mats.palmgren%bredband.net
c5eb47073a Middle-click on scrollbar should not paste. b=70698 r+sr=bzbarsky 2005-10-08 10:08:18 +00:00
neil%parkwaycc.co.uk
e954bd675c Bustage fix (stupid typo) b=301073 2005-10-05 21:18:54 +00:00
neil%parkwaycc.co.uk
82b7477533 Bustage fix (conflict with my own patch (sigh)) b=301073 2005-10-05 18:57:05 +00:00
neil%parkwaycc.co.uk
29f2e4dfb1 Chrome home pages broken (suite version of fix) b=301073 r+sr=dveditz 2005-10-05 16:10:11 +00:00
bzbarsky%mit.edu
ff4bb166e0 Make sure scrollcorners are always boxes. Bug 310919, r=dbaron, sr=neil 2005-10-04 23:49:39 +00:00
bugzilla%arlen.demon.co.uk
c3ea627381 Bug 302479 Some pref panels still with missing/incorrect accesskeys
p=giacomo.magnini@portalis.it r=me sr=neil.parkwaycc.co.uk
2005-10-04 21:03:28 +00:00
bsmedberg%covad.net
d575825305 Bug 310076 (scary version) - Use the considerquitstopper to control when to run the event loop, not window enumerators r=darin 2005-10-04 14:41:18 +00:00
bugzilla%arlen.demon.co.uk
a2056d8b42 Bug 309542 Fix a11y problems and crop="right" is deprecated in page info dialog
p=me r=db48x sr=neil.parkwaycc.co.uk
2005-10-02 00:09:37 +00:00
dveditz%cruzio.com
885f89af0b locationless windows need hostname in titlebar (match 1.0x -- bug 304388) r=mconnor/jruderman, sr=bzbarsky 2005-09-30 18:51:46 +00:00
bugzilla%arlen.demon.co.uk
bd4fcd60d8 Bug 292668 Reorganise mailnews pref panes - Character Encoding patch
p=me r=mnyromyr/cbiesinger sr=neil.parkwaycc.co.uk
2005-09-30 00:24:35 +00:00
bryner%brianryner.com
8d94bd5c6f Make clearing the disk/memory cache also evict cached viewers in bfcache. Bug 305462, r=marria@gmail.com, sr=darin@meer.net 2005-09-29 20:24:27 +00:00
mozilla.mano%sent.com
6d9ff886f2 Bug 221783 - <wizard>'s buttons have no access keys. patch from Vidar Braut Haarr <vhaarr+bmo@gmail.com>, r=me, sr=neil. 2005-09-29 08:15:14 +00:00
ginn.chen%sun.com
d422e8ee2a Bug 58523 -P, -nosplash, -splash, -console, -ProfileManager, -installer switches (arguments) unable to launch anything other than the browser (mail does not open on startup)
patch maker=brian.lu@sun.com r=neil sr=bryner
2005-09-28 06:52:32 +00:00
bugzilla%arlen.demon.co.uk
f5a351848e Bug 290881 Implement Add to Address book / Compose mail to context menus
p=me r=mnyromyr sr=neil.parkwaycc.co.uk
2005-09-27 23:30:28 +00:00
neil%parkwaycc.co.uk
60bb39eafd Bug 68961 restore nsTreeSorting.js accesskey support p=vhaarr@gmail.com r+sr=me 2005-09-26 22:55:33 +00:00
cst%andrew.cmu.edu
bebad98d50 Bug 309004 Don't show image thumbnail as tab icon for large images, since it causes slowdowns.
r=db48x sr=neil
2005-09-26 17:05:06 +00:00
mconnor%steelgryphon.com
15a94022c0 bug 290254 - search engine isn't validated for the first time until updateCheckDays after first use, r=me, sr=neil 2005-09-26 15:04:36 +00:00
neil%parkwaycc.co.uk
8491c44439 Bug 196438 Tabs draw over the close button p=jomelweb@gmail.com r=mconnor sr=me 2005-09-26 13:39:56 +00:00
bryner%brianryner.com
6ba0ca043f Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-23 18:16:40 +00:00
cbiesinger%web.de
ffb7da0d70 305384 build alert service on non-windows platforms
patch by Jens Bannmann <jens.b@web.de> r=bsmedberg sr=neil
2005-09-22 21:16:49 +00:00
neil%parkwaycc.co.uk
19f9db5fbb Commenting the hell out of userTypedClear b=306810 sr=darin 2005-09-22 19:07:57 +00:00
cst%andrew.cmu.edu
d19aa94cdf Bug 304563 Add autoscroll support to more parts of SeaMonkey. Fix regression from initial patch (bug 308503). Move autoscroll code to more common location & make some other improvements.
r=db48x sr=neil
2005-09-21 01:36:35 +00:00
timeless%mozdev.org
df16362861 Bug 120527 Dialog fix to make default button not appear default while another button has focus
adding missing cdata markings
2005-09-20 21:44:33 +00:00
dbaron%dbaron.org
804259c6b1 Pass arguments through cleanly rather than performing extra escaping. b=307185 Patch from Tuukka Tolvanen <tuukka.tolvanen@gmail.com>. r=bsmedberg sr=bryner 2005-09-20 21:11:37 +00:00
neil%parkwaycc.co.uk
6dab407a52 Bug 120527 Dialog fix to make default button not appear default while another button has focus r=aaronlev,mano,mconnor sr=jag 2005-09-20 16:22:39 +00:00
bzbarsky%mit.edu
d67e44decb Nodes in display:none iframes have no computed style. Bug 309050, patch by
Florian QUEZE <f.qu@laposte.net>, r=db48x, sr=bzbarsky
2005-09-18 18:10:26 +00:00
neil%parkwaycc.co.uk
7b4c7db42b Bug 290381 Save As doesn't work on links containing %23 p=caleb r=biesi sr=me 2005-09-18 16:06:20 +00:00
bzbarsky%mit.edu
5abb3b2c19 Send out notifications when docshells are created or destroyed. Bug 308438,
r=biesi, sr=darin
2005-09-16 15:51:14 +00:00
neil%parkwaycc.co.uk
65d0cac300 Bug 306810 Fix regressions from bug 302575 r=bz sr=darin 2005-09-16 12:17:59 +00:00
timeless%mozdev.org
c113ece289 Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
masayuki%d-toybox.com
dbdece5cf4 Bug 308173 Printing reverts to default printer every time a page is printed r+sr=neil 2005-09-15 16:01:14 +00:00
aaronleventhal%moonset.net
839211c13f Bug 291074. Fire namechange events for about:config tree items that change. r=mconnor, sr=neil 2005-09-14 16:58:29 +00:00
bryner%brianryner.com
53d768e870 Backing out 292965 until Tp regression is understood. 2005-09-14 07:28:05 +00:00
bryner%brianryner.com
d67792fcc9 Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me. 2005-09-14 03:38:40 +00:00
bzbarsky%mit.edu
c00cd696d1 Fix bug 307256, bug 307304, bug 307924 by disabling selection for XUL elements
by default.  r+sr=dbaron, with OKs from Neil and mconnor for the general idea
and the xul.css changes.
2005-09-11 19:22:57 +00:00
bzbarsky%mit.edu
013a8a9ace Don't condition selection on whether we're in a chrome docshell; explicitly
disable selection for <label> and <description> as needed.  Bug 306262, r=neil,
sr=roc
2005-09-06 03:37:15 +00:00
cst%andrew.cmu.edu
2622a8e700 Bug 304563 Add autoscroll support to SeaMonkey (browser only, for now)
r=db48x sr=neil
2005-09-04 15:44:59 +00:00
timeless%mozdev.org
7c8cbd1c11 Bug 305679 please look before leaping for mimeInfo.primaryExtension
also enforcing catch...{/}
r=neil sr=neil
2005-09-02 04:48:28 +00:00
mozilla.mano%sent.com
c263ab4dc5 Bug 300590 - Expose bidi.browser.ui, seamonkey part. r+sr=neil. 2005-09-01 05:34:31 +00:00
neil%parkwaycc.co.uk
c4b6a07345 Bug 302575 URL bar gets confused about which URI is loaded r=bz sr=darin 2005-08-31 21:00:40 +00:00
aaronleventhal%moonset.net
2b6992ad0b bug 306235. Keyboard stops working on window restore of Thunderbird main window from minimized state. Partial backout of now unnecessary part of bug 258285. r+sr=bryner 2005-08-31 20:43:39 +00:00
bzbarsky%mit.edu
4e670a3b31 Add horizontal scrolling to trees. Bug 212789, patch by Nate Nielsen
<nielsen@memberwebs.com>, r=jan, sr=roc.
2005-08-30 18:36:15 +00:00
bsmedberg%covad.net
965bd346b8 From bug 296561 (see bug 302099) - remove old static-build remnants that are no longer used r=darin 2005-08-29 19:24:20 +00:00
cbiesinger%web.de
1ccfc806bf bug 229737 use documentURI as the URI for which to store the favicon
patch by mconnor r=biesi sr=neil
2005-08-29 14:02:30 +00:00
kairo%kairo.at
71968239fb bug 305357 - bump SeaMonkey version for trunk to 1.1a, r+sr=Neil 2005-08-25 15:34:02 +00:00
mark%moxienet.com
f1ee4685c4 Bug 305374, AppleScript "Get URL" command can make Firefox open chrome:// URLs. Block chrome when handling AppleEvents. r=josh sr=smfr 2005-08-25 12:25:00 +00:00
roc+%cs.cmu.edu
329c6cc865 Bug 293714. Be smart about guessing whether a vertical scrollbar is needed when we do the first real reflow of a scrollframe; remember in global history whether the page needed a scrollbar or not. r+sr=bzbarsky 2005-08-25 00:10:37 +00:00
bryner%brianryner.com
5de00b1466 Fix property name so that autocomplete works correctly in Thunderbird/Seamonkey. Bug 305654, r+sr=mscott 2005-08-24 05:05:09 +00:00
ben%bengoodger.com
91e950612e 289362 - replacing dictionary.com with answers.com as the dictionary handler for 1.5 following abusive practices towards firefox users on the part of dictionary.com (popups etc). Patch adds support to the internet search service for search URLs whose parameter formats are effectively redirects, not query strings, e.g. http://www.foo.com/%s vs. currently supported http://www.foo.com/search?foo=%s only... r=bsmedberg, a=cbeard 2005-08-23 18:11:28 +00:00
bryner%brianryner.com
adc0ddf8eb In the XUL autocomplete widget, make user-initiated autocomplete dispatch an oninput event, just as if the user had typed the text. Also fixing a bug where it was not possible to create an oninput event from script. Bug 287996, r=mconnor sr=jst. 2005-08-22 18:34:21 +00:00
cst%andrew.cmu.edu
2cbb563830 Bug 305445 "Author" in Themes should have a colon
patch by stephend <stephen.donner@gmail.com>, r=iann sr=neil
2005-08-22 00:34:41 +00:00
cst%andrew.cmu.edu
81aaf20411 Bug 305435 Remove MNG image support listitem from pref window.
patch by stephend <stephen.donner@gmail.com>, r=iann sr=neil
2005-08-22 00:33:09 +00:00
mozilla.mano%sent.com
59a41605a0 Bug 304879 - commonDialog's default button code doesn't work anymore. r=mconnor, sr=neil. 2005-08-20 22:57:54 +00:00
bugzilla%arlen.demon.co.uk
1241d6088d Bug 305158 Checkin for bug 304739 broke contentAreaClick()
p=me r=cbiesinger sr=neil.parkwaycc.co.uk
2005-08-19 10:18:27 +00:00
cst%andrew.cmu.edu
90096e37f3 Bug 305038 Capitalize "this" in image/cookie/popup-blocking context menu entries.
Patch by stephend, r=mvl sr=neil
2005-08-19 03:48:46 +00:00
roc+%cs.cmu.edu
889049f5f4 Backing out fix for bug 130078 because of performance regressions. 2005-08-18 19:44:55 +00:00
bsmedberg%covad.net
8ae9034f23 Camino/suite bustage fix, bug 305090 2005-08-18 18:00:40 +00:00
bsmedberg%covad.net
017e4511ff Removing old copies of shistory: these files were cvs-copied to docshell/shistory from xpfe/components/shistory (see bug 230363) 2005-08-18 17:18:50 +00:00
roc+%cs.cmu.edu
1da9d9ae96 Bug 130078. Integrate all view managers in a given top-level window into a single view manager tree. r+sr=dbaron 2005-08-18 17:14:29 +00:00
bugzilla%arlen.demon.co.uk
0188e8c19a Bug 304739 Tidy up hrefAndLinkNodeForClickEvent
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2005-08-18 11:25:18 +00:00
neil%parkwaycc.co.uk
8b7d201198 Bug 304386 Doubled separator on broken image context menu r=iann sr=jag 2005-08-17 16:09:38 +00:00
timeless%mozdev.org
515709a826 Bug 287540 Fix various _C++_ compiler warnings from my Windows non-debug build
patch by gautheri@noos.fr r=timeless sr=neil
2005-08-17 09:35:24 +00:00
timeless%mozdev.org
625d6696fe Bug 299825 Search plugins in App directory are updated into Profile directory (resulting in double Search Bar entries)
patch by torisugari@gmail.com r=timeless sr=neil
2005-08-17 08:27:28 +00:00
aaronleventhal%moonset.net
b3fef4bca2 Bug 258285. Find As You Type coming up when it shouldn't (textareas/textfields). r=mats, sr=bryner 2005-08-16 17:54:29 +00:00
mnyromyr%tprac.de
476fea0b3e Bug 299581: Mac application menu still named Mozilla; r=pinkerton, sr=sfraser, a=cbeard 2005-08-13 18:52:52 +00:00
bugzilla%arlen.demon.co.uk
0581f5a2ac Bug 301737 Support multiple selection for xul:listbox - Revised xpfe version of patch v2.1
p=me r=cbiesinger sr=neil.parkwaycc.co.uk
2005-08-13 13:38:58 +00:00
mconnor%steelgryphon.com
b4a44d8d7c bug 271097 - backend fix to enable turning off searchplugin auto-update, patch by O. Atsushi (torisugari@gmail.com), r=shaver/me, a=shaver 2005-08-12 02:53:10 +00:00
cst%andrew.cmu.edu
b767437358 Bug 302781 Splash screen should fade in on Win2k+
This version shouldn't break Creature.
r=ere sr=neil a=asa
2005-08-10 22:41:38 +00:00
roc+%cs.cmu.edu
4adb1fc693 Fixing bustage 2005-08-10 20:58:19 +00:00
roc+%cs.cmu.edu
c3ea09b7b0 Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there. 2005-08-10 20:21:44 +00:00
cst%andrew.cmu.edu
fe000ce51a Backing out changes from bug 302781 to fix burning. 2005-08-10 03:38:43 +00:00
cst%andrew.cmu.edu
870f2dd908 Bug 302781 Splash screen should fade in on Win2k+
r=ere sr=neil a=asa
2005-08-10 00:42:57 +00:00
jshin%mailaps.org
2ee8613602 bug 258223 : bookmark keyword quicksearch need a way to specify character encoding : r=vlad, sr=neil, a=asa 2005-08-09 04:47:57 +00:00
bugzilla%arlen.demon.co.uk
6397cf8af9 Bug 296758 Adding phishing detection to mailnews
p=me r=mnyromyr sr=bienvenu a=asa
2005-08-08 18:29:12 +00:00
cbiesinger%web.de
8d629b8a2b backing out last patch until it is decided how error page favicons will be
implemented
2005-08-08 16:53:54 +00:00
cbiesinger%web.de
1367551f57 301119 allow error pages to load favicons
xpfe:
dveditz: second-review+
benjamin: first-review+
asa: approval1.8b4+
toolkit:
benjamin: first-review+
benjamin: approval1.8b4+

patch by me, ported to toolkit by Henrik Skupin <hskupin@gmail.com>
2005-08-08 16:25:11 +00:00
bsmedberg%covad.net
d6b10ccd90 Bug 298072 - XUL window with "hidechrome" draws incorrectly until it is resized - patch by Anand Aiyer <aaiyer@asvcyber.com> - r+sr=roc, a=me 2005-08-08 14:07:55 +00:00
bugzilla%arlen.demon.co.uk
9b7929c07a Bug 303675 downloads fail silently if the default download path is invalid, e.g. leads to a removed drive
p=me r=cbiesinger sr=neil.parkwaycc.co.uk a=asa
2005-08-08 10:56:34 +00:00
bugzilla%arlen.demon.co.uk
4b6f08e7a3 Bug 303142 Wrong taskbar icon for JavaScript Console
p=me r/sr=neil.parkwaycc.co.uk a=asa
2005-08-08 10:47:50 +00:00
mkaply%us.ibm.com
8b63180561 #287944
r=mkaply, sr=neil, a=asa
OS/2 only - more mozilla->seamonkey branding - patch from Peter Weilbacher
2005-08-02 03:00:24 +00:00
mkaply%us.ibm.com
a5e7aad409 OS/2 build break with GCC 3.3.5 2005-08-01 16:04:25 +00:00
bugzilla%arlen.demon.co.uk
db70bc5e3d Bug 302506 Accesskey for Release Notes menu item in Help menu needs changing
p=me r/sr=neil.parkwaycc.co.uk a=asa
2005-07-30 13:42:25 +00:00
neil%parkwaycc.co.uk
2593fc96fa Bug 300485 SeaMonkey doesn't honour preference to open externally provided link in new tab on Windows or OS/2 r=mkaply r=biesi sr=jag a=bsmedberg 2005-07-28 20:24:01 +00:00
neil%parkwaycc.co.uk
8ff3ab1416 Bug 301923 XRemote silently ignored bad URIs p=ajschultz r=caillon a=bsmedberg 2005-07-28 14:51:38 +00:00
neil%parkwaycc.co.uk
d5cf7fa673 Bug 301329 Can't unblock images etc. (regression) r=mconnor sr=bz a=bsmedberg 2005-07-28 13:47:59 +00:00
neil%parkwaycc.co.uk
fc0924b7e2 Bug 295582 Clean up after bug 281988 p=jklippl@xtux.org r=me sr=jag a=bsmedberg 2005-07-28 13:44:23 +00:00
kairo%kairo.at
44a111700c bug 299812 - Add correctly branded README.txt files into SeaMonkey packages, r+sr=Neil a=asa 2005-07-27 23:45:06 +00:00
bugzilla%arlen.demon.co.uk
13aaeff448 Bug 302401 seamonkey.exe is compiled with incorrect Product Version
p=me r/a=benjamin moa=neil.parkwaycc.co.uk
2005-07-27 23:27:56 +00:00
rbs%maths.uq.edu.au
e5802c5bef Prevent View Selection Source from triggering the crasher bug 252970, r+sr=bz, a=mconnor 2005-07-27 07:51:52 +00:00
dmose%mozilla.org
2349b95ba5 Add basic support for LDAP controls to the LDAP XPCOM SDK, LDAP autocomplete code, and LDAP addressbook (bug 297131). r=bienvenu, sr=roc, a=bsmedberg 2005-07-26 15:27:18 +00:00
bugzilla%arlen.demon.co.uk
d095e92124 Bug 285438 Drag and drop gestures can be hijacked to load priviliged xul - xpfe/toolkit trunk patch v2.0
p=jst/me r=neil.parkwaycc.co.uk sr=bzbarsky a=benjamin
2005-07-25 23:05:34 +00:00
bryner%brianryner.com
83216585ac Change PageShow/PageHide events to be lowercase and hook them up so that onpageshow= works on the body tag. Bug 297887, patch by brettw@gmail.com, r=me, a=bsmedberg. 2005-07-25 22:09:39 +00:00
mkaply%us.ibm.com
2071f5468a OS/2 build bustage 2005-07-25 20:22:31 +00:00
aaronleventhal%moonset.net
3034ce80f7 Bug 300779. Allow multiple selection using keyboard in treeviews that use seltype multiple. r+sr=neil, a=bsmedberg 2005-07-21 19:24:41 +00:00
cbiesinger%web.de
531457a0b0 fixing review comments for Bug 298429 2005-07-21 15:55:01 +00:00
cbiesinger%web.de
42be606dd5 298429 don't add a cache pref when opening cache pref panel
patch by Frank Wein <bugzilla@mcsmurf.de> r=biesi sr=neil a=bsmedberg
2005-07-21 15:30:20 +00:00
bsmedberg%covad.net
5fba1c6aea Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
cbiesinger%web.de
848d7ca525 Bug 301248 restoring intended backspace behaviour on linux
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu> r=biesi sr=neil a=asa
2005-07-20 19:01:19 +00:00
cbiesinger%web.de
97f48a04c5 bug 301246 rebrand beos splash screen
r=sergei_d a=bsmedberg
2005-07-20 15:39:15 +00:00
masayuki%d-toybox.com
15165f0770 Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor 2005-07-20 08:40:13 +00:00
timeless%mozdev.org
d6f5fcbd47 Bug 201264 Media tab should have a column named "count" for objects used more than once, instead of repeating them
patch by f.qu@laposte.net r=db48x sr=neil a=asa
2005-07-19 21:55:38 +00:00
neil%parkwaycc.co.uk
6945b22f8d Bug 147058 regressed bug 126726 b=299555 p=martijn wargers r+sr=me a=bsmedberg 2005-07-19 20:43:24 +00:00
gavin%gavinsharp.com
fcb25dd678 Bug 300963: about:config allows creation of prefs with no name, r+sr=Neil, a=bsmedberg 2005-07-19 20:37:26 +00:00
bugzilla%arlen.demon.co.uk
f36fa19a1f Bug 143866 Ctrl+T opens new tabs in tab-bar-less (popup, no toolbar) windows
p=me r=neil.parkwaycc.co.uk sr=jag a=bsmedberg
2005-07-15 12:59:12 +00:00
wr%rosenauer.org
bf2e22f9b9 Bug 87969 pasting in URL to document window should add URL to urlbar history (xpfe part), r=neil, a=asa 2005-07-14 04:48:58 +00:00
cst%andrew.cmu.edu
61c31f009d Bug 300561 Handle broken default search engine pref value
Patch by ajschult, r=neil a=asa
2005-07-14 01:36:32 +00:00
neil%parkwaycc.co.uk
5d2270e890 Don't try to save broken images b=293527 r=biesi sr=bz a=asa 2005-07-13 19:45:41 +00:00
kairo%kairo.at
2757334237 bug 299897 - about:logo should display product specific logo on SeaMonkey instead of Mozilla star, r=Neil sr=jag a=asa 2005-07-13 19:24:56 +00:00
neil%parkwaycc.co.uk
7e7eb54d25 Bug 300245 XUL listboxes don't mousewheel scroll correctly r+sr=roc a=asa 2005-07-13 16:58:04 +00:00
kairo%kairo.at
d11c89c6a0 followup to bug 298751, address Neil's nit to prefix mozilla.org with www. for themes URL as well 2005-07-13 16:38:28 +00:00
kairo%kairo.at
cbda2c73e9 bug 298751 - rebrand release notes URL to new SeaMonkey location, r=CTho sr=Neil a=bsmedberg 2005-07-13 16:36:07 +00:00
neil%parkwaycc.co.uk
f3762e9ea6 more bug 299444 bad suite/trunk port of 298255 prevents correct external url opening p=ajschult r+sr=me a=asa 2005-07-11 18:37:54 +00:00
dveditz%cruzio.com
defd76652e bug 299444 bad suite/trunk port of 298255 prevents correct external url opening. caught and patched by ajschults, r/sr/a=dveditz 2005-07-09 21:29:03 +00:00
cst%andrew.cmu.edu
09f8689edd Bug 298657 Set browser.xul.error_pages.enabled to true for suite
r+sr=neil a=roc
2005-07-07 23:35:29 +00:00
cst%andrew.cmu.edu
17ca34d762 Bug 296305 fix error that occurs when using forward button dropdown with many entries
r=timeless sr=neil a=asa
2005-07-07 23:32:04 +00:00
mnyromyr%tprac.de
cda1f912d5 Bug 299891: Add entity &brandFullName; for SeaMonkey; p=Henrik Skupin <hskupin@gmail.com>, r/sr=neil, a=bsmedberg 2005-07-07 20:27:12 +00:00
kairo%kairo.at
151efd5586 revert backout, no effect on btek Tp 2005-07-07 11:09:10 +00:00
kairo%kairo.at
25c60d8d55 try backing out various UI changes form rebranding to test for Tp impact (bug 299624) 2005-07-07 10:13:47 +00:00
dveditz%cruzio.com
644b82f3f6 bug 298255: prevent browser screwiness caused by lazy extension authors loading their chrome extension in a content window instead of adding the -chrome commandline option. r=mconnor, sr=jst, a=chofmann 2005-07-07 09:45:47 +00:00
mconnor%steelgryphon.com
7383a83811 bug 299901 - Middle click fail on links with nested tags, patch by gavin, r+sr=dveditz, a=jay 2005-07-07 09:29:25 +00:00
cbiesinger%web.de
69dc249cbd Bug 298842 make the temp file part of nsITransfer
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +00:00
mnyromyr%tprac.de
f97ceaeb3a Bug 288192: use correct SeaMonkey application icon on Mac, remove unused one. r=pinkerton 2005-07-06 18:05:12 +00:00
neil%parkwaycc.co.uk
bde71783c0 Bug 298892 Use instanceof loop instead of findParentNode r=timeless sr+a=dveditz 2005-07-06 11:14:02 +00:00
kairo%kairo.at
f0a9c8b3fb bug 299726 - QA Area Link change for SeaMonkey (latest builds link), r=Neil a=bsmedberg 2005-07-06 11:05:22 +00:00
kairo%kairo.at
403a40c345 no effect on Tp, undoing again 2005-07-05 15:45:31 +00:00
kairo%kairo.at
d176047053 try backing out UA string addition of SeaMonkey rebranding to check if it caused the Tp impact (299624) 2005-07-05 14:49:52 +00:00
cbiesinger%web.de
4de2c68a20 restoring new splash screen, code size change explained. (299627) 2005-07-04 16:32:55 +00:00
cbiesinger%web.de
4e0518bb8a temporarily backing out new splash screen to test codesize effect (seamonkey only)
bug 299627
2005-07-04 14:44:18 +00:00
kairo%kairo.at
fcb3829454 bug 285696 stage 2 - really rebrand suite trunk, r+sr=Neil a=bsmedberg; note that this also changes the executable name to seamonkey.exe/SeaMonkey.app/seamonkey. Also including placeholder artwork replacing all mozilla suite related logos (note that the final SeaMonkey artwork is not ready yet) 2005-07-02 20:35:13 +00:00
jst%mozilla.jstenback.com
feeb5a5609 Fixing bug 297543. Make the hidden window load a URL that's not about:blank. r=benjamin@smedbergs.com, sr=brendan@mozilla.org, a=brendan@mozilla.org 2005-07-01 23:58:15 +00:00
bugzilla%arlen.demon.co.uk
d328422aaf Bug 88739 F1 on Win/*nix, Cmd+? on Mac key doesn't bring up help
p=stefan_h@hem.utfors.se r=brade sr=neil.parkwaycc.co.uk a=asa
2005-07-01 14:12:47 +00:00
timeless%mozdev.org
2b8dfccdff Bug 201264 Media tab should have a column named "count" for objects used more than once, instead of repeating them
patch by f.qu@laposte.net r=db48x sr=jag a=asa
2005-06-30 20:35:40 +00:00
dveditz%cruzio.com
a3d65cbb56 fixing bug 298892 regression caused by a bad merge. fixed by biesi, r/sr=neil, a=dveditz 2005-06-30 20:13:58 +00:00
dveditz%cruzio.com
fad61e14da Bug 298892 use instanceof checks to avoid namespace confusion in xml files. r=mconnor, neil.parkwaycc, a=jay.
Thanks to Asaf Romano for his initial browser.js patch in bug 290420
2005-06-30 02:47:04 +00:00
mozilla.mano%sent.com
6cac0ba268 Bug 284776 - Need support in dialog.xml for setting a default button (xpfe version). r=mconnor, sr=neil, a=bsmedberg. 2005-06-29 20:04:51 +00:00
timeless%mozdev.org
6da819311a Bug 299101 remove useless references to nsVoidArray
xpfe
r=neil sr=neil a=bsmedberg
2005-06-29 18:12:06 +00:00
mconnor%steelgryphon.com
5a887e590c bug 123315 - user-added searchplugins should be installed into the profile, r=bsmedberg, sr=shaver, a=bsmedberg 2005-06-29 15:55:57 +00:00
mozilla.mano%sent.com
e237b71662 Relanding Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-29 14:20:57 +00:00
bryner%brianryner.com
b5142ba447 Enable fastback (saving 3 content viewers). Bug 298293, r+sr=darin, a=bsmedberg 2005-06-29 03:57:49 +00:00
cst%andrew.cmu.edu
15fe90f51f Bug 125998 when viewing images, use image thumbnail as tab icon
r=db48x sr=neil a=bsmedberg
2005-06-29 00:50:45 +00:00
mozilla.mano%sent.com
40e77ee857 Backing out bug 298894 2005-06-28 15:42:22 +00:00
mozilla.mano%sent.com
845185e364 Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-28 14:59:43 +00:00
neil%parkwaycc.co.uk
86f51b3cc1 Bug 113202 tab icon changes even if load is cancelled r=timeless sr=jag a=asa 2005-06-25 09:37:29 +00:00
bryner%brianryner.com
11a6aa6bcb fix case on #include 2005-06-24 23:48:26 +00:00
bryner%brianryner.com
3579707923 Invalidate cached presentation if the DOM is mutated (bug 292962). Patch by sicking, r+sr=me, a=chofmann. 2005-06-24 23:31:01 +00:00
joshmoz%gmail.com
119c6d9592 just fix a comment, no code change (mac has a menu bar height of 22, it is not different) 2005-06-23 09:29:04 +00:00
neil%parkwaycc.co.uk
fa816db9cc Trying to fix bug 297155 without hurting Tp so much r+sr=jag a=asa 2005-06-22 11:03:11 +00:00
neil%parkwaycc.co.uk
f4b1257d12 perf test over, move along now, nothing to see, original b=297155 r+sr=jag a=asa 2005-06-21 23:36:49 +00:00
neil%parkwaycc.co.uk
8ccdab9918 Looking at perf impact of tabbed mode b=297155 r+sr=jag a=asa 2005-06-20 23:41:29 +00:00
neil%parkwaycc.co.uk
75838ba03d File Bookmark should preselect New Bookmarks folder b=250783 p=f.qu@laposte.net r+sr=me a=asa 2005-06-20 09:03:06 +00:00
bugzilla%arlen.demon.co.uk
87ad4cd4ce Bug 243902 about:plugins includes a link to netscape
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk a=asa
2005-06-19 19:48:21 +00:00
neil%parkwaycc.co.uk
3f155caad1 Bug 254542 Support middle-clicks in history p=trev@gtchat.de r=me sr=dmose a=asa 2005-06-17 20:17:18 +00:00
bsmedberg%covad.net
d2edde688d Bug 297570 - Crash in nsMenuFrame when the menu is display: none (seen in "GM" extension), regression from bug 295711 - use visibility: collapse as a workaround for the time being r=mconnor sr=bz 2005-06-17 13:44:07 +00:00
peterv%propagandism.org
555cc2a1f9 Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa. 2005-06-16 12:58:13 +00:00
mconnor%steelgryphon.com
65593914e1 bug 292774 - view image context menu allows chrome access, patch by neil, r=bz, sr+a=dveditz 2005-06-16 08:43:20 +00:00
bryner%brianryner.com
e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
bsmedberg%covad.net
838f393226 Bug 296430 - Allow extensions to ship searchplugins, final patch to read searchplugins from a dirservice nsISimpleEnumerator key, r=mkaply a=asa 2005-06-14 15:25:25 +00:00
scott%scott-macgregor.org
7bbf4ccb5b Bug #297227 --> Depend build fails to build PrintPDE.plugin
Patch by  Mark Mentovai

jhpedemonte: review+
peterv: superreview+
a=asa
2005-06-13 19:54:10 +00:00
mkaply%us.ibm.com
aa7bacece5 Remove unused bmp 2005-06-13 18:15:30 +00:00
kairo%kairo.at
5cae333817 bug 291753 - {application}-bin cannot be linked with libxremote_client_s.a if system NSPR is used, p=cls, r=bsmedberg, a=asa 2005-06-13 14:57:20 +00:00
gandalf%firefox.pl
8a68da0d47 Bug 286108: Build Thunderbird Locales from CVS (--enable-ui-locale); r+a=bsmedberg, sr=mscott 2005-06-11 18:56:36 +00:00
masayuki%d-toybox.com
400279d244 Bug 118563 The new print properties dialog does not save papersize / fix for saving to pref on suite r+sr=neil.parkwaycc.co.uk, a=asa 2005-06-10 18:29:09 +00:00
bryner%brianryner.com
8ecd4478fd Don't force mork to create an XPCOM wrapper when querying link-visited state (bug 297144). r=mconnor, sr=bzbarsky, a=chofmann 2005-06-09 20:51:18 +00:00
neil%parkwaycc.co.uk
57c8b76648 Sync xpfe and toolkit's textbox.xml p=gautheri@noos.fr r=mconnor sr=me a=asa 2005-06-09 20:30:34 +00:00
timeless%mozdev.org
73550a2348 Bug 297082 potential OOM crash [@ nsNativeAppSupportWin::GetCmdLineArgs]
r=neil sr=neil a=chofmann
2005-06-09 14:43:15 +00:00
neil%parkwaycc.co.uk
a3c14e59d1 Fix warning LNK4044 b=287570 p=gautheri@noos.fr r=bsmedberg sr=me a=asa 2005-06-09 08:54:12 +00:00
dougt%meer.net
77acfc52b7 Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa. 2005-06-08 16:48:44 +00:00
allan%beaufour.dk
27e477cd1c Fix non-clickable MPL links in about:. Bug 296516, r+sr=neil@parkwaycc.co.uk, a=asa 2005-06-08 10:00:48 +00:00
cst%andrew.cmu.edu
fa75861fd9 Bug 219203 This patch adds shift+bksp -> forward, based on the same pref as bksp -> back.
r=timeless sr=neil a=asa
2005-06-08 00:16:35 +00:00
neil%parkwaycc.co.uk
68b5ab8b21 Bug 296597 Make suite save detached attachments r=Mnyromyr sr=bienvenu a=asa 2005-06-07 23:10:43 +00:00
mnyromyr%tprac.de
0bdb85b4b1 Bug 131106: Make 'default browser' shouldn't steal image file associations from image programs; patch by Frank Wein <bugzilla@mcsmurf.de>; r=neil, sr=jag, a=asa 2005-06-07 20:10:23 +00:00
bsmedberg%covad.net
03cf8f44ef Bug 295711 part 1 - hide menus (non-mac) that do not have a <menupopup> child r=mconnor a=shaver 2005-06-03 17:51:45 +00:00
timeless%mozdev.org
8c6231f128 Bug 272167 nsIWindowsRegistry::getRegistryEntry does not support non-latin1 keys/values
backing out a portion of the patch which neil explicitly instructed was not supposed to be committed. build bustage fix.
2005-06-02 03:48:34 +00:00
cst%andrew.cmu.edu
a54fdd5651 Bug 236003 null check missing in nsBookmarksService (seamonkey version of bug 235129)
r=timeless sr=dbaron a=shaver
2005-06-02 00:37:06 +00:00
jshin%mailaps.org
368f56b1fa bug 272167 : get rid of nsIWindowsRegistry (r=cbie, sr=darin, a=shaver) 2005-06-01 23:59:21 +00:00
cbiesinger%web.de
ceeb50765a 209330 r=jag sr=darin a=shaver
make sure to always check whether an OnStateChange call is needed, instead of
returning early while calling OnProgressChange
2005-06-01 19:37:10 +00:00
joshmoz%gmail.com
fad47e58db more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. r=josh r=pinkerton r=cls sr=bryner a=brendan 2005-06-01 18:48:04 +00:00
timeless%mozdev.org
bf0ed59015 Bug 282494 jeeves.src needs updating
patch by moz_bugzilla@exchangecode.com r=timeless sr=alecf a=shaver
2005-06-01 17:48:40 +00:00
bienvenu%nventure.com
766322f0ce fix ldap autocomplete not to append two addresses in certain situations, r=mscott, sr=neil, a=shaver 261272 2005-06-01 15:07:04 +00:00
varga%nixcorp.com
aa157eaf6d Fix for bug 287461. Caret Browsing is hardbound to the F7 key and is unable to be overridden with javascript like F3, F5, etc.
r+sr=neil patch by Brian King <brian@mozdev.org>
2005-06-01 13:24:11 +00:00
bzbarsky%mit.edu
cddca7b121 Don't set window.location or document.location in chrome code; set
location.href instead.  Bug 295040, r+sr=jst, a=asa
2005-05-24 04:12:30 +00:00
bugzilla%arlen.demon.co.uk
cbf586362d Bug 159798 File/Page Setup menu item does nothing from JavaScript Console
p=Bruce.Davidson@ipl.com r/sr=neil.parkwaycc.co.uk a=asa
2005-05-23 15:50:08 +00:00
neil%parkwaycc.co.uk
5f30b6174d Stop sharing DOM object wrappers between content and chrome, specifically reporter wallet mail pki browser communicator global b=281988 r=bsmedberg sr=bz a=asa 2005-05-23 08:34:02 +00:00
brendan%mozilla.org
6941a16b76 Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz. 2005-05-20 17:41:10 +00:00
bsmedberg%covad.net
9abe57c447 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2005-05-20 12:58:57 +00:00
brendan%mozilla.org
c5ad16e086 Big patch from jst and me to beef up and automate, configurably, XPCNativeWrapper (281988, r+sr=bz/shaver, a=drivers). 2005-05-20 03:12:22 +00:00
bugzilla%arlen.demon.co.uk
9b02c0e9ed Bug 279054 Document new proxy pref pane in Help
p=stefan_h@hem.utfors.se/giacomo.magnini@portalis.it r=me sr=neil.parkwaycc.co.uk a=asa
2005-05-19 20:28:09 +00:00
bugzilla%arlen.demon.co.uk
841d9faff2 Bug 127704 Help menu isn't Mac OS X-ish
p=stefan_h@hem.utfors.se r=kairo/bugs.mano sr=neil.parkwaycc.co.uk a=asa
2005-05-19 20:19:43 +00:00
bugzilla%arlen.demon.co.uk
5a9454724c Bug 26543 [Mac] Both Backspace and Delete keys should delete Bookmarks items
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk a=asa
2005-05-19 19:55:00 +00:00
neil%parkwaycc.co.uk
9d0c926cd8 Bug 293427 Tabbed browser prefs panel small fonts tweak r=IanN sr=jag a=asa 2005-05-19 16:14:41 +00:00
bryner%brianryner.com
ff88a48218 Fix save/restore of form control contents when reloading (bug 294258). r=sicking, sr=bzbarsky. 2005-05-18 04:32:12 +00:00
dbaron%dbaron.org
8ca0c03467 Cleaner fix for bug 290036. b=290949 r=dveditz sr=darin a=asa 2005-05-12 18:20:07 +00:00
smontagu%smontagu.org
b1bca053ef Clarify how to localize font.language.group and intl.accept_languages. Bug 293738, r=Pike, a=mkaply (on IRC) 2005-05-11 13:53:15 +00:00
bienvenu%nventure.com
16206ea7be fix 93453 sr=mscott a=asa, stop email autocomplete from adding users domain by default, add option to show non-matched addresses in red 2005-05-07 15:49:05 +00:00
bugzilla%arlen.demon.co.uk
5b957f99cc Bug 161466 Better UI for tabbed browsing prefs
p=mozilla@Weilbacher.org r=jag sr=neil.parkwaycc.co.uk a=asa
2005-05-06 21:16:36 +00:00
tor%cs.brown.edu
b57af84d2a Bug 293004 - svgBindings.xml not included in installer packages. r+a=bsmedberg 2005-05-06 15:15:40 +00:00
mozilla.mano%sent.com
ed395f2d51 Bug 291110 - restore the old behavior of cmd_copyImageContents. r=bzbarsky, sr=neil, a=asa 2005-05-05 16:14:00 +00:00
timeless%mozdev.org
f7597a2864 Bug 292973 Lonely forward-decl of nsISecureBrowserUIState
r=bz sr=bz a=brendan
2005-05-05 06:50:36 +00:00
Stefan.Borggraefe%gmx.de
e446bed4da Bug 226955: Conversion from <window class="dialog"> to <dialog>.
r=neil, sr=alecf, a=chofmann
2005-05-05 02:25:04 +00:00
bryner%brianryner.com
aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
bugzilla%arlen.demon.co.uk
470df97578 Bug 289444 Give prefs panels titles a unique name (xpfe patch)
p=giacomo.magnini@portalis.it r=kairo sr=neil.parkwaycc.co.uk a=chofmann
2005-05-02 11:05:42 +00:00
neil%parkwaycc.co.uk
478c02c28a Bug 178003 Restore sidebar to address book, make it so that the addressing panel allows you to easily add To, Cc or Bcc recipients r=Standard8 sr=bienvenu a=asa 2005-05-01 09:48:35 +00:00
jshin%mailaps.org
032e2b8919 bug 292414 (originally bug 141373) : add 'jp=Japan' to regionNames.properties, patch ported to toolkit by Anbo Motohiko (amotohiko_mozillafirebird@yahoo.co.jp) (r=tao, sr=dveditz, a=chofmann) 2005-05-01 07:43:50 +00:00
kairo%kairo.at
083a9272e5 back out bug 58523 as it breaks windows seamonkey builds and has no approval. 2005-04-30 12:39:25 +00:00
robin.lu%sun.com
c912f09a99 fix bug 58523 -P, -nosplash, -splash, -console, -ProfileManager, -installer switches (arguments) unable to launch anything other than the browser (mail does not open on startup)
patched by brian.lu@sun.com
r=neil.parkwaycc.co.uk
sr=bzbarsky
2005-04-30 07:05:55 +00:00
jshin%mailaps.org
24686082e9 bug 237434 : add several languages/scripts to font selection menu (r=smontagu, sr=dbaron, a=asa) 2005-04-30 02:57:57 +00:00
cbiesinger%web.de
3e707858c5 258185 don't send referrer when pressing shift+enter in the location bar
r=neil sr=jag a=dveditz
2005-04-29 16:02:14 +00:00
jst%mozilla.jstenback.com
50de4a3e1d Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
bugzilla%arlen.demon.co.uk
0aeb447a3f Bug 196272 Remove edit>preferences>mailandnewsgroups>windows
p=me r=mnyromyr/neil.parkwaycc.co.uk sr=bienvenu a=asa
2005-04-28 21:24:18 +00:00
gandalf%firefox.pl
cd3e3741b8 Bug 286108: Remove xpfe/global locale bits from Tb;r=bsmedbrg;sr=mscott;a=asa 2005-04-26 00:34:00 +00:00
gandalf%firefox.pl
7a5f4adf1b Bug 286108: Remove xpfe/communicator locale bits from Tb;r=bsmedbrg;sr=mscott;a=asa 2005-04-26 00:33:33 +00:00
cbiesinger%web.de
aa12c468cf Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
r=bz sr=darin a=asa
2005-04-24 21:16:28 +00:00
bzbarsky%mit.edu
a8e9cc7e20 Fix bug 290878. client* coords are broken for events in a popup....
r=neil/mconnor, sr=roc, a=asa
2005-04-24 20:15:31 +00:00
bugzilla%arlen.demon.co.uk
2cc2bc6ede Bug 154711 Make it clearer Home and Bookmarks buttons appear on Personal, and not Navigation, Toolbar
p=zug_treno@yahoo.com r=me sr=neil.parkwaycc.co.uk a=asa
2005-04-21 21:30:02 +00:00
cbiesinger%web.de
e0ee9a4833 153377 disable windows-provided error popups for unresolved symbols, no disk in
drive, etc
r=neil sr=jag a=asa
2005-04-21 18:19:58 +00:00
dbaron%dbaron.org
588faeeb67 Add comment pointing out leak. 2005-04-20 19:39:27 +00:00
cbiesinger%web.de
9a38c75aa6 209330 Use the real progress when no document is loading, to ensure that state
changes are sent when necessary
r=darin sr=jst a=brendan
2005-04-20 17:14:48 +00:00
cst%andrew.cmu.edu
8d6e2e5783 Bug 289760 Make forward button dropdown list have same max length as back button dropdown
r+sr=neil a=asa
2005-04-17 16:14:37 +00:00
cst%andrew.cmu.edu
cf010b6f9a Bug 289609 Dynamically changing the favicon doesn't update the icon in the tab.
r+sr=neil a=asa
2005-04-16 23:27:39 +00:00
dbaron%dbaron.org
b13b88a97c Have separate states for new search plugin install and search plugin update and only remove old files for updates. b=290038 r=mconnor sr=brendan a=roc 2005-04-16 04:37:39 +00:00
kairo%kairo.at
0f0953220f bug 287943 - Rebrand bootstrap's Windows bits, using the configure vars where possible, no real brand change happening there yet. r=biesi sr=Neil a=asa 2005-04-15 16:08:13 +00:00
timeless%mozdev.org
8acc6a8102 Bug 281375 [BEOS] Implement toolkit/xre and xpfe/bootstrap native app support
patch by thesuckiestemail@yahoo.se r=sergei_d sr=neil a=asa
2005-04-15 15:12:19 +00:00
timeless%mozdev.org
a53716e16d Bug 290429 missing |this.| in error case results in code that will never work
patch by ajschult@verizon.net r=neil sr=neil a=caillon
2005-04-15 11:51:10 +00:00
bugzilla%arlen.demon.co.uk
49a8d54829 Bug 290175 JS Error in permissionsNavigatorOverlay.xul
r/sr=neil.parkwaycc.co.uk a=asa
2005-04-14 22:52:14 +00:00