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

110297 Коммитов

Автор SHA1 Сообщение Дата
blakeross%telocity.com add98c90e6 Remove moz-collapsed. 2002-10-08 20:12:56 +00:00
gordon%netscape.com 580059dc0a Fix bug 167525 "error writing 1k, 4k, 16k documents". Off by one bug with
respect to CalculateFileIndex(). r=dougt, sr=darin.

Also fix bug 166361 "Incorrect comparison in nsDiskCacheMap.cpp". sr=darin.
2002-10-08 20:09:04 +00:00
hyatt%netscape.com cea6fe42e9 Add page report accessor to tabbrowser. 2002-10-08 19:57:21 +00:00
bienvenu%netscape.com 7b36293ea0 fix 173296 mime emitters not registered successfully, r=ducarroz, sr=sspitzer 2002-10-08 19:40:10 +00:00
chanial%noos.fr 0115e1baef typo 2002-10-08 19:23:39 +00:00
hyatt%netscape.com 9c4364c0bc Put back in a function i removed by accident. 2002-10-08 19:08:57 +00:00
hyatt%netscape.com 231f1c4a82 Fix code inside a phoenix ifdef. NPOB. 2002-10-08 19:07:29 +00:00
seawood%netscape.com 82ccce91b1 Unset DESTDIR when installing NSPR files into SDK dirs. 2002-10-08 19:04:26 +00:00
rdayal%netscape.com bf9c116e93 Bug #164760 Implement Palm Conduit - changes to build it.
Makefile and changes to build the Conduit. This would get built only when Palm CDK
is installed and the env var PALM_CDK_DIR is set to Palm CDK dir path.

r=leaf, sr=mscott.
2002-10-08 19:00:06 +00:00
aaronl%netscape.com 981f7cfd15 Bug 172690. Not clearing status bar when last IME character deleted with backspace. Checked in for Kyle Yuan. r=aaronl, sr=jag 2002-10-08 18:32:07 +00:00
sspitzer%netscape.com 6f127fe515 fix for #94439. add per news server UI for "push auth". wording from robinf, UI approval jglick. thanks to neil@parkwaycc.co.uk for the patch and to stephend for testing.
r/sr=sspitzer
2002-10-08 18:27:40 +00:00
anthonyd%netscape.com d7159a2b85 bug fix for 165400
r=biesi
sr=bryner
removing un-needed files from the cvs tree
2002-10-08 18:26:24 +00:00
timeless%mac.com e29aaed3b0 Bug 173299 change getControlleryById to getControllerById in nsIControllersInterface
r=cmanske sr=kin
2002-10-08 18:25:57 +00:00
sspitzer%netscape.com 321eee78c5 supplimental fix for #169638. spam UI bug. r/sr=mscott. 2002-10-08 18:20:10 +00:00
smontagu%netscape.com cade4afa34 Add Hebrew punctuation characters to transliterate.properties. Bug 171520, r=ftang, sr=rbs. 2002-10-08 18:19:51 +00:00
nhotta%netscape.com b16e7adf1e Changed DisplayLoadError() to assume UTF-8 domain name,
also changed to unescape and convert the spec using originCharset.
bug 122705, r=shanjian, sr=darin.
2002-10-08 18:02:40 +00:00
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