Commit Graph

81419 Commits

Author SHA1 Message Date
cmanske%netscape.com
d48bd25aab Fixed enabling of cell/row/column selection widgets in Table Properties dialog, b=76217, r=brade, sr=kin 2001-04-28 02:35:49 +00:00
waterson%netscape.com
31af8a6d5d Bugs 76721, 76724. Remove vestigial |aDeltaY| argument from RecoverStateFrom() methods. Remove redundant implementation of GetAvailableSpace(). r=dbaron, sr=attinasi. 2001-04-28 02:34:58 +00:00
cmanske%netscape.com
5a1a1758cd Use monospace font for HTML source, b=76191, r=hwaara, sr=kin 2001-04-28 02:33:37 +00:00
arik%netscape.com
e93a72a5c9 moved the spacebar handling code from js to c++ so that spacebar works for embedding apps. fixed bug 71760, r=brendan, sr=hyatt, a=blizzard. 2001-04-28 02:32:14 +00:00
peterlubczynski%netscape.com
87a2130326 Make plugin streaming safer and fix crash in bug 77319 r=av sr=attinasi 2001-04-28 02:24:29 +00:00
dbaron%fas.harvard.edu
93f995ca81 Enable the page cycler in builds where NS_BUILD_REFCNT_LOGGING is defined. b=75249 r=jag@tty.nl sr=waterson@netscape.com 2001-04-28 02:22:51 +00:00
peterlubczynski%netscape.com
1749eac3b1 Patch to fix from
submit on Mac for
                                                                                   Acrobat bug
                                                                                   76932 r=av
                                                                                   sr=attinasi
2001-04-28 02:21:25 +00:00
dbaron%fas.harvard.edu
4d9bf05712 Fix crash due to null frame type atom. b=77630 r=pierre@netscape.com sr=tor@cs.brown.edu 2001-04-28 02:19:13 +00:00
dbaron%fas.harvard.edu
33fd6335e4 Fix unneeded construction of |nsAutoString|s in |SelectorMatches| by pulling one out of a loop and rewriting matching of ^= and $= CSS3 selectors to remove the other. b=77063 r=glazman@netscape.com sr=attinasi@netscape.com
Fix O(N^2) cascading by replacing insertion into one large |nsISupportsArray| with appending into a hashtable (hashed by weight) of |nsISupportsArray| and then combining those arrays into the larger array.  b=77066  r=attinasi@netscape.com  sr=waterson@netscape.com
Reduce construction of |SelectorMatchesData| by retaining (so they can be used for matching other selectors) any new ones constructed in |SelectorMatchesTree| until the one originally passed to |SelectorMatchesTree| is destroyed.  b=77090  r=attinasi@netscape.com  sr=waterson@netscape.com
2001-04-28 02:16:16 +00:00
waterson%netscape.com
ee316185ba Bug 74448. Fix acceptable URI schemes using table-driven implementation. r=dmose, sr=shaver. 2001-04-28 02:12:10 +00:00
waterson%netscape.com
ddd8d7c082 Bug 75198. Support XPCOM_DEBUG_BREAK=warn on Win32. r=brendan, sr=scc 2001-04-28 02:10:18 +00:00
waterson%netscape.com
f7c1e220c9 Bug 76898. Add minimal logging to nsDocShell, r=dougt, sr=mscott. 2001-04-28 02:07:58 +00:00
dbaron%fas.harvard.edu
4e6d15665f Improve performance of nsScanner::ReadUntil by requiring the terminal set to be nsAFlatString and using an nested while loop rather than calling a string find function. b=65431 r=harishd@netscape.com sr=vidur@netscape.com 2001-04-28 02:03:18 +00:00
sfraser%netscape.com
b41796147c Fix bustage; gcc 2.7.2.3 doesn't like the ? : with enums. 2001-04-28 01:18:54 +00:00
edburns%acm.org
c088b7b9c9 Bug 76405
a=edburns
author = edburns ashuk
r=edburns

Files in fix for this bug:

M dom/classes/Makefile
M webclient/src_moz/CBrowserContainer.cpp
M webclient/src_moz/CBrowserContainer.h
M webclient/src_moz/CurrentPageActionEvents.cpp
M webclient/src_moz/HistoryActionEvents.cpp
M webclient/src_moz/Makefile.in
M webclient/src_moz/NativeEventThread.cpp
M webclient/src_moz/motif/MotifBrowserControlCanvas.cpp

This checkin makes Webclient work with the Mozilla trunk as of 27 April
0100 PDT.
2001-04-28 00:53:21 +00:00
valeski%netscape.com
b9bbf9e515 fixing runtime bustage. lowercasing idl 2001-04-28 00:02:29 +00:00
valeski%netscape.com
63451ec4ac fixing runtime bustage 2001-04-28 00:02:08 +00:00
valeski%netscape.com
7019bb2260 fixing pott's onredirect build bustage. 2001-04-27 23:36:31 +00:00
sfraser%netscape.com
8a0f6ff5be Add nsIFindService.idl 2001-04-27 23:16:59 +00:00
beard%netscape.com
29d9c8b87e Reverted back to old directory structure. 2001-04-27 22:57:30 +00:00
valeski%netscape.com
43115132fb fixing build bustage 2001-04-27 22:35:13 +00:00
dougt%netscape.com
b8df086dbe i collided with string bundle changes. fixing build bustage. r=valeski@netscape.com, a=buildgods 2001-04-27 22:22:56 +00:00
rpotts%netscape.com
a7c30069fd Reverting to rev 1.72 2001-04-27 22:17:30 +00:00
rpotts%netscape.com
c8d6a0dd32 Reverting to rev 1.12 2001-04-27 22:17:14 +00:00
shanjian%netscape.com
85ddc7bd1b #43529 Propagate charset override in frames
r = ftang sr=erik
Charset from parent frame should take precedence of charset from cache.
2001-04-27 21:47:14 +00:00
leaf%mozilla.org
4973089b5e Automated update 2001-04-27 21:45:29 +00:00
dougt%netscape.com
19774f7f6c fixes 77969. Adds PRE tag. r=dougt, sr=darin@netscape.com 2001-04-27 21:38:44 +00:00
nhotta%netscape.com
07a90c082d Changed GetCharPtrCharacterSet to use the global default when a folder charset is empty,
bug 77152, r=ducarroz, yokoyama, sr=bienvenu.
2001-04-27 21:36:11 +00:00
timeless%mac.com
95a461167b Bugzilla Bug 68561 Mozilla build with Xlib toolkit only offers GTK+-specific options...
r=cls, sr=scc
2001-04-27 21:35:56 +00:00
javi%netscape.com
66b818e59f Fixing PSM tree to build with new iface for CreateBundle.
Piggy backing onto valeski's check-in.
2001-04-27 21:31:24 +00:00
valeski%netscape.com
00bca056ef mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
timeless%mac.com
f61c7293f4 Bugzilla Bug 20196 Add Xlib support for --display
r=bz, sr=blizzard
2001-04-27 21:27:13 +00:00
blakeross%telocity.com
a54a91e8fa Reset the content state after dropping so dragged nodes don't remain :active (48857). r=saari sr=ben 2001-04-27 21:23:02 +00:00
chak%netscape.com
ea85d6cbfd Fix for #76730 - mfcembed/BrowserFrm.h contains compile time errors
r=me,adam
sr=blizzard
2001-04-27 21:22:53 +00:00
blakeross%telocity.com
4257f41780 Download dialog label isn't clickable at some points (67489). r=ben sr=alecf 2001-04-27 21:16:44 +00:00
sfraser%netscape.com
a4930c3ed3 Fix for bug 74827; make it possible to cancel repeating timers. r=pinkerton, sr=me because no other sr responded. 2001-04-27 21:14:26 +00:00
dougt%netscape.com
aa67f8b4b0 Removes the requirement to set MOZ_SRC. r=leaf@netscape.com, b=67062. 2001-04-27 21:13:23 +00:00
blakeross%telocity.com
50cce76ea9 Only left clicks should toggle toolbar grippies (68842). r=kerz sr=alecf 2001-04-27 21:12:20 +00:00
sfraser%netscape.com
44cbfd57f8 Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2001-04-27 21:11:03 +00:00
rpotts%netscape.com
259fce8009 fix for bugs #55867, 63529, 26295, 63247 (r=darin, valeski) 2001-04-27 21:05:52 +00:00
dougt%netscape.com
d29deceab5 Adding new english strings for bug 47689. r=neeti@netscape.com, sr=darin@netscape.com 2001-04-27 20:58:41 +00:00
dougt%netscape.com
d0ab1b8298 Fixes 77032, 65270, 71556, 76274, 61290, 47689. Also makes Suspend/Resume work. r=neeti@netscape.com, sr=darin@netscape.com 2001-04-27 20:56:44 +00:00
varada%netscape.com
a01b35f59b fix for bugs-70392-prettying send format prefs panel;52328-quitting while sending message; 71361- wrapping signature in compose;76330-focus on to field in reply;77798-UI should use Msgcompose abort and not msgsend;r=ducarroz;sr=bienvenu 2001-04-27 20:54:29 +00:00
pinkerton%netscape.com
6eecf2d1a3 use different cursor for "wait" state instead of beach ball. r=beard/sr=sfraser. bug# 49173 2001-04-27 20:54:19 +00:00
nelsonb%netscape.com
80046e3076 MPI now uses assembler code for Solaris i86pc. 2001-04-27 20:49:17 +00:00
nelsonb%netscape.com
142643b2df A version of the Intel assembler code for Solaris i86pc's as assembler. 2001-04-27 20:47:39 +00:00
bnesse%netscape.com
a84ed17e3f Fix for smoketest blocker 77916 (blocking 77894). r=bnesse, sr=sfraser 2001-04-27 20:30:36 +00:00
nicolson%netscape.com
e86aed1be7 deprecated getUniqueID, since it is implementation-dependent and probably
not being used.
2001-04-27 20:13:21 +00:00
beard%netscape.com
5a22dc57e8 Restore revision history. 2001-04-27 19:45:52 +00:00
beard%netscape.com
ad25062b57 Restore revision history. 2001-04-27 19:37:39 +00:00