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

99187 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com f4dfc5cb1e The problem is that on windows widget can only be positioned to a y coord of
32767. This ends up being about 32 pages. The nsPageFrame's view creates a
widget for clipping absolutely positioned content and plugins.

This fix will allow a document to have up to 32 pages of clipping after that it
stops creating the widget. The down side is that any absolutely positioned
content or plugins beyond page 32 will not be clippe din print preview.
Also, fixed a leaked widget
Bug 127263 r=dcone sr=attinasi a=asa
2002-03-10 15:40:51 +00:00
rods%netscape.com 7dcdb2dd9c The document viewer was only clamping on values above 100%, the Front-end UI
was doing the clamping on 50-100%, I have changed the back-end to do no
clamping and the front will now allow values between 10 and 500%, these seem
reasonable.
Bug 127508 r=sgehani sr=alecf a=asa
2002-03-10 15:23:54 +00:00
wtc%netscape.com 16c8195eca Bugzilla bug 129633: changed the default select for OS/2 to BSD_SELECT.
The patch is contributed by Michael Kaply <mkaply@us.ibm.com>.  r=wtc.
2002-03-10 15:22:51 +00:00
hwaara%chello.se b5b012be0b #121680, "Search Messages UI: missing some access keys/mnemonics"
r=andreww, sr=sspitzer, a=asa
2002-03-10 14:45:28 +00:00
seawood%netscape.com cfa1188943 Disable postscript printing on OSX by default.
Thanks to Brian Ryner <bryner@netscape.com> for the patch.
Bug #129761 r=cls a=asa

Remove comment about cookie & wallet being necessary extensions.
Bug #18352
2002-03-10 07:46:59 +00:00
seawood%netscape.com f7e0a01bd2 Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
aaronl%netscape.com 1c26ad6bf0 Bug 129628. Crash in nsFrameManager::Destroy. r=dbaron, sr=shaver, a=asa 2002-03-10 06:47:42 +00:00
wtc%netscape.com 1eea6f5615 White space changes to improve readability. 2002-03-10 06:43:11 +00:00
wtc%netscape.com b996532db4 Merged a change required by Mac Pro 7 from NSPRPUB_PRE_4_2_CLIENT_BRANCH. 2002-03-10 06:35:52 +00:00
wtc%netscape.com 65803e7323 Merged changes required by Mac Pro 7 from NSPRPUB_PRE_4_2_CLIENT_BRANCH. 2002-03-10 06:31:03 +00:00
aaronl%netscape.com 1bcc2ad716 Fixes bug 66597, bug 103284, bug 114440, bug 120023, bug 128741, bug 19259. Cleans up browse with caret, makes it work with XML content docs, creates keyboard toggle for it (Accel+shift+K), synchronizes focus and document selection so that users can tab navigate relative to their last find or click in text, or vice versa, makes tabbing move relative to named anchor that has been jumped to. r=bryner, sr=alecf, a=asa 2002-03-10 06:21:48 +00:00
shaver%mozilla.org 58fbb67a8b backing out unapproved, bugscape-only checkin, a=asa 2002-03-10 06:17:51 +00:00
shaver%mozilla.org 9741f3f2e0 reversion of patch for 92868, to repair severe regression (129827, a=drivers 2002-03-10 06:16:01 +00:00
blakeross%telocity.com 86928b68bf Download manager. Not part of build. a=asa 2002-03-10 05:30:39 +00:00
aaronl%netscape.com 3dff3f27d4 Backing out changes to htmlBindings.xml. Wasn't supposed to check that in yet. 2002-03-10 05:25:34 +00:00
blakeross%telocity.com d3bfa58b82 Download manager. Not part of build. 2002-03-10 05:25:19 +00:00
blakeross%telocity.com 4321bd5b2b Download manager. Not part of build. a=asa 2002-03-10 05:24:48 +00:00
aaronl%netscape.com a6afb9026d Bugscape 12250. Dealing with keyboard conflict. r=jgaunt. sr=sfraser 2002-03-10 05:22:20 +00:00
aaronl%netscape.com 947cc66dd2 Bug 129606 - Active accessibility: support STATE_DEFAULT. r=jgaunt. sr=alecf. a=asa. Bug 124450 (reopened) - Active Accessibility: support fieldset and legend. r=jgaunt. sr=hewitt. a=asa 2002-03-10 05:14:24 +00:00
aaronl%netscape.com 620abc0a7b Bug 129605 - Active accessibility: support ROLE_DIALOG. r=jgaunt. sr=alecf, a=asa 2002-03-10 05:12:39 +00:00
hyatt%netscape.com 64e73480ea Fix mouseDragged events so that capture works. NPOB. 2002-03-10 03:48:55 +00:00
blakeross%telocity.com f8844df65a Download manager. Not part of build. a=asa 2002-03-10 02:06:55 +00:00
hyatt%netscape.com 32e653d172 Make sure right mouse down gets fired into Gecko from the cocoa widget code. NPOB. 2002-03-10 02:04:21 +00:00
dbaron%fas.harvard.edu 609fb9fc3d Bug 125624: null-check pres shell since |nsIPresShell::Destroy| may have been triggered by handling the event (which causes the |nsIPresContext::GetShell| call to return null). Patch from Andrew Schultz <ajschult@eos.ncsu.edu>. r=jkeiser sr=jst a=shaver 2002-03-10 01:09:14 +00:00
alecf%netscape.com f4fdfbb122 fix bug 129635 - write a destructor for DomainPolicy so that the hashtable is destroyed
(and not leaked!)
r=mstoltz, sr=vidur, a=asa
2002-03-10 00:41:08 +00:00
hyatt%netscape.com 71a3280b6a Make the middle mouse button events go into Gecko from cocoa. NPOB. 2002-03-09 23:09:34 +00:00
hyatt%netscape.com 39f6e709a2 Make the context menu event fire into Gecko successfully. NPOB. 2002-03-09 22:58:13 +00:00
hyatt%netscape.com 22ae747e9d Add support for dispatching of focus events got/lost focus stuff. NPOB. 2002-03-09 22:43:04 +00:00
bernd.mielke%snafu.de d8754b51e3 adding formctl layout regression tests to main layout tests. 2002-03-09 19:52:30 +00:00
blakeross%telocity.com 3d582ecee0 Download manager. Not part of build. a=asa 2002-03-09 19:01:59 +00:00
bernd.mielke%snafu.de 916cbf266d adding some more testcases (from jkeiser) the formctl regression testcases not part of the build 2002-03-09 19:01:12 +00:00
blizzard%redhat.com 57b9b0d355 Bug #121011. Rewrite the gtk event handler. Specificially, mouse up is missed by the mozilla code when used in embedding when the event doesn't take place over the mozilla window area. r=bryner,sr=shaver,a=asa 2002-03-09 17:14:23 +00:00
samuel%sieb.net 91245c7e6a Bug 129329 - remove a newline that upsets some xml-rpc servers
r=heikki rs=darin a=asa
2002-03-09 17:13:11 +00:00
bienvenu%netscape.com 53a6e89771 fix problem saving inline attachments (e.g., images) from mail and news messages with right click context menu r=law, sr=darin, a=dbaron 116234 2002-03-09 15:33:27 +00:00
bernd.mielke%snafu.de 45257e4c13 layout regression tests files have moved to base 2002-03-09 15:17:25 +00:00
bernd.mielke%snafu.de 84274e49a7 updating rtest.bat for the new directory scheme layout regression -- tests not part of the build 2002-03-09 15:11:23 +00:00
bernd.mielke%snafu.de ddfdb80575 formcontrol layout regression testcases 2002-03-09 15:07:13 +00:00
bernd.mielke%snafu.de 70858b692f moving testfiles into new directory not part of the build 2002-03-09 14:49:42 +00:00
varga%utcru.sk e0653d685d Checking in for Neil <neil@parkwaycc.co.uk>
Fix for bug 107829. Clear QuickSearch, must select msg/folder pane to use Next/navig button/shortcuts.
r=naving, sr=sspitzer, a=asa
2002-03-09 12:22:50 +00:00
sspitzer%netscape.com 0672707214 fixes to get MDN account manager UI to build on linux.
see bug #128962.  NOT PART OF THE BUILD. a=asa
2002-03-09 08:26:46 +00:00
sspitzer%netscape.com fd43310582 fixes to get MDN account manager UI to build on linux.
and remove unnecessary makefiles. see bug #128962
NOT PART OF THE BUILD.  a=asa
2002-03-09 08:25:07 +00:00
darin%netscape.com f0eef3f02c b=129734 Site name is displayed as "c" in Image Manager after just blocking site.
r=morse, sr=jag, a=asa
2002-03-09 07:17:23 +00:00
bernd.mielke%snafu.de f45543af3e adding formctl tests to layout regression tests not part of the build 2002-03-09 06:45:47 +00:00
sspitzer%netscape.com c61730c176 fix for #126134. when offline, LDAP autocomplete searches and addressbook searches should use the "replicated" .mab file
these changes are needed for the LDAP replication feature.
fix for #116984.  don't hard code maxHits to 100, use the per-ldap-addressbook pref value instead.
r=dmose,sr=bienvenu,a=dbaron
2002-03-09 05:51:10 +00:00
mkaply%us.ibm.com e479c5afac #41924
r=timeless, sr=attinasi, a=asa
Display alt text if the user has blocked all images.
2002-03-09 05:31:35 +00:00
bzbarsky%mit.edu 34b4c71340 Don't change the DPI if the user cancels the "other" dialog. Bug
129007, patch by Tuukka Tolvanen <tt@lament.cjb.net>, r=gerv, sr=alecf,
a=asa
2002-03-09 04:45:54 +00:00
blakeross%telocity.com deaf63e541 Download manager. Not part of build. a=asa 2002-03-09 04:30:36 +00:00
jband%netscape.com 45fbcd08b5 fix bug 129697. Don't leave a dangling (to crash later) JS root if JS_NewObject fails while creating a wrapped native. r=beard sr=jst a=asa (for trunk and 0.9.9 branch). 2002-03-09 03:01:44 +00:00
rjc%netscape.com 57dd1d2753 Fix bug # 104127: speed up window closing by 10 to 20%. r=danm sr=ben a=asa 2002-03-09 02:54:13 +00:00
rjc%netscape.com bd34059cd8 Fix bug # 124919: get LDAP searches in Addrbook working on Mac OS X. r=dmose sr=ben a=asa 2002-03-09 02:49:12 +00:00