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

130833 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org a2e4073743 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 f3d3d1d14a 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 1441e83fbb bug 245772 : Remove some useless null checks. r+sr=peterv 2004-06-07 16:28:19 +00:00
blizzard%redhat.com bd7318913f 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 67ecaf88f6 fixes bug 236772 "Sprint Local Bill Redirection Limit Exceeded" r=dwitte sr=dveditz 2004-06-07 14:54:22 +00:00
dveditz%cruzio.com fd06fee287 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 78729bc8b9 Switch to using Context.javaToJS instead of Context.toObject 2004-06-07 10:35:22 +00:00
igor%mir2.org 8404a66bdf setGlobalSecurityController should be static 2004-06-07 10:34:22 +00:00
ben%bengoodger.com 1a3ea9199c 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 8b5c540bd4 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 d4645d0ec5 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 72983bbb53 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 277111f900 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 2f6b38339c Bug #245430 --> static build work for Thunderbird 2004-06-06 22:40:42 +00:00
scott%scott-macgregor.org 2f5dc0a9cc Bug #245430 --> static build work for Thunderbird 2004-06-06 22:33:09 +00:00
scott%scott-macgregor.org 0c712d98b7 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 ba57e1fb6d Bug #245741 --> Re-use qute artwork for shared imap folder icons 2004-06-06 20:46:04 +00:00
roc+%cs.cmu.edu b09f29fdcc 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 56d84ab437 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 98c884c248 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 c95e521247 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 dbdb7cf917 Fix bug #242044 - Reduce number of allocations by nsSpaceManager::PushState 2004-06-06 18:45:02 +00:00
mozilla.BenB%bucksch.org d0523b301a 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 a58e08501c 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 92bb0cf55b bustage fix from 245433 2004-06-06 14:38:06 +00:00
mvl%exedo.nl 81bd8ef58c Make password manager show passwords again.
bug 241110, r=neil, sr=darin
2004-06-06 14:29:41 +00:00
ben%bengoodger.com cbaa3ae452 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 08117caf7c ContextFactory is a new API class 2004-06-06 09:28:18 +00:00
bryner%brianryner.com c3322d8d6a 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 b047430368 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 d719dba0fe fixing bustage AGAIN. 2004-06-06 04:42:45 +00:00
roc+%cs.cmu.edu 8e5e248d0d fixing bustage. 2004-06-06 03:38:35 +00:00
roc+%cs.cmu.edu 3476550296 Bug 245627. Minor deCOMtamination of HTML element constructor functions. r+sr=jst 2004-06-06 02:38:32 +00:00
roc+%cs.cmu.edu a05b357612 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 68357dc35c changing to unix line endings. no code was actually change. 2004-06-06 01:35:29 +00:00
mozilla.BenB%bucksch.org a6d55e7b8a - 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 dd2ed21b3a Bug 245399: HTML-escape ' (single quote), too 2004-06-05 22:26:46 +00:00
mozilla.BenB%bucksch.org 0717f8921e Add roaming 2004-06-05 22:25:37 +00:00
neil%parkwaycc.co.uk b8043db0c3 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 325c3b1eb0 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 690dac8181 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 aa1b2d24d3 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 589ae07662 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 2ef200ac49 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 6d92fb4c7c 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 932cadff2c fixing camino bustage for clean builds (245009) 2004-06-05 13:42:20 +00:00
cbiesinger%web.de a15ef33008 urlbarhistory is no more (bug 245009), removing reference to xpt file 2004-06-05 12:12:40 +00:00
dveditz%cruzio.com 1f3e1038f3 bug 162020 option to delay enabling confirmation buttons r=mkaply,sr=sspitzer 2004-06-05 09:26:01 +00:00
jst%mozilla.jstenback.com f1fc36c541 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 4a82e223c0 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