aaronl%netscape.com
5729cf9169
Bug 96229. Support keyboard access of checkbox and radio menu items. r=bryner, sr=bzbarsky
2002-10-08 18:02:34 +00:00
aaronl%netscape.com
01e64f2345
Bug 171079. Typeaheadfind::findnext overriding regular find next when it shouldn't. r=akkana, sr=sfraser
2002-10-08 18:00:01 +00:00
aaronl%netscape.com
f1f58ba9eb
Bug 172560. Don't find visibility hidden/collapsed stuff in typeaheadfidn. r=kyle, sr=alecf
2002-10-08 17:55:18 +00:00
aaronl%netscape.com
1805338f9a
Bug 172956. Backspace should go back in page. r=dean, sr=alecf
2002-10-08 17:53:18 +00:00
aaronl%netscape.com
ea1b415a15
Accessibility APIs: give visibility hidden/collapsed STATE_HIDDEN. r=kyle, sr=alecf
2002-10-08 17:49:52 +00:00
timeless%mac.com
f0302e5294
Bug 172846 QueryInterface should not throw Components.results.NS_NOINTERFACE for Components.interfaces.nsISupports
...
r=neil@parkwaycc.co.uk sr=kin@netscape.com
2002-10-08 14:33:24 +00:00
brade%netscape.com
ce3eb1aa2a
fix typo (bug 122992) sr=kin
2002-10-08 14:01:02 +00:00
rods%netscape.com
eaef59aaeb
some changes from a nother patch was accidently checked in
2002-10-08 14:00:12 +00:00
rods%netscape.com
b22c2c60f5
This patch is a bit different, instead of having the DocShell figure out whether it or one of its children are printing or PP, it gets told whether it is, and it caches that value.
...
This was done so navigation is as fast as possible, meaning it doesn't have to figure it out each time.
The patch:
1) Adds a method to the nsIContentViewerContainer to tell it whether we are printing or in PP.
2) Fix up the DV and PrintEngine, the DV SetIsXXXX didn't need to set any
values in the PrintEngine, but now instead makes calls and sets the values in DocShells
3) Cleaned up and add a macro to nsIDocumentViewerPrint
Bug 171161 r=dcone sr=rpotts
2002-10-08 13:17:56 +00:00
timeless%mac.com
027a88ae58
Bug 106656 tabs' use of child nodes is inconsistent
...
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-10-08 12:07:27 +00:00
rods%netscape.com
9365064e89
safety checks for null pointers
...
Bug 172783 r=dcone sr=kin
2002-10-08 10:46:27 +00:00
caillon%returnzero.com
fe257b444e
Oops, this got accidentally checked. Backing out.
2002-10-08 10:43:38 +00:00
caillon%returnzero.com
7871a3af0d
Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
...
area, and not the padding area as per the CSS 2 Errata, CSS2.1 and CSS3. Also, implementing the CSS3 'background-clip'
and 'background-origin' properties (currently with -moz- prefixes) to control this behavior.
Bug 162252, r=dbaron sr=roc+moz
2002-10-08 10:24:53 +00:00
jkeiser%netscape.com
9f10a98502
Backing out bug 107291 due to OS/2 having a crappy compiler.
2002-10-08 09:30:40 +00:00
sspitzer%netscape.com
7a8d84c6bb
trying to fix bustage.
2002-10-08 09:07:36 +00:00
sspitzer%netscape.com
5293c7001b
more changes, not visible to the end user yet, for spam UI. bug #169638 .
2002-10-08 08:38:36 +00:00
aaronl%netscape.com
e8b5e24739
Bug 172996. Acc Explorer getting stuck walking into accessible trees. r=jgaunt, sr=bzbarsky
2002-10-08 08:00:00 +00:00
sspitzer%netscape.com
7263a77a49
more changes, not visible to the end user yet, for spam UI. bug #169638 .
2002-10-08 07:24:37 +00:00
hyatt%netscape.com
1481ad6a55
Add id hooks
2002-10-08 07:16:51 +00:00
sspitzer%netscape.com
fe2c5f0ffd
default spam level to off (0).
2002-10-08 07:00:59 +00:00
sspitzer%netscape.com
30aecba90d
more changes, not visible to the end user yet, for spam UI. bug #169638 .
2002-10-08 07:00:20 +00:00
gerv%gerv.net
2d635934d5
Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, rearranged UI, better API for new report types. Patch by gerv; r=joel.
2002-10-08 06:41:28 +00:00
rdayal%netscape.com
dcb82a5f45
Bug #164970 Track deleted cards and update lastUpdatedTimeStamp
...
This fix tracks deleted cards and stores the lastUpdatedTimeStamp for modified cards
This is required for Palm Sync.
Initial patch by Srilatha.
r=rdayal, sr=bienvenu.
2002-10-08 06:36:20 +00:00
av%netscape.com
348084f465
Bug 168490 -- extra blank window during plugin xpi install, r=serge, sr=darin
2002-10-08 06:31:13 +00:00
loadrunner%betak.net
49519e9b57
b144551 inconsistent en-mac/en-unix in different platform langenus.xpi files, r=cls, tao, sr=sfraser, dveditz
2002-10-08 06:21:11 +00:00
jkeiser%netscape.com
c854cc03a3
Make forward declarations work with nsCOMPtr (bug 107291), r=sicking@bigfoot.com, sr=dbaron@fas.harvard.edu
2002-10-08 06:19:10 +00:00
loadrunner%betak.net
ea24de18d5
b144551, inconsistent en-mac/en-unix in different platform langenus.xpi files, r=cls, sr=sfraser
2002-10-08 06:18:52 +00:00
loadrunner%betak.net
aa1dc85b28
b144551 inconsistent en-mac/en-unix in different platform langenus.xpi files, r=cls, sr=sfraser
2002-10-08 06:17:19 +00:00
sspitzer%netscape.com
1a6dec6330
more work for #169638 . spam UI work (still in progress)
2002-10-08 06:15:42 +00:00
timeless%mac.com
a5279aac41
Bug 172131 FMM, Comments which suggest the wrong (De)Allocator, and Style
...
r=dougt sr=darin
2002-10-08 06:12:00 +00:00
darin%netscape.com
e419ddf07c
fixes bug 173147 "increase redirection limit" r=dougt sr=heikki
2002-10-08 06:03:35 +00:00
sspitzer%netscape.com
5136eaf1fe
comment out the pref for junk button, until it's ready.
2002-10-08 06:00:10 +00:00
sspitzer%netscape.com
a351d516dc
varada forgot the mailnews.js side of his checkin for bug #170572 .
...
for now, show these buttons. but that might be changing as junk
might kick off file and or next.
2002-10-08 05:54:12 +00:00
bryner%netscape.com
2ded7b68cb
Backing out patch for bug 171343. I need to do autoconf tests for siginfo_t and SA_SIGINFO, it seems.
2002-10-08 05:51:24 +00:00
sspitzer%netscape.com
50b4adf8ba
fix more build bustage.
2002-10-08 05:26:03 +00:00
sspitzer%netscape.com
96454a399f
fix build bustage. sorry about that.
2002-10-08 05:17:20 +00:00
bryner%netscape.com
7f27d7678f
Fix bustage on btek by defining _POSIX_C_SOURCE to 199506L, to get the |siginfo_t| type defined.
2002-10-08 05:16:58 +00:00
dean_tessman%hotmail.com
c50a22b86b
bug 73970 - Tooltips disappear when at bottom of screen
...
Actually just fixes tooltips so they don't flip to the left of the mouse pointer when they extend off the right edge of the screen.
r=me, sr=bryner@netscape.com
patch by zipo13@myrealbox.com
2002-10-08 05:01:10 +00:00
sspitzer%netscape.com
0e48c7de27
more work for #169638 . spam UI work (still in progress) including changes to allow search by score. "score" attribute is now "junkscore", per mscott. some code cleanup.
...
r/sr=mscott
2002-10-08 04:29:57 +00:00
bienvenu%netscape.com
dbdcfbec11
work for imap spam filters, ifdeffed off for now r/sr=sspitzer 169557
2002-10-08 04:19:11 +00:00
roc+%cs.cmu.edu
edadb80f12
Bug 153679. r=gisburn,sr=kin. Remove bogus assertion; it's OK to have no widget sometimes during scrolling or invalidation.
2002-10-08 04:18:05 +00:00
arougthopher%lizardland.net
7a159c2fb2
Bugzilla Bug 173116
...
CRASH: BeZilla sometimes crashes on count_font_styles
r=arougthopher
sr=arougthopher
2002-10-08 04:16:04 +00:00
sspitzer%netscape.com
fbbe31aacc
work for #169638 . spam UI. add the ability to search by junk status to the advanced search UI. r/sr=mscott
2002-10-08 04:10:55 +00:00
roc+%cs.cmu.edu
c3c09442af
Bug 172227. Fix rendering garbage by removing a bogus optimization in nsContainerFrame::SyncFrameViewAfterReflow --- we *always* need to update the view transparency in case FRAME_OUTSIDE_CHILDREN changed. r=dbaron,sr=kin
2002-10-08 04:09:38 +00:00
timeless%mac.com
36ff386219
Bug 158129 Add support for Adobe's Type1 Euro fonts
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=roc+moz
2002-10-08 04:07:42 +00:00
jpierre%netscape.com
8faa9313bf
Bump softoken version to 3.7 on tip
2002-10-08 04:07:22 +00:00
bryner%netscape.com
139db5cc6f
Bug 171343 - use SA_SIGINFO and sa_sigaction when hooking up FatalSignalHandler() so that we don't lose parameters if there are other handlers which want all 3 arguments. r=ccarlen, sr=brendan.
2002-10-08 04:00:03 +00:00
dbaron%fas.harvard.edu
18ca9355e6
Attempt to fix mach-o bustage. b=172207
2002-10-08 03:58:32 +00:00
sspitzer%netscape.com
d824fee661
work for #169638 . spam UI. add the ability to search by junk status to the advanced search UI. r/sr=mscott
2002-10-08 03:53:49 +00:00
timeless%mac.com
6f6b802dd3
Bug 158129 Add support for Adobe's Type1 Euro fonts
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=roc+moz
2002-10-08 03:52:49 +00:00