cls%seawood.org
873deffc6c
Fixing static build bustage caused by checkin for bug 17578.
2004-03-16 09:33:59 +00:00
jst%mozilla.jstenback.com
b95c4ab7af
Fixing bug 237319. Adding support for server push of XML documents to an XMLHttpRequest using "multipart/x-mixed-replace". r=darin@meer.net, sr=hjtoi-bugzilla@comcast.net, a=chofmann@mozilla.org
2004-03-16 06:34:29 +00:00
darin%meer.net
a430242c27
attempting to fix HP-UX bustage
2004-03-16 00:34:01 +00:00
darin%meer.net
a958114089
Landing patch for bug 17578 "I want Kerberos authentication and TGT forwarding"
...
This patch enables preliminary support for the SPNEGO protocol (Microsoft's
Negotiate protocol) via the GSSAPI library. This means that only UNIX-like
operating systems (including Linux and OSX) are supported. A SSPI-based
solution is needed for WIN32.
Only HTTP authentication is currently supported. Mail protocols will follow.
Patch by:
Daniel Kouril <kouril@ics.muni.cz> (original author)
Wyllys Ingersoll <wyllys.ingersoll@sun.com>
Christopher Nebergall <cneberg@sandia.gov>
Darin Fisher <darin@meer.net>
r=dougt sr=bryner a=chofmann
2004-03-15 21:15:20 +00:00
bzbarsky%mit.edu
0cba099485
Fix image blocking for backgrounds. Bug 236919, r=jst, sr=dbaron, a=chofmann
2004-03-13 18:11:01 +00:00
mvl%exedo.nl
12a783a50e
Wait to write out the permissions file until after 2 seconds of inactivity, to speed up deleting of losts of entries.
...
bug 236641, r=dwitte, sr=darin, a=dveditz
2004-03-12 18:02:38 +00:00
Stefan.Borggraefe%gmx.de
2596a6aa58
Documentation update for bug 219620
...
r=rlk and r=neil, a=chofmann
2004-03-12 15:47:51 +00:00
peterv%propagandism.org
87b9081efe
Fix for bug 237185 (nsXPathNSResolver::LookupNamespaceURI needs to resolve xml). r/sr=jst, a=chofmann.
2004-03-12 15:35:51 +00:00
darin%meer.net
e74c1cc8dd
fixes bug 229024 "Source code truncated on some files"
...
portions by me r=rginda, portions by rginda r=me
2004-03-12 05:28:39 +00:00
darin%meer.net
cd71d0083f
make sure NSGetModule is still exported when mozilla proper is statically built, bug=235948 r+sr=bryner a=brendan
2004-03-12 04:06:55 +00:00
mconnor%myrealbox.com
3e528ab467
bug 233339 - rewrite CanSetCookie to reflect what dialogs now do, r=dwitte, sr=darin
2004-03-10 06:47:49 +00:00
timeless%mozdev.org
eb9a02e69a
Bug 106386 Correct misspellings in source code
...
patch by aha@pinknet.cz rs=brendan
2004-03-10 05:33:14 +00:00
caillon%redhat.com
1ef56e0360
Bug 236973
...
Have some of DOM Inspector's treerow backgrounds alternate.
r+sr=jst
2004-03-10 04:55:41 +00:00
silver%warwickcompsoc.co.uk
1510f75228
Bug 190749 - Add a server-specific toLowerCase() to handle the CASEMAPPING. Update appropriate code to use it.
...
r=samuel@sieb.net
2004-03-10 04:46:32 +00:00
silver%warwickcompsoc.co.uk
ce9e2d8f26
Bug 211461 - Don't allow init() to run a 2nd time - makes connecting to servers work in a tab.
...
r=samuel@sieb.net
2004-03-10 04:39:50 +00:00
silver%warwickcompsoc.co.uk
c5e0d7f955
Bug 236639 - Use nsIScriptableDateFormat to show dates in locale-correct format. Update logging to use locale-correct dates specifically, too.
...
r=samuel@sieb.net
2004-03-10 04:37:06 +00:00
silver%warwickcompsoc.co.uk
8e31fc4fdc
Bug 226223 - Fix RegExp in logging, so you can join channels with "/" in them.
...
r=samuel@sieb.net
2004-03-10 04:35:03 +00:00
silver%warwickcompsoc.co.uk
681d35d8d2
Bug 165332 - Better error messages when joining a channel fails.
...
r=samuel@sieb.net
2004-03-10 04:32:15 +00:00
neil%parkwaycc.co.uk
f43a09c29b
Bug 235285 add UI for the "reply in default encoding" pref checking in on behalf of jshin@mailaps.org to make l10n freeze r=me sr=bienvenu
2004-03-10 01:49:27 +00:00
silver%warwickcompsoc.co.uk
6baf641f50
Bug 226408 - Replace 4 charset commands with just '/charset' and '/default-charset'.
...
Bump version to 0.9.61.
r=rginda@hacksrus.com
2004-03-10 00:31:03 +00:00
silver%warwickcompsoc.co.uk
22a52f5cbc
Bug 235648 - Keep correct view when re-dispatching unknown commands.
...
r=rginda@hacksrus.com
2004-03-10 00:28:06 +00:00
silver%warwickcompsoc.co.uk
57a1934e47
Bug 210222 - Make getURL smarter and not drop the leading # if the next character is "unsafe".
...
r=rginda@hacksrus.com
2004-03-10 00:26:01 +00:00
mconnor%myrealbox.com
54451b30e4
bug 234183 Cookie Manager cleanup for 1.7b, r=mvl sr=jag
2004-03-09 23:58:10 +00:00
mkaply%us.ibm.com
29cda05cb6
#234511 - change 151 to mdash in help files - r=pedemont
2004-03-09 23:51:45 +00:00
silver%warwickcompsoc.co.uk
17a16fe8eb
Bug 235261 - Use getService instead of createInstance for prompt service.
...
Patch by timeless@bemail.org .
r=silver@warwickcompsoc.co.uk
2004-03-09 23:34:18 +00:00
silver%warwickcompsoc.co.uk
cf8869f993
Bug 235260 - Remove trailing comma.
...
Patch by timeless@bemail.org .
r=samuel@sieb.net
2004-03-09 23:32:37 +00:00
mvl%exedo.nl
2d75748e85
Password manager should have mode to display saved password.
...
bug 78754, patch by vdvo@vdvo.net , r=neil, sr=bryner
2004-03-09 20:11:22 +00:00
daniel%glazman.org
8b220ba6db
--NOT PART OF THE BUILD--
...
CaScadeS
Bug fix in background-attachment handling
Border, background and aural dialogs for Nvu
2004-03-09 09:12:42 +00:00
jst%mozilla.jstenback.com
9e386dc791
Fixing build bustage.
2004-03-09 00:46:28 +00:00
jst%mozilla.jstenback.com
6d23b210a8
Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org
2004-03-08 23:56:17 +00:00
jst%mozilla.jstenback.com
6e5d1ec469
Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org
2004-03-08 23:52:26 +00:00
hjtoi%comcast.net
d415229a0d
Bug 236436, need to null check URL so we won't crash, r+sr=jst.
2004-03-08 19:29:45 +00:00
peterv%propagandism.org
58bf69e970
Fix for bug 103659 (move to static lib per directory). r=Pike, sr=bryner.
2004-03-07 13:58:44 +00:00
mconnor%myrealbox.com
3a2f576189
bug 102269: Cookie Manager: Server Secure is unclear. r=mvl, sr=alecf
2004-03-07 08:25:59 +00:00
bzbarsky%mit.edu
3e7be428ed
Make XMLHttpRequest dispatch an error event when it fails. Bug 218236, patch
...
by Wladimir Palant <trev@gtchat.de>, r=jst, sr=bzbarsky
2004-03-06 19:05:08 +00:00
peterv%propagandism.org
bbdb3bd09f
Fix for bug 233907 (document.createElementNS() doesn't throw NAMESPACE_ERR when given a namespace-invalid name.). r/sr=jst.
2004-03-06 16:00:23 +00:00
jst%mozilla.jstenback.com
77605dd9e4
Whitespace cleanup.
2004-03-06 00:32:07 +00:00
sicking%bigfoot.com
1775c22dcc
Bug 236620: kill nsIContent::CanContainChildren
...
r/sr=jst
2004-03-06 00:22:03 +00:00
neil%parkwaycc.co.uk
c8607f217a
Bug 213978 Fix strict JS warning p=gautheri@noos.fr r=rginda sr=dveditz
2004-03-05 22:13:34 +00:00
mconnor%myrealbox.com
6af5b221e5
previous checkin should have read bug 230624 - better dialog version, r=neil, sr=jst
2004-03-05 01:45:15 +00:00
mconnor%myrealbox.com
46d5f57117
*** empty log message ***
2004-03-05 01:31:43 +00:00
neil%parkwaycc.co.uk
ffc6008950
Bug 235211 Some help items misfiled in contents p=stolenclover@yahoo.com.tw r=rlk
2004-03-04 16:50:12 +00:00
hpradhan%hotpop.com
86e241d2fb
bug 236351 : Fix string leak in nsSOAPCall::GetTransport() r+sr=jst
2004-03-04 08:13:09 +00:00
silver%warwickcompsoc.co.uk
6147a91022
Bug 229072 - Fixing RegExp regression in pref panel.
...
Patch by Ian Neal <bugzilla@arlen.demon.co.uk>.
r=rginda@hacksrus.com
2004-03-03 22:38:00 +00:00
ben%bengoodger.com
b1960320d1
215094 - 235360 Password Manager changes to support Firefox profile automigration - add two methods to nsIPasswordManagerInternal - the ability to add an entry with details, and to read a Mozilla Password manager file from an external source. r=dveditz, sr=darin
2004-03-03 07:52:12 +00:00
hpradhan%hotpop.com
7b29c0229e
bug 233115 : Fix potential hangs in webservices security check r=darin sr=jst
2004-03-03 07:03:08 +00:00
silver%warwickcompsoc.co.uk
ebcc337d42
Bug 236157 - Make stalk list match plain text version of messages, not raw content.
...
r=rginda@hacksrus.com
2004-03-02 20:24:11 +00:00
silver%warwickcompsoc.co.uk
f81c18f180
Bug 235712 - Make CTCP code not send "null" when no params passed.
...
r=samuel@sieb.net
2004-03-02 19:43:12 +00:00
silver%warwickcompsoc.co.uk
44a5dc212b
Bug 236157 - Make delete-iew/hide-view commands work when deleting a tab to the left of the current one.
...
r=samuel@sieb.net
2004-03-02 19:41:13 +00:00
silver%warwickcompsoc.co.uk
8dedf304a2
Bug 236157 - Make server password work after first try, fix notify when all nicknames are offline, and show half-op status in channel header. Also bump version 0.9.60.
...
r=samuel@sieb.net
2004-03-02 19:36:22 +00:00
mconnor%myrealbox.com
99313216da
bug 235531 cookie/image manager menutitems broken, r=neil, sr=bz
2004-02-29 17:48:08 +00:00
rlk%trfenv.com
44b2858ef4
Bug 235935 - Trivial typo in contextHelp.js. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com
2004-02-29 01:24:37 +00:00
darin%meer.net
1d2d419885
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2004-02-28 22:34:07 +00:00
darin%meer.net
f464181d52
quick followup patch. removing bogus comment, and setting content length
...
on channel to make download progress work. r=biesi
2004-02-28 00:54:39 +00:00
darin%meer.net
646e5b5ba0
landing patch for bug 233305 "Support gnome-vfs's smb: URL scheme" r=biesi sr=bryner
2004-02-28 00:05:58 +00:00
rlk%trfenv.com
8c48d1c08e
Bug 230335 - Preferences is under Mozilla menu, not Edit menu on Mac OS X. Patch by Stefan (stefan_h@hem.utfors.se). r=rlk@trfenv.com
2004-02-27 23:39:06 +00:00
bryner%brianryner.com
d6b0d386ee
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
2004-02-27 17:17:37 +00:00
kairo%kairo.at
97c9024a5a
bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv
2004-02-27 11:54:28 +00:00
rlk%trfenv.com
db80261a11
Bug 235742 and part of bug 107225 - Missing images in Mail Help/Replace old gif images with updated png images. Images by Daniel Wang (stolenclover@yahoo.com.tw). r=rlk@trfenv.com, r=neil@parkwaycc.co.uk
2004-02-26 20:58:54 +00:00
bryner%brianryner.com
a2fb87eb1e
Bustage fix - remove earlier workarounds
2004-02-26 17:17:40 +00:00
peterv%propagandism.org
9c50b82e36
Try to fix OS X bustage.
2004-02-26 14:09:09 +00:00
bryner%brianryner.com
34a5c58311
Attempting to fix Mac bustage. I'll try to come up with a cleaner fix for this tomorrow.
2004-02-26 10:33:51 +00:00
rlk%trfenv.com
ef65181aef
Bug 235572 - Minor typo in Mozilla help (Replying to a Message). Patch by Stefan <stefan_h@hem.utfors.se>. r=stolenclover@yahoo.com.tw
2004-02-25 19:02:31 +00:00
neil%parkwaycc.co.uk
45373fa79c
Bug 235190 Remove cookie icon xul that Classic doesn't like p=hj r=me sr=darin
2004-02-25 12:54:00 +00:00
darin%meer.net
0616fb43c2
fixes bug 234916 "Remove global/static NS_NAMED_LITERAL_C?STRING usage [was: Firefox crashes on startup on Mac OS X]" r=jst sr=dbaron
2004-02-25 02:08:34 +00:00
cbiesinger%web.de
91b969fc55
Bug 235058 Content/language switching from UI is broken
...
r=neil sr=bz
2004-02-22 22:31:31 +00:00
jshin%mailaps.org
b56593d0ef
bug 232722 : replace character coding with character encoding (r=neil, sr=mscott, moa=daniel@glazeman)
2004-02-21 04:52:39 +00:00
dbaron%dbaron.org
8b81db7e6f
Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst
2004-02-20 21:38:31 +00:00
db48x%yahoo.com
e8f1133655
bug 218210 - find nodes does not work when searching for attribute
...
also makes search match on substrings, and makes it case insensitive
r=timeless, sr=bzbarsky
2004-02-20 08:39:01 +00:00
scott%scott-macgregor.org
333cb7f990
Land a new US English dictionary file for Seamonkey. Thunderbird has already been using this dictionary.
...
The new dictionary includes a larger vocabulary in addition to supporting REP tables. I have not checked in the
code for seamonkey to actually leverage the REP tables yet.
part of Bug #227214
No r/sr since this isn't a coding change.
2004-02-19 21:37:30 +00:00
cbiesinger%web.de
8a55ef54b1
bug 232928 "DOM inspector" in sidebar is not localizable
...
patch by Constantine A. Murenin <cnst.bmo@bugmail.mojo.ru> r=caillon sr=bryner
2004-02-19 21:01:33 +00:00
scott%scott-macgregor.org
df7d090718
Bug #234936 --> expose method to find a url given a string. This allows the spell checker to
...
ignore urls in mail compose. Porting this functionality to seamonkey.
sr=bienvenu
2004-02-19 20:45:57 +00:00
silver%warwickcompsoc.co.uk
b7717a50b9
Bug 104332 - Calculate active DPI value using getComputedStyle.
...
r=samuel@sieb.net
2004-02-19 17:11:14 +00:00
neil%parkwaycc.co.uk
67e8b49f79
Bug 142961 Tools/Form Manager/Form items should disable as per Edit/Form items also fix access key conflict with Edit/Find p=durbacher@gmx.de r=me sr=alecf
2004-02-19 11:20:08 +00:00
timeless%mozdev.org
b50384b63b
Bug 121634 JS error: viewer.onpopupshowingContext is not a function
...
r=caillon sr=bz
2004-02-19 09:21:00 +00:00
darin%meer.net
8c818ed6c3
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
rlk%trfenv.com
0827082950
Bug 233647 - "Mozilla Keyboard Shortcuts" doesn't cover Solaris. r=rlk@trfenv.com r=neil@parkwaycc.co.uk a=chofmann@mozilla.org. Patch by Leon Sha <leon.sha@sun.com>
2004-02-17 02:00:33 +00:00
rlk%trfenv.com
8911ab22f7
Backing out earlier changes. Didn't realize the trunk is frozen ;).
2004-02-15 02:34:58 +00:00
rlk%trfenv.com
fd1b1b6e82
recheckin of Bug 231835 - It's now "Bookmarks File" (plural), update help documentation. Patch by Joe Infla <mail124@bellsouth.net>. r=stolenclover@yahoo.com.tw
2004-02-14 16:33:56 +00:00
rlk%trfenv.com
cf46196a4b
Bug 232299 - correct the "Personal Toolbar Bookmark Folders" phrase in help. Patch by Joe Infla <mail124@bellsouth.net>. r=rlk@trfenv.com
2004-02-14 16:28:54 +00:00
bienvenu%nventure.com
bb102a92c7
support ldap v3, patch by dmose, r/sr=sspitzer 198168 a=chofmann
2004-02-14 02:34:50 +00:00
timeless%mozdev.org
4025ef1c2e
Bug 186237 manage stored passwords preference option does not work in this build
...
patch by mcalmus@nyx.net r=dveditz sr=brendan a=dveditz
2004-02-13 10:09:21 +00:00
peterv%propagandism.org
0c69dd741e
Fix for bug 233579 (XSLT memory leak). r=Pike, sr=darin, a=choffman.
2004-02-12 16:43:41 +00:00
jst%mozilla.jstenback.com
6ca4c1a78e
Fixing bug 68215. Adding support for the onbeforeunload event. r=peterv@propagandism.org, sr=brendan@mozilla.org
2004-02-11 06:09:51 +00:00
bryner%brianryner.com
b26298f7c2
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
2004-02-11 04:57:07 +00:00
neil%parkwaycc.co.uk
d5fb1572ca
Bug 220915 Cookie site list doesn't update when removing a cookie with the blacklist option r=dwitte sr=darin
2004-02-10 23:41:01 +00:00
cbiesinger%web.de
e60093e6ed
fix crash when starting xmlterm, r=timeless. not part of default build.
2004-02-10 20:05:15 +00:00
mvl%exedo.nl
ef6582d6e2
If domain.com is blocked, sub.domain.com is blocked, but cannot be unblocked using remove
...
Part two, domainwalk in nsPermissionManager.
Bug 224327, r=dwitte, sr=darin
2004-02-10 19:57:33 +00:00
mvl%exedo.nl
f008ef89d7
Add a way to manually show a single blocked pop-up window. Pass the features of the window.open() call in DOMPopupBlockedEvent.
...
Bug 198846, r=danm, sr=jag
2004-02-10 18:22:23 +00:00
timeless%mozdev.org
f35be4bf50
Bug 230807 Calendar uses xmlterm's "program launch"-accelerator key (commandkey "7")
...
patch by mikko.virkkila@mbnet.fi r=neil sr=mscott
2004-02-10 10:12:15 +00:00
neil%parkwaycc.co.uk
a62232ca7e
Supplementary patch to bug 227651 not to use capturing on the load event listener so we don't get uselessly called for every content page load r=timeless sr=mscott
2004-02-10 09:21:36 +00:00
silver%warwickcompsoc.co.uk
1dcc5f3f7d
Bug 233085 - Actually update the locale file version number to match content's version number.
...
r=rginda@hacksrus.com
2004-02-10 06:13:39 +00:00
jst%mozilla.jstenback.com
6fb14a09b3
One more time...
2004-02-10 01:08:27 +00:00
jst%mozilla.jstenback.com
69fbf03bed
Fixing more bustage.
2004-02-10 00:51:35 +00:00
jst%mozilla.jstenback.com
8b6dc1c3ca
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
peterv%propagandism.org
d0a29b7ae6
Move comment before function.
2004-02-09 16:29:00 +00:00
peterv%propagandism.org
28d78f4df5
Fix for bug 232591 (Expose name validation methods from the XML parser (expat)). r=Pike, sr=jst.
2004-02-09 14:59:46 +00:00
varga%nixcorp.com
41fbf22983
Adding licenses.
2004-02-08 21:51:06 +00:00
mvl%exedo.nl
8a1cae9729
Create a new file to store nsPermissionManager's data in.
...
This will create a hostperm.1 file instead of cookperm.txt. The new file has more flexibility.
Bug 219752, r=dwitte, sr=darin
2004-02-08 13:04:13 +00:00
dbaron%dbaron.org
f4946521ee
I'm not sure how this onStateChange handling ever worked. Not part of non-developer build.
2004-02-08 02:45:00 +00:00
dbaron%dbaron.org
223901e874
Create baseline/verify directory if it doesn't exist. Not part of non-developer build.
2004-02-08 02:18:34 +00:00
dbaron%dbaron.org
aed9606179
Better way, and one that works too. Not part of non-developer build.
2004-02-08 02:09:21 +00:00
neil%parkwaycc.co.uk
a7d0ded3b6
Bug 197667 sidebar name list becomes bottom-justifed r=silver
...
Note that this the underlying bug has been fixed on the trunk, this is just to allow new xpis to work on old builds.
2004-02-07 19:43:31 +00:00
tor%cs.brown.edu
b46544f169
Bug 208314 - remove use of iostreams to allow building with compilers
...
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
2004-02-07 02:41:10 +00:00
neil%parkwaycc.co.uk
b9b88326a6
Bug 231499 Cookie manager could only delete contiguous selections r=dwitte sr=darin
2004-02-06 20:32:48 +00:00
axel%pike.org
abe8b96a95
txStylesheetCompiler should not error on mRV, r=sicking, sr=peterv
2004-02-06 11:33:45 +00:00
neil%parkwaycc.co.uk
6570118411
Bug 223294 <dialog>s no longer need a <separator> at the bottom of their content p=stefan@borggraefe.com r=me sr=ben
2004-02-04 23:44:29 +00:00
silver%warwickcompsoc.co.uk
e0aeca23fe
Bug 233085 - Add "Copy Qualified Name" to Locals view context menu.
...
Bumping version and locale version too.
r=rginda@hacksrus.com
2004-02-04 22:19:20 +00:00
timeless%mozdev.org
9e6c4ace60
Bug 229147 mHost = ArenaStrDup from nsHostEntry can fail and needs to be handled
...
r=mvl sr=bz
2004-02-04 16:15:38 +00:00
kairo%kairo.at
9ec4b6c21a
bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions
2004-02-04 14:24:38 +00:00
daniel%glazman.org
2cc555b6da
NOT PART OF THE BUILD
...
CaScadeS cleanup
2004-02-04 10:05:06 +00:00
neil%parkwaycc.co.uk
7e9db2bd71
Bug 117594 Wallet's URL specific page does not resize r=dwitte sr=alecf
2004-02-04 09:43:17 +00:00
cbiesinger%web.de
7fdf14641a
Bug 66256 both form manager dialogs have the same title
...
change the titles to "Form Manager: Editor" and "Form Manager: Sites"
patch by Andreas Kunz <durbacher@gmx.de> r=mvl sr=alecf
2004-02-04 00:54:01 +00:00
neil%parkwaycc.co.uk
7a5fe52495
Bug 227019 Cookie sites is blank if opened from cookie icon r=dwitte sr=darin
2004-02-03 23:32:26 +00:00
mvl%exedo.nl
29e3492b54
Convert mozPersonalDictionary to use nsTHashTable. Removal of obsolete files.
...
Bug 224625, r=dwitte, sr=alecf
2004-02-03 13:06:44 +00:00
mvl%exedo.nl
50a5e60f68
Convert mozPersonalDictionary to use nsTHashTable
...
Bug 224625, r=dwitte, sr=alecf
2004-02-03 11:54:03 +00:00
timeless%mozdev.org
a1d2e9814e
Bug 191580 typeaheadfind accesses sound device on Linux when it's set to just "beep"
...
r=biesi sr=bryner
2004-02-02 23:12:00 +00:00
dbaron%dbaron.org
a4d2213e3b
Missed newline.
2004-02-02 03:10:00 +00:00
dbaron%dbaron.org
cd3b204f86
Don't close files twice. Not part of non-developer build.
2004-02-02 03:09:33 +00:00
dbaron%dbaron.org
7246882b05
Fix incorrect flag. Not part of default build.
2004-02-02 02:10:50 +00:00
dbaron%dbaron.org
02b2ca4944
Get (old) regression tests close to working in layout debugger. Not part of non-developer build.
2004-02-02 01:51:05 +00:00
bryner%brianryner.com
f67839e02e
More nsIPresContext deCOMtamination (bug 229371). Inline getters and setters for LinkHandler, VisibleArea, and Language; change some methods that don't return any useful data to |void|; make GetContainer return an already_AddRefed. r+sr=dbaron
2004-02-01 10:09:07 +00:00
dwitte%stanford.edu
7eaa3a52b5
remove preference imageblocker.enabled.
...
b=208882, patch by mconnor@myrealbox.com , r=mvl, sr=alecf.
2004-02-01 09:17:51 +00:00
bryner%brianryner.com
1145e81f67
fixing xmlterm bustage
2004-01-31 23:45:30 +00:00
bryner%brianryner.com
0ea3c127ae
Continuing nsIPresContext deCOMtamination (bug 229371). Remove ReParentStyleContext - callers can call frame manager directly. Removed several unused setters. Inlined getters for default colors, font scaler, and focus ring width. Changed GetDefaultFont to return a const nsFont*. r+sr=dbaron.
2004-01-31 22:41:40 +00:00
mvl%exedo.nl
70bd45ce81
Cookie Manager: "remove cookie" and "remove site" should disable with un-selection
...
bug 202324, patch by mconnor@myrealbox.com , r=mvl, sr=alecf
2004-01-31 18:35:06 +00:00
cbiesinger%web.de
f693d45f78
removing unused include
2004-01-31 16:34:42 +00:00
silver%warwickcompsoc.co.uk
ab6845102f
Bug 232544 - Make Ctrl-Up/Down change multiline pref instead of bypassing it.
...
r=samuel@sieb.net
2004-01-31 09:29:09 +00:00
dbaron%dbaron.org
fe2e0655fe
Unregister pref observer onunload to prevent it leaking until shutdown. Also run more onload rather than when the script is executed. b=231384 r=mvl sr=bryner
2004-01-30 00:46:32 +00:00
rlk%trfenv.com
0761a4345d
Hooking up the Developer Tools to the build which was forgotten as part of bug 145056.
2004-01-29 23:30:40 +00:00
jst%mozilla.jstenback.com
1804c4910c
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
silver%warwickcompsoc.co.uk
76678a20c4
Bug 112435 - Add font size and family menus, commands, and access keys (for bigger/smaller/reset).
...
r=rginda@hacksrus.com
2004-01-29 11:27:35 +00:00
bzbarsky%mit.edu
df79bf5bfc
Rework cookie dialogs to allow setting session-only cookies. Bug 230624, patch
...
by Mike Connor <mconnor@myrealbox.com>, r=mvl, sr=darin
2004-01-29 03:34:58 +00:00
jst%mozilla.jstenback.com
1f147a5800
Tweak to new APIs. Not part of the build.
2004-01-29 03:25:59 +00:00
jst%mozilla.jstenback.com
95fb697d35
Silly filter stuff (not working), and make the serializer work, or work better at least. Not part of the build.
2004-01-29 01:44:00 +00:00
jst%mozilla.jstenback.com
ccbb9a1ed9
Moving code around. Not part of the build.
2004-01-29 01:05:32 +00:00
jst%mozilla.jstenback.com
b6c5559a09
Support sync loading (if mIsAsync is somehow set), and implement abort(). Not part of the build.
2004-01-29 00:34:19 +00:00
bsmedberg%covad.net
34cd8e8bdf
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
2004-01-28 23:45:17 +00:00
neil%parkwaycc.co.uk
00ee9604b0
Bug 226511 Speed up cookie deletions by not reloading the entire tree after every deletion as the rows have already been removed from the tree r=dwitte sr=darin
2004-01-28 23:14:42 +00:00
cbiesinger%web.de
d99719ebc6
Bug 166192 Remove last traces of PICS.
...
patch by Stephen Walker <sdwalker@myrealbox.com> r=bsmedberg,dougt sr=dbaron
2004-01-28 22:42:21 +00:00
bsmedberg%covad.net
6c3b3e2161
Fix system pref extension for bug 232201. r=bustage
2004-01-28 05:11:20 +00:00
bsmedberg%covad.net
0958cd0389
Bug 232201 - make nsIPrefBranchInternal inherit from nsIPrefBranch (small codesize savings) r=alecf sr=darin
2004-01-28 04:20:03 +00:00
jst%mozilla.jstenback.com
40f3136034
Fixing typo in comment.
2004-01-28 02:55:49 +00:00
jst%mozilla.jstenback.com
008734068d
Adding partial implementations of some DOM LS classes. Not part of the build yet.
2004-01-28 02:55:18 +00:00
jst%mozilla.jstenback.com
0b578ab1cf
Removing these interfaces in favor of the ones in dom/public/idl/ls/. Not part of the build.
2004-01-27 23:00:38 +00:00
rlk%trfenv.com
62d16198c5
Bug 231835 - It's now "Bookmarks File" (plural), update help documentation. Patch by Joe Infla (mail124@bellsouth.net). r=stolenclover@yahoo.com.tw
2004-01-27 21:27:35 +00:00
timeless%mozdev.org
2ffeb5cbdf
Bug 224327 if domain.com is blocked, sub.domain.com is blocked, but cannot be unblocked using remove
...
patch by mconnor@myrealbox.com r=neil sr=alecf
2004-01-27 16:42:29 +00:00
timeless%mozdev.org
59098ccb9b
Bug 175359 Add confirm dialog for Remove All Cookies/Remove All Sites
...
patch by mconnor@myrealbox.com r=mvl sr=alecf
2004-01-27 16:41:15 +00:00
neil%parkwaycc.co.uk
1ded38c07a
Bug 230434 nsIPref removal from spellchecker p=arne.anka@stupido.com r=mkaply sr=dbaron
2004-01-26 13:29:25 +00:00
bienvenu%nventure.com
c8818bcd3b
enable full mcd pr logging in release build, sr=mscott 232073
2004-01-25 01:11:11 +00:00