karnaze%netscape.com
|
daed22dcfa
|
new regression tests, not affecting the build.
|
2000-11-29 17:37:14 +00:00 |
dbaron%fas.harvard.edu
|
b4aa2f814c
|
Add newline to end of file to make HP compiler happy. r=timeless
|
2000-11-29 15:18:32 +00:00 |
pinkerton%netscape.com
|
5e6330d920
|
Fix win32-only bustage.
|
2000-11-29 06:34:14 +00:00 |
ben%netscape.com
|
abd03738c7
|
bugfix for 57951, checking in again (this was backed out this morning to get the tree open, however it turns
out that the submenu positioning problem was actually caused by something else, and there was nothing wrong
with this change). r=pink, a=hyatt
|
2000-11-29 06:15:43 +00:00 |
pinkerton%netscape.com
|
28aab72bc2
|
Refactor some of the window key handler and add drag and drop handlers to the window root. Also move the html bindings (and platform bindings) to res, removing the chome dependency. a=hyatt.
|
2000-11-29 06:01:33 +00:00 |
pinkerton%netscape.com
|
c641167965
|
more small build things. r=bryner
|
2000-11-29 05:55:02 +00:00 |
pinkerton%netscape.com
|
2bc334d89a
|
forgot the adjust depth. r=bryner
|
2000-11-29 05:36:18 +00:00 |
pinkerton%netscape.com
|
30148e3969
|
start building xbl/builtin (a=hyatt).
|
2000-11-29 05:12:40 +00:00 |
pinkerton%netscape.com
|
f5b196f914
|
moving bindings into res to eliminate chrome dependency.
|
2000-11-29 02:54:24 +00:00 |
pinkerton%netscape.com
|
1925118019
|
breaking apart root key handler into base class
|
2000-11-29 02:51:26 +00:00 |
mjudge%netscape.com
|
5a0bb91a06
|
added in code to allow GetSelection() to work. r= mstoltz
|
2000-11-29 00:13:00 +00:00 |
hyatt%netscape.com
|
3180a7f41e
|
menu bug fx r by danm ben
|
2000-11-28 23:35:04 +00:00 |
leaf%mozilla.org
|
cacd47362f
|
backing out change to fix 61334, a=hyatt on the backout
|
2000-11-28 19:42:52 +00:00 |
rods%netscape.com
|
42d3ce1df1
|
patch from net (thanks Boris)
This fix correctly sets the content type for uploads for multipart posts
b=60737, r=rods sr=buster
|
2000-11-28 14:14:20 +00:00 |
hyatt%netscape.com
|
500ee1e48e
|
Fix insertion point reparentin gissue with blocks. r=hixie, a=ben
|
2000-11-28 10:10:41 +00:00 |
hyatt%netscape.com
|
e4f2c01c73
|
Move menulist entirely into XBL. a=ben
|
2000-11-28 08:52:36 +00:00 |
ben%netscape.com
|
63ca78c8ca
|
Fix hyatt's bustage. a=hyatt
|
2000-11-28 08:28:06 +00:00 |
hyatt%netscape.com
|
ceb73e004b
|
Removing obsolete frames from XUL dir. a=ben
|
2000-11-28 07:13:14 +00:00 |
jst%netscape.com
|
5d2e4d0de9
|
Getting rid of some static nsIID's in favor of using the NS_GET_IID() macro. sr=rpotts, r=pollmann
|
2000-11-28 04:11:37 +00:00 |
jst%netscape.com
|
9ffb7c034c
|
Fixing bug 49597. Setting the 'checked' state on a dynamically created radio button that wasn't yet part of the document in JS was throwing an exception since our internal pres state code was generating a failure code when the input element didn't have a document. sr=vidur, r=pollmann
|
2000-11-28 03:41:50 +00:00 |
rods%netscape.com
|
165e6457bb
|
GetStateProperty now clears the outgoing arg before appending the new value.
b=61297, r=jst,a=hyatt
|
2000-11-28 02:35:41 +00:00 |
morse%netscape.com
|
be084416b4
|
bug 61179, deleting menuitem causes crash, r=ssu@netscape.com, sr=hyatt@netscape.com
|
2000-11-28 00:28:01 +00:00 |
heikki%netscape.com
|
95fbe00809
|
Bug 59675, fixing uninitialized variables. r=jst, a=waterson.
|
2000-11-27 23:23:28 +00:00 |
karnaze%netscape.com
|
cf4b9cf1d6
|
bug 56563 - frame constructor creates anonymous frames when a table has a child which is not table related.
ConstructFrameByTag takes additional arg indicating that a whitespace frame was not constructed. sr=buster, r=attinasi
|
2000-11-27 22:47:33 +00:00 |
ben%netscape.com
|
ff9aad5138
|
fix for bug 57951, submenus of scrolling menus positioned incorrectly.
r=pinkerton@netscape.com, a=hyatt@netscape.com
|
2000-11-27 22:04:58 +00:00 |
hyatt%netscape.com
|
b8561b2b8a
|
Fix for 51264. r=danm, a=ben
|
2000-11-27 22:00:33 +00:00 |
nhotta%netscape.com
|
f49d7db175
|
Changed to convert anchor name as UTF-8 instead of Latin1 if that fails then convert it as document charset, bug 58819, r=erik, sr=jst.
|
2000-11-27 21:43:28 +00:00 |
ben%netscape.com
|
0791bc72ae
|
Added mutation files. r=joki, a=brendan
|
2000-11-27 08:24:36 +00:00 |
hyatt%netscape.com
|
56d558b610
|
Patch for 55595. r=joki, a=brendan
|
2000-11-27 07:55:20 +00:00 |
cls%seawood.org
|
fc9c54cb3d
|
Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454
|
2000-11-21 00:18:46 +00:00 |
cls%seawood.org
|
8bd122b3d5
|
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
|
2000-11-20 07:16:06 +00:00 |
danm%netscape.com
|
b9887b3ac3
|
removing glowcode directives. won't affect you unless you use an obsolete version of glowcode.
|
2000-11-18 02:13:42 +00:00 |
akkana%netscape.com
|
f60790d279
|
Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis
|
2000-11-17 00:25:31 +00:00 |
blakeross%telocity.com
|
bcb5dba55b
|
Fix 59867: sidebar dragging needs to respect user settings. r=evaughan a=hyatt
|
2000-11-16 22:25:45 +00:00 |
kmcclusk%netscape.com
|
ce878383b3
|
Removing these unneeded files from from cvs, they have been in the build in years
r=kmcclusk,buster
|
2000-11-16 21:41:14 +00:00 |
karnaze%netscape.com
|
e8fec03d1b
|
new regression tests not affecting the build.
|
2000-11-16 00:29:20 +00:00 |
karnaze%netscape.com
|
fb8a90ad81
|
bug 48028 - changed frame constructor's AppendContent to handle both a caption child list and a row group
child list. a=buster, r=attinasi.
|
2000-11-15 23:19:37 +00:00 |
karnaze%netscape.com
|
7021f8c112
|
bug 57378 (table portion) - don't repeat a thead or tfoot that is larger than 25% of the page. a=buster, r=attinasi.
|
2000-11-15 22:26:35 +00:00 |
karnaze%netscape.com
|
e2e00887a3
|
new regression test not affecting the build.
|
2000-11-15 19:47:30 +00:00 |
karnaze%netscape.com
|
9a76306ac2
|
bug 40828 - call DidSetStyleContext when reflow a cell unconstrained. a=buster, r=dcone.
|
2000-11-15 16:01:26 +00:00 |
karnaze%netscape.com
|
a4a746eda1
|
bug 59252 - fixed regression caused by bug 53690. Don't reflow cell's in a fixed layout table unconstrained. a=buster, r=attinasi.
|
2000-11-15 14:59:47 +00:00 |
brade%netscape.com
|
ef56b86d61
|
use inline methods rather than typecasting directly to floats to prevent rounding errors (bug #56022); r=jst; sr=buster
|
2000-11-15 10:54:41 +00:00 |
blakeross%telocity.com
|
c9fa555527
|
Fix 43728: needs to be a way to scroll autoscrollable menus via keyboard. patch by Jan Varga (varga@utcru.sk). r=pinkerton a=hyatt
|
2000-11-13 21:25:07 +00:00 |
bryner%uiuc.edu
|
0a5e763a08
|
Bug 58589 - groundwork for horizontal mousewheel scrolling. r=jkobal, sr=scc.
|
2000-11-13 18:16:43 +00:00 |
alecf%netscape.com
|
39e78d20af
|
changing NS_DEBUG to DEBUG_attinasi to quiet down the console output
(no bug - this is just changing some debug-only #ifdefs)
|
2000-11-13 08:27:01 +00:00 |
jst%netscape.com
|
bb2f7b009b
|
Making the method NS_NewXMLEntity() match its prototype, no bug. Problem found by Sorin Banu <sbanu@softwin.ro>. r=pollmann, sr=rpotts
|
2000-11-11 23:54:44 +00:00 |
jst%netscape.com
|
84a7aee4fa
|
Fixing bug 48031. Adding missing nullpointer checks to fix crashes in AppendChild(), RemoveChild(), ReplaceChild(), ... in nsDocument. r=nisheeth, sr=vidur
|
2000-11-09 06:38:00 +00:00 |
alecf%netscape.com
|
60258e86e9
|
remove typo to fix bustage
|
2000-11-09 00:40:39 +00:00 |
blakeross%telocity.com
|
1287323a34
|
Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf
|
2000-11-09 00:06:54 +00:00 |
karnaze%netscape.com
|
7b9c5d56b8
|
Added more file lists. Fixed unix script to recognize multiple lists. This does not affect the build.
|
2000-11-08 22:09:57 +00:00 |