1079 Commits

Author SHA1 Message Date
sspitzer%netscape.com
ccc3c72626 #72122 implement AdjustSelection on the outliner selection. sr=hyatt 2001-03-31 04:55:34 +00:00
disttsc%bart.nl
dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
pinkerton%netscape.com
db93e15b4a Use new DOM context menu event to determine if context menus should come/go r=saari/pink, sr=hyatt.
bug# 36665
2001-03-29 03:33:09 +00:00
hyatt%netscape.com
43fbb26cff Fix for 73506. r=danm, sr=mscott 2001-03-28 22:45:43 +00:00
dr%netscape.com
49cdc2e6bf fix for 67731, r=pinkerton, sr=hyatt 2001-03-27 22:58:50 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
disttsc%bart.nl
4658d4344b Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-03-24 12:02:07 +00:00
hyatt%netscape.com
8a55beea1e Turning on images in outliner. r=pav, sr=brendan 2001-03-24 01:50:33 +00:00
dr%netscape.com
c490b11e1e fix for 67731, patch from varga@utcru.sk, r=pinkerton, sr=hyatt 2001-03-24 00:12:47 +00:00
disttsc%bart.nl
76db806bca Fix MOZ_TRACK_MODULE_DEPS bustage 2001-03-23 14:34:00 +00:00
disttsc%bart.nl
e7d279cade Fix MOZ_TRACK_MODULE_DEPS bustage 2001-03-23 09:45:16 +00:00
waterson%netscape.com
6e1d4e5d6b Bug 71530. Preflight required changes for RDF outliner. Hack outliner body frame initialization to hookup outliner if one exists; don't assume scrollbar can be created. r=hyatt, sr=ben 2001-03-23 07:42:50 +00:00
pinkerton%netscape.com
e35c27a557 make sure we have a valid content node before calling methods on it. bug 73108. r=pav,sr=hyatt 2001-03-23 02:56:24 +00:00
pavlov%netscape.com
8d54c79fea fixing case in a #include that isn't part of the default build. 2001-03-22 07:14:44 +00:00
hyatt%netscape.com
2a1d20ff0e Checking in #ifdefed image loading code for outliner. 2001-03-22 02:51:39 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
hyatt%netscape.com
4ba223ca22 Missed a file on 71470. 2001-03-21 09:01:34 +00:00
hyatt%netscape.com
03580dcee5 Fix for 71740. r=jag, sr=shaver 2001-03-21 08:15:49 +00:00
timeless%mac.com
e76ccfd647 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
sspitzer%netscape.com
5449c8700f fix for #72586. check row height to avoid divide by zero crash. (happens if you scroll too early)
sr=hyatt.
2001-03-21 03:03:58 +00:00
sspitzer%netscape.com
e2d0ad8f16 ignore generated makefiles 2001-03-20 05:30:53 +00:00
pavlov%netscape.com
edaf3b03bc removing the check for mHasImage before calling mImageLoader.Init()... this wasn't in the old code and slipped in. should fix orange trees. r=brendan 2001-03-20 04:43:35 +00:00
pavlov%netscape.com
0eee027f47 xul image frame changes for new imagelib. part of bug 70938. r=danm sr=hyatt 2001-03-19 23:44:55 +00:00
markh%activestate.com
c877604388 Forgot to check this in as part of bug 14368. r=dean_tessman and sr=hyatt
from that bug still apply.
2001-03-13 03:27:15 +00:00
markh%activestate.com
1f60ff29b4 Fix to bug 14368 - Win32 - F10 key does not activate the menu bar.
r=dean_tessman@hotmail.com, sr=hyatt@netscape.com
2001-03-12 09:53:33 +00:00
kmcclusk%netscape.com
ce1acffe03 Rewrote nsContainerFrame::PositionChildViews to use the view tree instead of doing a recursive walk of the frame tree. Should improve page load performance bug 70211 r=attinasi@netscape.com sr=hyatt@netscape.com 2001-03-12 04:19:10 +00:00
dbaron%fas.harvard.edu
849cb3c105 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES. 2001-03-09 15:54:21 +00:00
pinkerton%netscape.com
a4d7189ded don't consume alt-key event if we don't find a shortcut in the menus. r=saari/brade. sr=shaver. bug# 71326 2001-03-08 22:49:31 +00:00
disttsc%bart.nl
8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
heikki%netscape.com
2ced3d1826 Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson. 2001-03-08 02:41:16 +00:00
hyatt%netscape.com
f4962da8b1 Fix for 71139. Also reverting the splitter frame code back. r=danm, sr=brendan 2001-03-08 00:47:22 +00:00
hyatt%netscape.com
826e25f532 Fix for 71139. r=danm, sr=brendan 2001-03-08 00:46:58 +00:00
dbaron%fas.harvard.edu
1e4cfee6ff Really fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. 2001-03-07 06:07:28 +00:00
dbaron%fas.harvard.edu
2457479b2c Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by using a real REQUIRES line rather than a copied one. 2001-03-07 05:17:01 +00:00
dbaron%fas.harvard.edu
955ae0a864 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by changing MODULE from raptor to layout. 2001-03-07 03:11:33 +00:00
sspitzer%netscape.com
a5ca54661e more bustage. 2001-03-06 23:18:38 +00:00
sspitzer%netscape.com
37f657bcc6 fix build bustage. thanks to meep and Pike. 2001-03-06 23:16:27 +00:00
hyatt%netscape.com
68229a8b4b Fix for 70877, enabling outliner. r=dr, sr=waterson 2001-03-06 22:16:42 +00:00
hyatt%netscape.com
4d01b576e2 Outliner files are not part of build.
The other files are a fix for bug #70809.  r=attinasi, sr=brendan
2001-03-06 02:27:50 +00:00
blakeross%telocity.com
38794d139f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
sspitzer%netscape.com
246928daf3 fix for #68365. r=hwaara, sr=hyatt 2001-02-23 00:46:10 +00:00
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
heikki%netscape.com
5c811dfbf3 Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
hyatt%netscape.com
6a31cf1557 Not part of build. 2001-02-16 02:21:34 +00:00
hyatt%netscape.com
3af1eab1be Not part of build. 2001-02-16 01:37:19 +00:00
hyatt%netscape.com
d0e0589b0d Not part of build. 2001-02-15 21:15:21 +00:00
hyatt%netscape.com
19bd97bd08 Not part of build. 2001-02-15 09:43:11 +00:00
hyatt%netscape.com
17acecd93d Not part of build. 2001-02-14 21:38:17 +00:00
hyatt%netscape.com
9bdbaf0cca Not part of build. 2001-02-14 20:26:18 +00:00