Commit Graph

130583 Commits

Author SHA1 Message Date
bryner%brianryner.com
b1787b9877 Apply profile salting fix to windows as well, and protect against spaces in filenames 2004-06-06 05:30:21 +00:00
roc+%cs.cmu.edu
3e1ec49312 fixing bustage AGAIN. 2004-06-06 04:42:45 +00:00
roc+%cs.cmu.edu
250f041a52 fixing bustage. 2004-06-06 03:38:35 +00:00
roc+%cs.cmu.edu
229401e3f5 Bug 245627. Minor deCOMtamination of HTML element constructor functions. r+sr=jst 2004-06-06 02:38:32 +00:00
roc+%cs.cmu.edu
07612ec0fd Bug 226439. Add ASCII and Literal versions of Append, EqualsIgnoreCase, and Assign. r+sr=darin 2004-06-06 02:17:00 +00:00
rlk%trfenv.com
5e074eb934 changing to unix line endings. no code was actually change. 2004-06-06 01:35:29 +00:00
mozilla.BenB%bucksch.org
f5ccf4d5f1 - Bug 243040: Re-escape attribute values which Gecko unescaped for us. Not doing this allowed to insert arbitary unchecked HTML into the result.
- JS quotes in attribute values are now probably possible (but JS still usually disabled by allowed attribute prefs and javascript: URL blocker)
- removed base64 blocker which is probably pointless
- comment and debug changes
- little code style cleanup
r=akk, sr=jst
2004-06-05 22:47:40 +00:00
mozilla.BenB%bucksch.org
c9b08c0bc9 Bug 245399: HTML-escape ' (single quote), too 2004-06-05 22:26:46 +00:00
mozilla.BenB%bucksch.org
00d323cc89 Add roaming 2004-06-05 22:25:37 +00:00
neil%parkwaycc.co.uk
b524e9d1e5 Simplify addressbookpicker code to something that works b=245325 r/sr=sspitzer moa=bienvenu 2004-06-05 21:45:06 +00:00
rlk%trfenv.com
2af674a5fa Bug 244744 - clicking characters once in help triggers dialog "Opening help.dtd". r=neil@parkwaycc.co.uk 2004-06-05 20:04:44 +00:00
rlk%trfenv.com
f870ab38ac Bug 244794 - In Help Contents, separate newsgroup links for developers and users. r=neil@parkwaycc.co.uk 2004-06-05 19:51:53 +00:00
rlk%trfenv.com
d17c19640c Bug 243126 - Dead link in help_help.html. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-06-05 19:29:05 +00:00
cbiesinger%web.de
ae7223e9f1 bug 196380
o) move nsCopySupport into content (from layout), it belongs there better
o) add an |currentURI| attribute to nsIImageLoadingContent which allows access to the URI that is currently being displayed
o) use that from the image uri copy code
xpfe part: r=neil.parkwaycc.co.uk sr=bz rest: r+sr=bz
2004-06-05 17:57:00 +00:00
rlk%trfenv.com
07719401bf bug 245305 - typo in mail_sec_help.xhtml (wrong link). r=neil@parkwaycc.co.uk 2004-06-05 17:17:53 +00:00
bmlk%gmx.de
890df88cf5 during incr. reflow table cells have a unconstrained computed size, they need to ensure that a second constrained reflow is issued on the children, bug 237366, initial idea by saito@densan.co.jp r/sr=dbaron 2004-06-05 16:59:46 +00:00
cbiesinger%web.de
7fc586a3bf fixing camino bustage for clean builds (245009) 2004-06-05 13:42:20 +00:00
cbiesinger%web.de
be6d74bf83 urlbarhistory is no more (bug 245009), removing reference to xpt file 2004-06-05 12:12:40 +00:00
dveditz%cruzio.com
e66742e59c bug 162020 option to delay enabling confirmation buttons r=mkaply,sr=sspitzer 2004-06-05 09:26:01 +00:00
jst%mozilla.jstenback.com
15db594a16 Fixing bug 245529. Syncing gtkembed with some recent event handling changes that affected how listeners can prevent the default action. Patch by philipl@mail.utexas.edu, r=jst@mozilla.jstenback.com, sr=bryner@brianryner.com 2004-06-05 05:18:42 +00:00
brendan%mozilla.org
22b7d93878 Use a GC root by definition, not result, when calling js_Interpret from js_Execute (245570, r=shaver, sr=jst, a=dbaron). 2004-06-05 01:38:13 +00:00
leaf%mozilla.org
b980fe59cc find firefox-style salted profile directories to pass to prefs.js-finding
function.
2004-06-05 01:28:36 +00:00
jpierre%netscape.com
909489401d Fix for 178895 - QuickDER optimizations. r=relyea 2004-06-05 00:50:32 +00:00
bienvenu%nventure.com
f2162cd40b fix 245044 problem with biffing non-inbox imap folders, by backing out fix for 239181, sr=mscott 2004-06-04 23:49:11 +00:00
jst%mozilla.jstenback.com
e748adee85 Duh, lost this change in my earlier checkin. 2004-06-04 23:25:58 +00:00
jst%mozilla.jstenback.com
7aca835cd9 Call nsCOMPtr::swap() when we can... 2004-06-04 23:01:38 +00:00
aaronleventhal%moonset.net
947d97f011 Fixing strange bustage on casey 2004-06-04 22:30:42 +00:00
neil%parkwaycc.co.uk
0159845314 Bug 245024 Fix crash in print preview by blocking click events r/sr=jst 2004-06-04 22:06:05 +00:00
aaronleventhal%moonset.net
23055972d2 Bug 244753. Expose which panes are editor panes. r=kyle, sr=jst 2004-06-04 22:03:14 +00:00
aaronleventhal%moonset.net
51e8cc114d Bug 245394. HTML image maps not returning child area objects. r=pkw, sr=jst 2004-06-04 22:01:36 +00:00
aaronleventhal%moonset.net
13c281b176 Fixing bustage 2004-06-04 21:08:05 +00:00
aaronleventhal%moonset.net
092ea261a2 Bug 242594. Expose list and list item objects, and bullet text. r=Louie.Zhao, sr=jst/dbaron 2004-06-04 19:28:36 +00:00
igor%mir2.org
172c10e986 added ContextFactory which is used to create Context instances in JavaAdapter when there is no Context associated with the current thread. 2004-06-04 17:54:42 +00:00
igor%mir2.org
c3ac073e09 Better JavaDoc comments for FEATURE_ constants 2004-06-04 17:51:27 +00:00
igor%mir2.org
4fe37bb798 Allow to disable special treatment of __proto__ and __parent__ via overriding Context.hasFeature(). 2004-06-04 14:57:31 +00:00
mostafah%oeone.com
24989815f4 Add default mozconfig file for sunbird 2004-06-04 13:33:35 +00:00
mvl%exedo.nl
ae01124eaf fix compiler warning
Bug 244080, patch by tenthumbs@cybernex.net, r=mvl, sr=darin
2004-06-04 08:56:50 +00:00
sspitzer%mozilla.org
efbefa7227 adding comment, no bug 2004-06-04 07:57:01 +00:00
igor%mir2.org
7048fd0cd3 Use consistent naming for property manipulation functions in ScriptRuntime and drop no longer used scope argument for ScriptRuntime.setProp that acts on strings. 2004-06-04 06:58:03 +00:00
aaronleventhal%moonset.net
69a9af020a Bug 245365. Screen readers not speaking selected tree item when tree gets focus. r=pkw, rs=darin 2004-06-04 02:34:48 +00:00
ben%bengoodger.com
28b6042575 update build scripts to look for profile in the new locations... r=bryner 2004-06-04 00:00:35 +00:00
cbiesinger%web.de
16dd4f524b xlib part of bug 243966: getPropertyValue truncates values for computed system font value
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=roland.mainz@nrubsig.org
2004-06-03 21:57:08 +00:00
mconnor%myrealbox.com
fce614c93e remove/readd console.css so it isn't tagged as binary 2004-06-03 21:51:26 +00:00
mconnor%myrealbox.com
6fd6f8a622 remove/readd console.css so it isn't tagged as binary 2004-06-03 21:51:06 +00:00
darin%meer.net
26189de341 landing patch for bug 242977 "DownloadListenerFactory::CreateInstance is missing some cases" r=pink 2004-06-03 21:43:52 +00:00
cbiesinger%web.de
c3bc3380df bug 243966 getPropertyValue truncates values for computed system font value
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=ere,timeless,mkaply,amardare sr=dbaron
2004-06-03 21:19:08 +00:00
ben%bengoodger.com
1ec995b8a1 227640 - password is saved even when the password field has autocomplete="off", patch by Unknown W. Brackets <unknown@simplemachines.org> r=bryner 2004-06-03 20:42:01 +00:00
cbiesinger%web.de
02b411960e bug 244156 disable PCH when whole program optimization is enabled
patch by Stephen Walker <sdwalker@myrealbox.com> r=bsmedberg
2004-06-03 20:31:47 +00:00
jst%mozilla.jstenback.com
79713865dc Checking in fix for bug 243392. Prevent execution of external script that finishes loading after the page where they came from is unloaded. Patch by peterv@propagandism.org, r=bzbarsky@mit.edu, sr=jst@mozilla.jstenback.com 2004-06-03 19:45:03 +00:00
scott%scott-macgregor.org
db195fe2bf Fork dialogs.css so we can reference the correct thunderbird icons.
Path by Stephen Walker
2004-06-03 18:48:27 +00:00