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

131617 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 4847dc9d90 Load generated content images from the style system rather than the frame constructor. b=249809 r+sr=bzbarsky 2004-07-14 22:19:22 +00:00
dbaron%dbaron.org ff7dc97e78 Use NULL like everyone else. 2004-07-14 22:14:59 +00:00
bryner%brianryner.com 23089547be Add a NS_FASTCALL macro that specifies regparm(3) and stdcall on gcc/x86 to improve performance (passing up to 3 arguments in registers instead of on the stack, and having the caller pop any stack arguments). Apply NS_FASTCALL to our most frequently called non-public methods and functions. Also add NS_CDECL to explicitly specify the default calling convention and make it part of NS_IMETHOD, since xptcall can't deal with NS_FASTCALL. Bug 249652, r=darin, sr=dbaron. 2004-07-14 22:14:34 +00:00
stephendonner%yahoo.com c4e24f586a Bug 249522. Unnecessary entry 'Delete' and its accesskey in DTD. r=neil, sr=tor 2004-07-14 22:13:26 +00:00
dbaron%dbaron.org 8722abfd09 Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky 2004-07-14 22:10:55 +00:00
aaronleventhal%moonset.net be1b821056 Bug 151375. Implement css2 outline (still called -moz-outline for now). Makes -moz-outline draw outside of the current frame. Improves appearance of focus outline. Lots of help from roc. r+sr=dbaron 2004-07-14 21:58:34 +00:00
dbaron%dbaron.org a5d71df614 Send the stylesheet as the HTTP Referer header for images loaded from CSS stylesheets. b=249168 r=bzbarsky sr=darin 2004-07-14 21:56:23 +00:00
dbaron%dbaron.org 4075eaa0ad Send correct HTTP Referer header for CSS @import. b=249171 r+sr=bzbarsky 2004-07-14 21:52:19 +00:00
neil%parkwaycc.co.uk f30f0c46a3 Bug 78274 Convert profile manager into a <dialog> r=jag sr=sspitzer 2004-07-14 21:51:09 +00:00
neil%parkwaycc.co.uk 83f8d9aab5 Bug 191410 Make it easier to change boolean preferences r=caillon sr=sspitzer 2004-07-14 21:48:02 +00:00
dbaron%dbaron.org 361eb465c6 Bump version number to 1.8a3, although that may or may not be the next release's version. 2004-07-14 21:46:32 +00:00
neil%parkwaycc.co.uk 12e8870336 Bug 250553 Classic <menulist> should not see command events from its popup's <scrollbarbutton>s r=doron sr=roc 2004-07-14 21:46:24 +00:00
aaronleventhal%moonset.net 4de0622ec6 Bug 175893. Make tab labels focusable (when clicking on label of foreground tab). Make unmodified arrow key navigation work with tabs. r=neil, sr=? 2004-07-14 21:44:01 +00:00
jst%mozilla.jstenback.com ec920e56a1 Fixing remaining part of bug 245131. Use nsTextFragment::AppendTo() in more places now that we can. r+sr=peterv@propagandism.org 2004-07-14 21:43:12 +00:00
ben%bengoodger.com e3309835af bah 2004-07-14 19:24:14 +00:00
mostafah%oeone.com 1902edd6a7 Updated translation 2004-07-14 13:39:39 +00:00
sspitzer%mozilla.org 1e6cea25b7 supplimental patch for bug #216133
make the junk bar message text and the blocked image bar message text wrap, so that it looks better when you use the vertical layout.

r/sr/a=mscott
2004-07-14 06:18:09 +00:00
ben%bengoodger.com 482f2e86c4 we probably don't need this after all, especially once I step up the update interval to once per day 2004-07-14 06:07:29 +00:00
dwitte%stanford.edu 4441491c5e fix nsFileStream::Close() to propagate failure conditions to the caller.
b=251117, r+sr=darin, a=shaver
2004-07-14 05:08:49 +00:00
stephendonner%yahoo.com e7ce67e609 Bug 250845. Rename 'Turn Off Privacy Settings' to 'Allow All Cookies' in P3P dialog. r=mconnor, sr=neil, a=shaver 2004-07-14 04:54:19 +00:00
sspitzer%mozilla.org c32f3269ab fix for bug #249882
after forward as inline with body style, the next new message gets the body style (cached compose)

r=neil, sr=bienvenu, a=sspitzer for 1.8a2
2004-07-14 04:27:31 +00:00
scott%scott-macgregor.org d14281084f Bug #250698 --> make nsIMsgCopyService.CopyFileMessage useful for arbitrary folders
Patch by Myk
r=bienvenu
sr=sspitzer
2004-07-14 04:16:28 +00:00
bugreport%peshkin.net cac87b4492 Bug 250967: Fix spurious updates to requesteeless flags
patch by jouni
r=kiko,joel
a=justdave
2004-07-14 02:37:30 +00:00
bugreport%peshkin.net 0487375e58 Bug 250892: Fix w3c validation errors on search-specific 2004-07-14 02:14:23 +00:00
darin%meer.net 7253950131 fixing bustage 2004-07-14 01:40:23 +00:00
darin%meer.net 333b83915b fixing scriptability of IPC interfaces
fixing critical bug in DConnectStub::QueryInterface
adding JavaScript testcase for DConnect

NOT PART OF THE BUILD
2004-07-14 00:14:45 +00:00
jst%mozilla.jstenback.com cb74580d03 Fixing smoketest blocker 250771. Ignore calls to window.close() when the window is already closed. r+sr=dvediz@cruzio.com, a=drivers@mozilla.org 2004-07-13 23:09:43 +00:00
jst%mozilla.jstenback.com ed9b9e8c8a BSD/OS's sys/types.h defines int32_t and u_int32_t, but not uint32_t. Geez. 2004-07-13 22:15:51 +00:00
darin%meer.net 13090b4e19 fixes bug 251213 "ftp urls fail to load" r=biesi sr=bryner a=asa 2004-07-13 21:48:20 +00:00
mostafah%oeone.com 6cfb2bb1a3 Updated translation 2004-07-13 21:42:32 +00:00
scott%scott-macgregor.org 5ef0114af1 Bug #251242 --> Adding a new feed through the subscription UI should not block the UI while we do the initial
feed download.
2004-07-13 20:34:51 +00:00
scott%scott-macgregor.org 46479d696f Bug #249650 --> clean up some old style rules that aren't needed now. Fixes the large white space in the message pane. 2004-07-13 19:52:08 +00:00
mvl%exedo.nl 77bf7afc7b bustage fix. main() should return int. 2004-07-13 14:22:52 +00:00
mkaply%us.ibm.com 8eec063371 #248706
r=pedemont, sr=mkaply (platform specific), a=mkaply (OS/2 only)
OS/2 only - patch from Peter Weilbacher - check to see if creating sound file failed before trying to open it
unload multimedia DLL after we check for MMPM
2004-07-13 13:32:09 +00:00
ben%bengoodger.com 27e03c6d31 247846 - generate bin dir EM related files with -register 2004-07-13 10:18:34 +00:00
ben%bengoodger.com 91d12bad68 245484 - about, options and homepage buttons only work for selected extension 2004-07-13 09:48:37 +00:00
neil%parkwaycc.co.uk a9079b16d5 Bug 213004 Add preference for recognition of localized "Re:" strings added by broken mailers p=mbockelcamp@web.de r=me sr=bienvenu a=asa 2004-07-13 09:33:22 +00:00
neil%parkwaycc.co.uk cd0a58ee14 Bug 120525 Classic button focus outline tweak p=mbockelkamp@web.de r=me sr=jag a=asa 2004-07-13 09:31:18 +00:00
ben%bengoodger.com d19f628dbd fix orange 2004-07-13 08:52:34 +00:00
ben%bengoodger.com 5071dc5729 246050 - text on mouseover tooltips say extensions in the theme manager... also use consistent uppercase for Themes use 2004-07-13 08:17:55 +00:00
ben%bengoodger.com a8e3e5ada2 247667 - 404 errors on install should display an error 2004-07-13 08:08:20 +00:00
ben%bengoodger.com 5180a77706 oops 2004-07-13 06:49:14 +00:00
ben%bengoodger.com 3bda6a74d6 237096 - Open Location needs menu item for HIG compliance, also add menu item for 'Check for Updates' to Tools menu (location preliminary) 2004-07-13 06:49:01 +00:00
ben%bengoodger.com d29880921c 246316 - DOM inspector shown in EM even though not installed. DOMi isn't really an extension, so we won't show it as one. 2004-07-13 06:31:09 +00:00
ben%bengoodger.com 6229a5939d update check should run initially when turned on, display an error if update checker is disabled when invoked 2004-07-13 06:27:48 +00:00
ben%bengoodger.com 9ddc865803 245316 - malformed install.rdf file can cause firefox not to start; make it so EM uninstalls an extension if chrome registration for it fails, and show a simple message to the user, and a detailed message to developers via error console 2004-07-13 06:04:12 +00:00
nelsonb%netscape.com 98afc62590 Allow subtemplates to have the SEC_ASN1_DYNAMIC flag without asserting.
Bug 245429. Patch 4 of 5.  r=relyea.
2004-07-13 06:02:54 +00:00
nelsonb%netscape.com 55aa7ccc43 Fix some casts. Wrap some long lines. Remove a bogus assert.
Factor a function call out of the arguments of another function call,
which is mostly to make that code more easily debugged.
This is patch 3 of 5 for bug 245429. r=wtc.
2004-07-13 05:52:24 +00:00
nelsonb%netscape.com f7b4d4bbb7 Function sec_asn1e_write_contents was two functions combined into one,
separated by one huge if-then-else.  They do different things and take
different arguments.  So, I split them into two separate functions:
sec_asn1e_write_contents and sec_asn1e_write_contents_from_buf
the latter of which takes a buf pointer and length argument.
The if statement that chooses between the two is now in the caller.
This is patch 2 of 5 for bug 245429.  r=wtc.
2004-07-13 05:49:48 +00:00
nelsonb%netscape.com f961aed641 rename "explicit" to "isExplicit" because MSVC6 thinks explicit is a c
keyword.  rename "ignore_stream" to "disallowStreaming" because it
doesn't merely ignore.  rename "ignoresubstream" to "disallowStreaming"
for the same reason.  Patch 1 of 5 for bug 245429. sr=wtc.
2004-07-13 05:44:47 +00:00