Commit Graph

130617 Commits

Author SHA1 Message Date
jst%mozilla.jstenback.com
50a8b02ca7 Fixing bug 235457. Making it possible to open a window from chrome as if it was opened from untrusted script. r=danm-moz@comcast.net, sr=peterv@propagandism.org 2004-06-07 21:50:25 +00:00
ben%bengoodger.com
42a477691d 245584 - crash in nsGlobalHistory::AddPageToDatabase, check for successful creation of uri in MarkPageAsTyped before continuing. 2004-06-07 20:55:59 +00:00
aaronleventhal%moonset.net
6fcb92d05f This part of the fix for bug 244624 was accidentally not checked in with the main checkin on June 1, 2004. r=neil, sr=alecf 2004-06-07 19:56:30 +00:00
dbaron%dbaron.org
4ef5842ac2 When asked to remove a property that doesn't exist, don't try too hard (and crash). b=245572 r+sr=bryner 2004-06-07 19:30:54 +00:00
scott%scott-macgregor.org
afea5282ca Bug #216509 --> Download more in spellchecker's language pull down does not work
in Thunderbird.

Make the code in EdSpellCheck.js kick out to the default browser.

Patch by Jon Henry
2004-06-07 18:54:13 +00:00
scott%scott-macgregor.org
1cdf72dd0f Bug #245814 --> blockquote syntax error - mail/base/skin/messageQuotes.css
Thanks to dseven for the fix
2004-06-07 18:34:30 +00:00
igor%mir2.org
b538849b5b Work on bug 244492: RhinoException is the new common base class for all exceptions. 2004-06-07 16:40:28 +00:00
hpradhan%hotpop.com
983892bfb9 bug 245772 : Remove some useless null checks. r+sr=peterv 2004-06-07 16:28:19 +00:00
blizzard%redhat.com
966df39588 Bug #242122. Flash plugins that need to be resized in gtk2 builds don't render in the newly exposed areas. Make sure that we don't catch any of the Redirect X events so that the socket will get the resize events and call size_allocate from the resize method on the socket so resize events are processed. r=robin,sr=bryner 2004-06-07 15:42:20 +00:00
darin%meer.net
434cae41e9 fixes bug 236772 "Sprint Local Bill Redirection Limit Exceeded" r=dwitte sr=dveditz 2004-06-07 14:54:22 +00:00
dveditz%cruzio.com
1dbecf3206 bug 245062 InstallTrigger should CheckLoadURI
bug 240552 XPInstall ability controlled per-site r=danm,sr=sspitzer
2004-06-07 14:46:15 +00:00
igor%mir2.org
be6494c229 Switch to using Context.javaToJS instead of Context.toObject 2004-06-07 10:35:22 +00:00
igor%mir2.org
c613550feb setGlobalSecurityController should be static 2004-06-07 10:34:22 +00:00
ben%bengoodger.com
d8af8e7641 245765 - Preferences should live under Edit...Preferences on Unix and terminology should be consistent 2004-06-07 08:17:00 +00:00
ben%bengoodger.com
bf47610277 back out this change since it was superfluous and seems to have broken a lot of things 2004-06-07 06:00:52 +00:00
scott%scott-macgregor.org
0ed1962fcd Bug #245430 --> More Thunderbird static build work. Hook up the biff icon from the system tray to work
with the static Windows build.
2004-06-07 02:51:00 +00:00
rlk%trfenv.com
e0e532c43a Bug 245379 - Print Preview menu item is hidden on Mac OS. r=neil@parkwaycc.co.uk 2004-06-07 01:21:54 +00:00
robin.lu%sun.com
8173023fec fix bug 241187 combo box shows up unexpectly due to nsWindow::IsVisible() does
not return the right value.
patched by robin.lu@sun.com r=blizzard sr=bryner
2004-06-07 01:13:29 +00:00
scott%scott-macgregor.org
420da0d96d Bug #245430 --> static build work for Thunderbird 2004-06-06 22:40:42 +00:00
scott%scott-macgregor.org
017caa0ec0 Bug #245430 --> static build work for Thunderbird 2004-06-06 22:33:09 +00:00
scott%scott-macgregor.org
b5eef6fd2a Bug #214896 --> re-work the window title for the mail 3pane window verses the stand alone message window. 2004-06-06 21:08:53 +00:00
scott%scott-macgregor.org
6a2d498716 Bug #245741 --> Re-use qute artwork for shared imap folder icons 2004-06-06 20:46:04 +00:00
roc+%cs.cmu.edu
790167bd82 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 2004-06-06 20:45:23 +00:00
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