Commit Graph

11363 Commits

Author SHA1 Message Date
technutz%netscape.net
6caa49d6ee Bug 229639. Various invalid XBL documents due to extraneous text (editor.xml portion). Patch by Bob Clary <bc@bclary.com> r=neil, sr=bz 2003-12-30 19:41:03 +00:00
neil%parkwaycc.co.uk
50f947506d Bug 228448 Remove == PR_TRUE and PR_FALSE as per mozilla style guide p=gautheri@noos.fr r=me sr=alecf 2003-12-29 11:18:02 +00:00
neil%parkwaycc.co.uk
7851b67e33 Supplementary cleanup to bug 228510 p=gautheri@noos.fr r=me sr=bz 2003-12-26 00:01:52 +00:00
neil%parkwaycc.co.uk
d4411bb66c Supplementary patch to bug 228619 p=gautheri@noos.fr r=me sr=bz 2003-12-25 11:50:37 +00:00
neil%parkwaycc.co.uk
1c304164a3 Bug 228433 "node has no properties" r=timeless sr=bz 2003-12-25 11:20:48 +00:00
neil%parkwaycc.co.uk
647bf25f7c Bug 229105 cannot open tab groups in some circumstances (regression from bug 179787) r=hj sr=bz 2003-12-24 23:25:13 +00:00
timeless%mozdev.org
b292076e17 Bug 131470 - Case insensitive history search
patch by borggraefe@despammed.com r=neil sr=alecf
2003-12-23 09:04:07 +00:00
jerry.tan%sun.com
4a0aaeb2e9 copy http proxy settings to ftp,ssl,gopher proxies
see bugzilla bug 50380, patch by jerry.tan@sun.com
r=neil sr=bryner
2003-12-23 07:11:34 +00:00
bsmedberg%covad.net
0c471686e7 bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst
I couldn't do a CVS move of nsIChromeRegistry.idl, sorry... it was added on a branch earlier. The old CVS log/blame can be found at mozilla/rdf/chrome/public/nsIChromeRegistry.idl
2003-12-22 05:23:10 +00:00
bryner%brianryner.com
dfe3513814 Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky. 2003-12-21 05:36:36 +00:00
timeless%mozdev.org
93bf3b470a Bug 228619 Warning `assignment to undeclared variable entry'' [xs] in file `chrome://communicator/content/contentAreaUtils.js'', line 667, character 0.
r=neil sr=bz
2003-12-21 04:06:57 +00:00
timeless%mozdev.org
677239bba1 Bug 228529 JS Warnings in printing/print preview
r=neil sr=bz
2003-12-21 04:04:25 +00:00
timeless%mozdev.org
990ac59712 Bug 228510 Warning `function getContentTypeFromHeaders does not always return a value'' [xs] in file `chrome://navigator/content/pageInfo.js'', line 951, character 0.
r=neil sr=bz
2003-12-21 04:04:21 +00:00
timeless%mozdev.org
6df199fbe6 Bug 228428 Warning `assignment to undeclared variable mIcon'' [xs] in file `chrome://global/content/bindings/tabbrowser.xml'', line 237, character 0.
r=neil sr=bz
2003-12-21 04:04:19 +00:00
timeless%mozdev.org
cc9a3f2cec Bug 228405 Warning `reference to undefined property linkToolbarUI.initialized'' [xs] in file `chrome://navigator/content/linkToolbarOverlay.js'', line 247, character 0.
r=neil sr=bz
2003-12-21 04:04:16 +00:00
timeless%mozdev.org
a359197727 Bug 228398 Warning `reference to undefined property this.mContentDisposition'' [xs] in file `chrome://communicator/content/contentAreaUtils.js'', line 559, character 0.
r=neil sr=bz
2003-12-21 04:04:14 +00:00
timeless%mozdev.org
9295d04d92 Bug 228397 Warning `assignment to undeclared variable uri'' [xs] in file `chrome://cookie/content/cookieContextOverlay.xul'', line 53, character 0.
r=dwitte sr=bz
2003-12-21 04:04:12 +00:00
neil%parkwaycc.co.uk
e99165b25e Bug 225328 Remove unused code p=gautheri@noos.fr r=me sr=alecf 2003-12-20 17:52:50 +00:00
dwitte%stanford.edu
4efc16689c implement session cookie UI. thanks to mconnor for the patch!
b=225857, p=mpconnor@myrealbox.com, r=neil, sr=alecf
2003-12-20 03:08:44 +00:00
neil%parkwaycc.co.uk
8d4f55981c Bug 133606 getAnonymousElementByAttribute now works r=caillon sr=bz 2003-12-19 21:47:21 +00:00
neil%parkwaycc.co.uk
27326d77b7 Bug 179787 JavaScript strict warning: reference to undefined property this.mPanelContainer r=hj sr=bz 2003-12-19 21:45:36 +00:00
neil%parkwaycc.co.uk
bb090e5103 Bug 89576 now that the wsm saves the page data the pref panel ok handlers don't need to r=caillon sr=alecf 2003-12-19 21:44:02 +00:00
cbiesinger%web.de
a65ac517d9 152224 download manager should addref/release the items it puts into its hashtable
r=varga sr=darin
2003-12-19 21:30:26 +00:00
cbiesinger%web.de
1a6d2126ea fix bustage 2003-12-19 15:53:03 +00:00
cbiesinger%web.de
e719d49364 bug 227562 download manager uses AUTF8String on OpenProgressDialogFor, it could use nsIDownload*
r=varga sr=bz
2003-12-19 15:41:29 +00:00
cbiesinger%web.de
49c8e9ffa0 Bug 227032. cleanup nsDownloadProxy a bit, mostly:
deal with prefs service or the pref not being there
use nsIPrefBranch for do_GetService instead of a separate QI

r=neil.parkwaycc.co.uk sr=darin
2003-12-19 15:26:27 +00:00
dbaron%dbaron.org
19bc58a9e4 Bump version number to 1.7a. 2003-12-19 03:49:12 +00:00
mkaply%us.ibm.com
1b39080d8a Syntax error in checkin for 223111 2003-12-17 23:24:33 +00:00
jst%mozilla.jstenback.com
0bbe4e2cfe Fixing bug 223111. Making the page-setup settings shrink-to-fit and scaling persist across Mozilla instances. Patch by jblanco@us.ibm.com, and modiefied by me. r=ben, sr=bienvenu, a=asa. 2003-12-17 07:52:49 +00:00
timeless%mozdev.org
23873fc99f Bug 228620 Add AskJeeves search to build
patch by durbacher@gmx.de r=timeless sr=dbaron a=asa
2003-12-17 05:42:33 +00:00
jshin%mailaps.org
6e66bc626c bug 206252: make it possible to attach on-line html documents/images with non-Latin1 names (r=bienvenu, sr=mscott, a=asa) 2003-12-17 00:31:34 +00:00
cbiesinger%web.de
9e3e934be6 bug 228321. content-encoding: gzip page gets saved gzipped when no extension
present in the url

r=bzbarsky sr=darin a=chofman
2003-12-16 23:17:58 +00:00
tor%cs.brown.edu
09cdd07b11 Bug 183185 - pageInfo.js "Error: this.data[row] has no properties". Patch by
Daniel Brooks, r=timeless, sr=bz, a=tor.
2003-12-16 21:45:34 +00:00
cbiesinger%web.de
83c031eab7 94651 patch by durbacher@gmx.de (Andreas Kunz), inspired by timeless. r=timeless
sr=dbaron a=asa

Sherlock search plugins don't decode &amp; in URLs
2003-12-16 21:27:24 +00:00
jshin%mailaps.org
ea156e67c1 bug 213337: validate file name before presenting it as a suggested filename (2nd part) : r=cbiesinger, sr=jag, a1.6=asa 2003-12-15 23:03:16 +00:00
neil%parkwaycc.co.uk
41dc540e27 Bug 228271 Autocomplete's scrollbar is always visible r=varga sr=alecf a=asa 2003-12-15 22:47:52 +00:00
caillon%returnzero.com
643dc8405b Bug 225490
Change the default search engine to google.
Patch by:
  Andreas Kunz <durbacher@gmx.de>
  Serge GAUTHERIE <gautheri@noos.fr>

r=me
sr=ben
a=asa
2003-12-12 22:50:13 +00:00
neil%parkwaycc.co.uk
75a38945d5 Bug 227612 Cookie settings not shown in preferences r=bz sr=alecf a=asa 2003-12-11 10:38:40 +00:00
neil%parkwaycc.co.uk
4cb326c21c Bug 225893 Autocomplete won't scroll with the mouse r=ben sr=mscott a=asa 2003-12-10 23:13:03 +00:00
timeless%mozdev.org
fc0c74c42d Bug 110517 ctrl-k doesn't work in mail/news composer on unix
Changes check spelling binding for unix to ctrl-shift-k
patch by bz and me r=neil sr=sspitzer a=sspitzer
2003-12-08 00:01:10 +00:00
bzbarsky%mit.edu
18761c1e6b REmove stray '}' that causes a JS error. Bug 227623, r=neil, sr=alecf, a=dbaron 2003-12-07 18:54:59 +00:00
neil%parkwaycc.co.uk
b07923af53 Bug 225207 Focused element is scrolled into view when switching tab r=caillon sr=bryner a=dbaron 2003-12-07 09:44:40 +00:00
caillon%returnzero.com
d2fcdf5e55 Mark bookmarks as dirty when they are, so they get properly flushed.
Bug 131105
r=ben sr=bzbarsky a=dbaron
2003-12-07 00:27:15 +00:00
bsmedberg%covad.net
87877584ae bug 53673 - <textbox multiline="true"> doesn't accept initial value="xxx" patch by Neil, r=me sr/moa=jag a=dbaron 2003-12-05 01:28:55 +00:00
tor%cs.brown.edu
d552b72591 Bug 225490 - netscape search plugin no longer functioning.
patch by timeless, r=caillon, sr=alecf, a=tor
2003-12-04 20:50:25 +00:00
rlk%trfenv.com
0af67f769e Bug 227107 - Help button in Offline & Disk Space preferences is broken. r=neil@parkwaycc.co.uk, r=rlk@trfenv.com, sr=alecf@flett.org, a=asa@mozilla.org. Patch by Hasse (jasajudeju@telia.com). 2003-12-04 00:56:43 +00:00
jshin%mailaps.org
ad38801286 bug 225695 : follow-up to bug 44272. tree-wide sweep to replace escape/unescape() with en|decodeURI(Component). part 2(mail/mailnews) of 3. r=neil, sr=bienvenu, a=asa 2003-12-03 21:52:10 +00:00
jshin%mailaps.org
5684182912 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2003-12-03 21:41:37 +00:00
jshin%mailaps.org
86705342d9 bug 224546 : Change Win 'Regional Settings' -> lose button functions & text (r=smontagu, sr=dbaron, a=asa) 2003-12-03 06:07:13 +00:00
bzbarsky%mit.edu
3d66acfc68 Fix up ordering issues in radiogroups. Bug 226549, r=neil, sr=alecf 2003-12-03 04:40:03 +00:00