tor%cs.brown.edu
|
57dfa72eda
|
Fix test for 32bit type. Not in default build.
|
2000-06-29 13:48:01 +00:00 |
terry%mozilla.org
|
e39f0f8dea
|
Added some missing newlines.
|
2000-06-29 13:33:10 +00:00 |
tor%cs.brown.edu
|
2297723b8f
|
Off by one error in refresh(). Not in default build.
|
2000-06-29 12:40:42 +00:00 |
tor%cs.brown.edu
|
1a6619795c
|
Update libmng snapshot. Not in default build.
|
2000-06-29 12:32:04 +00:00 |
jfrancis%netscape.com
|
6669bb643d
|
bug fixes:
41744 - editor shouldnt be quite as loosy goosy about html 4.0 as CnavDTD is;
41746 - editor ui state (paragraph format feedback) wrong if a <br> is embedded inside the current block;
41971 - using alignment inside table cells gives unexpected results.
|
2000-06-29 09:23:41 +00:00 |
dbaron%fas.harvard.edu
|
48d82867a9
|
Some more regression tests for bug 43882 and collapsing margin issues. Does not affect build.
|
2000-06-29 07:59:29 +00:00 |
Peter.VanderBeken%pandora.be
|
e77497b977
|
Correct typo. Not part of the build.
|
2000-06-29 07:09:06 +00:00 |
beard%netscape.com
|
9a805c2a95
|
unused parameter warning
|
2000-06-29 05:48:09 +00:00 |
beard%netscape.com
|
cbf9cb60d0
|
complementary operator delete(void*, JSClass*).
|
2000-06-29 05:46:36 +00:00 |
mjudge%netscape.com
|
fa0242f3f6
|
r=saari 42074 pd+dogfood ect. i think we finally nailed this one. focused objects now being passed focus events even when previous document couldnt take focus and is simply returning it. aka hitting return in url bar trying to focus document that will be destroyed to fetch new page.
|
2000-06-29 05:27:05 +00:00 |
mjudge%netscape.com
|
f7409a961f
|
r=hyatt bug36617, sfrasier bug. simple change for select all to work.
|
2000-06-29 05:25:01 +00:00 |
mjudge%netscape.com
|
1513d464f8
|
oninput and on change now firing. this should be working completely now. bug 42045 uncommenting out lines that I had commented out for someone on accident. also this fixes listeners not firing for textareas and only for text inputs. pdt+dogfood+ ect.
|
2000-06-29 05:17:58 +00:00 |
beard%netscape.com
|
b3c8568faa
|
some classes to test js2 with.
|
2000-06-29 04:49:48 +00:00 |
beard%netscape.com
|
4db6e8e886
|
updated dependencies
|
2000-06-29 04:25:10 +00:00 |
beard%netscape.com
|
ac2fd0c4c1
|
Changed StaticCall to use static slot.
|
2000-06-29 04:23:56 +00:00 |
beard%netscape.com
|
5cfc10557a
|
Fixing static dotted expressions.
|
2000-06-29 04:23:20 +00:00 |
beard%netscape.com
|
aef07e6b97
|
now uses conditional compilation #if defined(OPCODE_NAMES), so that a simple "icode.h" can be included by vmtypes.h and vmtypes.cpp.
|
2000-06-29 04:21:00 +00:00 |
beard%netscape.com
|
d059b655ef
|
moved all machine generated classes, etc. to icode.h.
|
2000-06-29 04:19:19 +00:00 |
beard%netscape.com
|
da44337f32
|
Generated by tools/gencode.pl.
|
2000-06-29 04:18:16 +00:00 |
beard%netscape.com
|
ea4574b835
|
fixed static calls.
|
2000-06-29 03:15:52 +00:00 |
BlakeR1234%aol.com
|
81543e9ee7
|
Fix for 42204, a=trudelle
|
2000-06-29 03:15:05 +00:00 |
cls%seawood.org
|
96bae572bc
|
Erk, wrong identifier for OS/2
|
2000-06-29 03:03:43 +00:00 |
pollmann%netscape.com
|
dd1d82d182
|
Bug 41013: Prevent event passing from frames to content during document destruction r=joki
|
2000-06-29 02:02:43 +00:00 |
rogerl%netscape.com
|
8d0b4fe645
|
Implicit this and class lookup stuff.
|
2000-06-29 01:21:41 +00:00 |
morse%netscape.com
|
da1b32ec38
|
fix bug 43235, wallet editor clipped on right side, r=ben
|
2000-06-29 01:20:45 +00:00 |
valeski%netscape.com
|
364cb11a5d
|
bustage fix
|
2000-06-29 01:19:45 +00:00 |
Jerry.Kirk%Nexwarecorp.com
|
156327fc3c
|
NOT PART OF BUILD - PHOTON ONLY
Fix the fonts so they are extenting properly
|
2000-06-29 01:13:25 +00:00 |
dbaron%fas.harvard.edu
|
356bcbad70
|
Add more regression tests for bug 43882. Does not affect build.
|
2000-06-29 01:09:53 +00:00 |
valeski%netscape.com
|
371961f38e
|
43050. r=dougt. null checking and ctor null init'ing
|
2000-06-29 00:49:13 +00:00 |
dbaron%fas.harvard.edu
|
b3591f7ff6
|
Adding regression tests to list. Does not affect build.
|
2000-06-29 00:42:14 +00:00 |
dbaron%fas.harvard.edu
|
fad61203a2
|
Adding regression tests (related to bug 43882). Does not affect build.
|
2000-06-29 00:39:53 +00:00 |
wtc%netscape.com
|
06012e0f82
|
Bugzilla bug #44133: checked in NTO patches contributed by
Jerry Kirk <Jerry.Kirk@nexwarecorp.com>.
|
2000-06-29 00:31:42 +00:00 |
tao%netscape.com
|
3ab5a84e72
|
Remove obsolete pull l10n commands.
|
2000-06-29 00:18:55 +00:00 |
morse%netscape.com
|
fd038ae589
|
fix bug 44045, master password was needed when deleting database, r=dveditz
|
2000-06-29 00:05:41 +00:00 |
Peter.VanderBeken%pandora.be
|
7c661ab810
|
Corrected small typo. Doesn't affect regular build.
|
2000-06-28 23:46:12 +00:00 |
Peter.VanderBeken%pandora.be
|
a4333b9d5e
|
Adding build logic for MNG, LDAP and XML Extras. Turned off by default.
Added/corrected build steps for Transformiix and cview. r=jj.
|
2000-06-28 23:16:49 +00:00 |
law%netscape.com
|
e8ff2af413
|
New interface for displaying helper app launch confirm dialog; bug 43583
|
2000-06-28 23:14:57 +00:00 |
Peter.VanderBeken%pandora.be
|
bcc67036b9
|
Adding option flags for MNG, LDAP and XML Extras. Turned off by default. r=jj.
|
2000-06-28 23:11:40 +00:00 |
matt%netscape.com
|
7e9df698c7
|
adding localization for bug 30456.
R=law
|
2000-06-28 23:11:32 +00:00 |
Peter.VanderBeken%pandora.be
|
c219b2de94
|
Adding Mac projects for MNG. Not part of the build.
|
2000-06-28 23:04:06 +00:00 |
Peter.VanderBeken%pandora.be
|
db87228284
|
Adding locale files. Not part of the build.
|
2000-06-28 23:01:14 +00:00 |
Peter.VanderBeken%pandora.be
|
1fed6ad5b6
|
Adding locale info. Not part of the build.
|
2000-06-28 22:57:42 +00:00 |
Peter.VanderBeken%pandora.be
|
33bc1a23c0
|
Fixing access paths. Not part of the build.
|
2000-06-28 22:55:26 +00:00 |
cls%seawood.org
|
d7e09e3e95
|
wrap ifndef XPCONNECT_STANDALONE around xpconnect test components that require external interfaces. Thanks to Mark Adams <madams@janna.com> for the patch. Bug 42026
|
2000-06-28 22:53:55 +00:00 |
jst%netscape.com
|
1644edb057
|
Fixing nsbeta2+ bug 37051, always set the form associated with a form control as the parent of the form controls script object, this meks form controls always be in the scope of the form they're in. r=vidur@netscape.com
|
2000-06-28 22:50:06 +00:00 |
larryh%netscape.com
|
5217801971
|
BugZilla: 43337. Better implementation
|
2000-06-28 22:32:47 +00:00 |
cls%seawood.org
|
b1038e956c
|
OS/2's cmd.exe doesn't support the no-op ':' .
|
2000-06-28 22:31:12 +00:00 |
cls%seawood.org
|
6f8d49134a
|
Reverting mkaply's checkin as it breaks --enable-elf-dynstr-gc on optimized builds.
|
2000-06-28 22:29:38 +00:00 |
evaughan%netscape.com
|
69484c9913
|
Fixes for gfx scrollbars and absolute/fixed positioning.
40494
28505
41294
36211
41763
23806
|
2000-06-28 22:19:54 +00:00 |
javi%netscape.com
|
9c1b85b88e
|
Change P12 file path request strings to be consistent with terms used in
Security Advisor.
|
2000-06-28 22:16:11 +00:00 |