Граф коммитов

130594 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com c9ca4eb2b3 Fix a couple more problems... use a better globbing syntax, remove quotes on the glob for unix since it doesn't seem to work, and make sure to assign to the right variable. 2004-06-06 19:40:20 +00:00
jshin%mailaps.org 737d99bebc bug 245693 : Unicode->EUC-KR converter loses data on coming across characters not representable in 2bytes (r=smontagu, sr=dbaron) 2004-06-06 18:47:53 +00:00
bryner%brianryner.com 053ade46e9 Oops, need to do globbing after we do the backslash substitution, or cygwin perl is mightily confused. 2004-06-06 18:47:50 +00:00
jim_nance%yahoo.com b7b7c52bc2 Fix bug #242044 - Reduce number of allocations by nsSpaceManager::PushState 2004-06-06 18:45:02 +00:00
mozilla.BenB%bucksch.org f5f54cfb5e bug 208821: Remove pref UI to send email address as FTP password.
r=Neil Rashbrook, sr=dveditz
2004-06-06 17:44:10 +00:00
igor%mir2.org daf6b75edb Introduction of ContextAction interface as a safe alternative for Context.enter/Context.exit. All usages of Context.enter/Context.exit in Rhino are replaced by
Context.call(new ContextAction() {
	public Object run(Context cx) { ... }
});
or similar alternatives.

It prevents bugs with missed Context.exit and provides room for optimization of Context association with current thread and simplify implementation of safe environment for execution of untrusted applets and scripts.

In addition, Rhino now supports global SecurityController that take precedence over any per/Context controllers so the application can setup the controller once and for all.
2004-06-06 15:33:59 +00:00
mconnor%myrealbox.com ff03c77ca9 bustage fix from 245433 2004-06-06 14:38:06 +00:00
mvl%exedo.nl a615250edd Make password manager show passwords again.
bug 241110, r=neil, sr=darin
2004-06-06 14:29:41 +00:00
ben%bengoodger.com 2135ebfd3d 245433 - "search the web for" on the right click menu of highlighted text doesn't work (installer only)... also affects "add engines..." menu item ... make sure content package for browser-region is registered 2004-06-06 09:50:05 +00:00
igor%mir2.org 70af322f7a ContextFactory is a new API class 2004-06-06 09:28:18 +00:00
bryner%brianryner.com af3d6f694f We need to call get_profile_dir again after creating the profile, otherwise it won't contain the salt extension. 2004-06-06 06:44:51 +00:00
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