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

110371 Коммитов

Автор SHA1 Сообщение Дата
akkana%netscape.com 753fba95f6 161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer 2002-10-08 20:24:23 +00:00
blakeross%telocity.com f5f545b0a2 Remove moz-collapsed. 2002-10-08 20:12:56 +00:00
gordon%netscape.com 742a575ad1 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 eee0fdef28 Add page report accessor to tabbrowser. 2002-10-08 19:57:21 +00:00
bienvenu%netscape.com 001f805efd fix 173296 mime emitters not registered successfully, r=ducarroz, sr=sspitzer 2002-10-08 19:40:10 +00:00
chanial%noos.fr e616c36528 typo 2002-10-08 19:23:39 +00:00
hyatt%netscape.com 6d48762647 Put back in a function i removed by accident. 2002-10-08 19:08:57 +00:00
hyatt%netscape.com c20f1e2f17 Fix code inside a phoenix ifdef. NPOB. 2002-10-08 19:07:29 +00:00
seawood%netscape.com c82d53933c Unset DESTDIR when installing NSPR files into SDK dirs. 2002-10-08 19:04:26 +00:00
rdayal%netscape.com d8567a2e9b 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 7453c6a082 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 5898787bad 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 1545f4da1f 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 5a9229daea Bug 173299 change getControlleryById to getControllerById in nsIControllersInterface
r=cmanske sr=kin
2002-10-08 18:25:57 +00:00
sspitzer%netscape.com bef347d765 supplimental fix for #169638. spam UI bug. r/sr=mscott. 2002-10-08 18:20:10 +00:00
smontagu%netscape.com 239ed4aeee Add Hebrew punctuation characters to transliterate.properties. Bug 171520, r=ftang, sr=rbs. 2002-10-08 18:19:51 +00:00
nhotta%netscape.com c92bd67f61 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 a6a0722792 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 a2d82cf413 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 24ba7cfe03 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 d75a61ab3b Bug 172956. Backspace should go back in page. r=dean, sr=alecf 2002-10-08 17:53:18 +00:00
aaronl%netscape.com 19199aa3e8 Accessibility APIs: give visibility hidden/collapsed STATE_HIDDEN. r=kyle, sr=alecf 2002-10-08 17:49:52 +00:00
timeless%mac.com 89f9ca5c7f 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 724a8c2922 fix typo (bug 122992) sr=kin 2002-10-08 14:01:02 +00:00
rods%netscape.com 6ef92eab84 some changes from a nother patch was accidently checked in 2002-10-08 14:00:12 +00:00
rods%netscape.com 855fd85355 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 588c42a53c 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 99ba429de0 safety checks for null pointers
Bug 172783 r=dcone sr=kin
2002-10-08 10:46:27 +00:00
caillon%returnzero.com 0294527edd Oops, this got accidentally checked. Backing out. 2002-10-08 10:43:38 +00:00
caillon%returnzero.com 5ba9439c07 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 35c5cded43 Backing out bug 107291 due to OS/2 having a crappy compiler. 2002-10-08 09:30:40 +00:00
sspitzer%netscape.com 261f517eb6 trying to fix bustage. 2002-10-08 09:07:36 +00:00
sspitzer%netscape.com c0aae444a1 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 b7b6e92dd1 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 8a20be1a77 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 173af9ec5a Add id hooks 2002-10-08 07:16:51 +00:00
sspitzer%netscape.com b0b377a23e default spam level to off (0). 2002-10-08 07:00:59 +00:00
sspitzer%netscape.com 57727165ef 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 114f9c419d 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 e7e7718212 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 58ca5f80ba Bug 168490 -- extra blank window during plugin xpi install, r=serge, sr=darin 2002-10-08 06:31:13 +00:00
loadrunner%betak.net 55609bfe63 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 53ea2dfc93 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 b83ec4cf48 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 6935b84787 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 2cb44e4f8b more work for #169638. spam UI work (still in progress) 2002-10-08 06:15:42 +00:00
timeless%mac.com 09fcb732df 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 c030b55eb6 fixes bug 173147 "increase redirection limit" r=dougt sr=heikki 2002-10-08 06:03:35 +00:00
sspitzer%netscape.com f6df719e43 comment out the pref for junk button, until it's ready. 2002-10-08 06:00:10 +00:00
sspitzer%netscape.com 8dd6d07958 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