Commit Graph

132453 Commits

Author SHA1 Message Date
roc+%cs.cmu.edu
6eee2bc446 Bug 241454. Enforce the rule that if a frame ever reflows its child asking for MEW, then it *always* reflows the child asking for MEW. r=bernd,sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@157474 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 20:45:23 +00:00
bryner%brianryner.com
40d6d65ecb 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.
git-svn-id: svn://10.0.0.236/trunk@157471 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 19:40:20 +00:00
jshin%mailaps.org
1400eda302 bug 245693 : Unicode->EUC-KR converter loses data on coming across characters not representable in 2bytes (r=smontagu, sr=dbaron)
git-svn-id: svn://10.0.0.236/trunk@157470 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 18:47:53 +00:00
bryner%brianryner.com
d41e19f7e7 Oops, need to do globbing after we do the backslash substitution, or cygwin perl is mightily confused.
git-svn-id: svn://10.0.0.236/trunk@157469 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 18:47:50 +00:00
jim_nance%yahoo.com
3f4820cc7f Fix bug #242044 - Reduce number of allocations by nsSpaceManager::PushState
git-svn-id: svn://10.0.0.236/trunk@157468 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 18:45:02 +00:00
mozilla.BenB%bucksch.org
4998427b7a bug 208821: Remove pref UI to send email address as FTP password.
r=Neil Rashbrook, sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@157467 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 17:44:10 +00:00
igor%mir2.org
65ceeaed9a 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.


git-svn-id: svn://10.0.0.236/trunk@157466 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 15:33:59 +00:00
mconnor%myrealbox.com
e3ac1c126c bustage fix from 245433
git-svn-id: svn://10.0.0.236/trunk@157465 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 14:40:52 +00:00
mvl%exedo.nl
761ac6e84d Make password manager show passwords again.
bug 241110, r=neil, sr=darin


git-svn-id: svn://10.0.0.236/trunk@157464 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 14:29:41 +00:00
ben%bengoodger.com
f30acf6637 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
git-svn-id: svn://10.0.0.236/trunk@157461 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 09:50:05 +00:00
igor%mir2.org
d974004953 ContextFactory is a new API class
git-svn-id: svn://10.0.0.236/trunk@157460 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 09:28:18 +00:00
bryner%brianryner.com
82dbdb6a03 We need to call get_profile_dir again after creating the profile, otherwise it won't contain the salt extension.
git-svn-id: svn://10.0.0.236/trunk@157458 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 06:44:51 +00:00
bryner%brianryner.com
fc818ee977 Apply profile salting fix to windows as well, and protect against spaces in filenames
git-svn-id: svn://10.0.0.236/trunk@157457 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 05:30:21 +00:00
roc+%cs.cmu.edu
c6877f6cf6 fixing bustage AGAIN.
git-svn-id: svn://10.0.0.236/trunk@157455 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 04:42:45 +00:00
roc+%cs.cmu.edu
4806a9a5d3 fixing bustage.
git-svn-id: svn://10.0.0.236/trunk@157454 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 03:38:35 +00:00
roc+%cs.cmu.edu
8c8ded1801 Bug 245627. Minor deCOMtamination of HTML element constructor functions. r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@157453 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 02:38:32 +00:00
roc+%cs.cmu.edu
4e7229eafc Bug 226439. Add ASCII and Literal versions of Append, EqualsIgnoreCase, and Assign. r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@157452 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 02:17:00 +00:00
rlk%trfenv.com
50dce02cf6 changing to unix line endings. no code was actually change.
git-svn-id: svn://10.0.0.236/trunk@157450 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-06 01:35:29 +00:00
mozilla.BenB%bucksch.org
fac8d7631b - 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


git-svn-id: svn://10.0.0.236/trunk@157445 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 22:47:40 +00:00
mozilla.BenB%bucksch.org
7812ac544f Bug 245399: HTML-escape ' (single quote), too
git-svn-id: svn://10.0.0.236/trunk@157444 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 22:26:46 +00:00
mozilla.BenB%bucksch.org
03da4d51f2 Add roaming
git-svn-id: svn://10.0.0.236/trunk@157443 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 22:25:37 +00:00
neil%parkwaycc.co.uk
2a3806aa07 Simplify addressbookpicker code to something that works b=245325 r/sr=sspitzer moa=bienvenu
git-svn-id: svn://10.0.0.236/trunk@157442 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 21:45:06 +00:00
rlk%trfenv.com
50735a6cb5 Bug 244744 - clicking characters once in help triggers dialog "Opening help.dtd". r=neil@parkwaycc.co.uk
git-svn-id: svn://10.0.0.236/trunk@157440 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 20:04:44 +00:00
rlk%trfenv.com
8019372547 Bug 244794 - In Help Contents, separate newsgroup links for developers and users. r=neil@parkwaycc.co.uk
git-svn-id: svn://10.0.0.236/trunk@157438 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 19:51:53 +00:00
rlk%trfenv.com
2865aea1ac Bug 243126 - Dead link in help_help.html. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@157437 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 19:29:05 +00:00
cbiesinger%web.de
ff1bd6473d 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


git-svn-id: svn://10.0.0.236/trunk@157435 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 17:57:00 +00:00
rlk%trfenv.com
b3ec95db11 bug 245305 - typo in mail_sec_help.xhtml (wrong link). r=neil@parkwaycc.co.uk
git-svn-id: svn://10.0.0.236/trunk@157434 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 17:17:53 +00:00
bmlk%gmx.de
65d8955787 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
git-svn-id: svn://10.0.0.236/trunk@157433 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 16:59:46 +00:00
cbiesinger%web.de
3a7aa5c191 fixing camino bustage for clean builds (245009)
git-svn-id: svn://10.0.0.236/trunk@157432 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 13:42:20 +00:00
cbiesinger%web.de
a1e919170b urlbarhistory is no more (bug 245009), removing reference to xpt file
git-svn-id: svn://10.0.0.236/trunk@157431 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 12:12:40 +00:00
dveditz%cruzio.com
701ccb5c8d bug 162020 option to delay enabling confirmation buttons r=mkaply,sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@157430 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 09:26:01 +00:00
jst%mozilla.jstenback.com
6aad9b961b 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
git-svn-id: svn://10.0.0.236/trunk@157427 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 05:18:42 +00:00
brendan%mozilla.org
41019f8b6c Use a GC root by definition, not result, when calling js_Interpret from js_Execute (245570, r=shaver, sr=jst, a=dbaron).
git-svn-id: svn://10.0.0.236/trunk@157424 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 01:39:32 +00:00
leaf%mozilla.org
72e24d1329 find firefox-style salted profile directories to pass to prefs.js-finding
function.


git-svn-id: svn://10.0.0.236/trunk@157423 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 01:28:36 +00:00
jpierre%netscape.com
3665fb89f0 Fix for 178895 - QuickDER optimizations. r=relyea
git-svn-id: svn://10.0.0.236/trunk@157422 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-05 00:50:32 +00:00
bienvenu%nventure.com
147129c49c fix 245044 problem with biffing non-inbox imap folders, by backing out fix for 239181, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@157420 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 23:49:11 +00:00
jst%mozilla.jstenback.com
a3d3ea4297 Duh, lost this change in my earlier checkin.
git-svn-id: svn://10.0.0.236/trunk@157418 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 23:25:58 +00:00
jst%mozilla.jstenback.com
5302cf58f0 Call nsCOMPtr::swap() when we can...
git-svn-id: svn://10.0.0.236/trunk@157416 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 23:01:38 +00:00
aaronleventhal%moonset.net
b151f7a5d0 Fixing strange bustage on casey
git-svn-id: svn://10.0.0.236/trunk@157415 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 22:30:42 +00:00
neil%parkwaycc.co.uk
bc6971b8a2 Bug 245024 Fix crash in print preview by blocking click events r/sr=jst
git-svn-id: svn://10.0.0.236/trunk@157414 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 22:06:05 +00:00
aaronleventhal%moonset.net
2956d11905 Bug 244753. Expose which panes are editor panes. r=kyle, sr=jst
git-svn-id: svn://10.0.0.236/trunk@157413 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 22:03:14 +00:00
aaronleventhal%moonset.net
a4d1ae1d51 Bug 245394. HTML image maps not returning child area objects. r=pkw, sr=jst
git-svn-id: svn://10.0.0.236/trunk@157412 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 22:01:36 +00:00
aaronleventhal%moonset.net
0324f45a91 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@157411 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 21:08:05 +00:00
aaronleventhal%moonset.net
540e86edb5 Bug 242594. Expose list and list item objects, and bullet text. r=Louie.Zhao, sr=jst/dbaron
git-svn-id: svn://10.0.0.236/trunk@157409 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 19:28:36 +00:00
igor%mir2.org
9b46a019a2 added ContextFactory which is used to create Context instances in JavaAdapter when there is no Context associated with the current thread.
git-svn-id: svn://10.0.0.236/trunk@157408 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 17:54:42 +00:00
igor%mir2.org
f04933e762 Better JavaDoc comments for FEATURE_ constants
git-svn-id: svn://10.0.0.236/trunk@157407 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 17:51:27 +00:00
igor%mir2.org
106036aefd Allow to disable special treatment of __proto__ and __parent__ via overriding Context.hasFeature().
git-svn-id: svn://10.0.0.236/trunk@157403 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 14:57:31 +00:00
mostafah%oeone.com
d0c1355553 Add default mozconfig file for sunbird
git-svn-id: svn://10.0.0.236/trunk@157401 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 13:33:35 +00:00
mvl%exedo.nl
11175041f5 fix compiler warning
Bug 244080, patch by tenthumbs@cybernex.net, r=mvl, sr=darin


git-svn-id: svn://10.0.0.236/trunk@157400 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 08:56:50 +00:00
sspitzer%mozilla.org
2b4bd8b7e2 adding comment, no bug
git-svn-id: svn://10.0.0.236/trunk@157399 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-04 07:57:01 +00:00