dbaron%fas.harvard.edu
74fb1eeaf0
Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes.
2001-02-22 12:20:04 +00:00
disttsc%bart.nl
744785129a
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
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
waterson%netscape.com
4b594dfe63
First checked in; not yet part of the build.
2001-02-21 01:13:03 +00:00
heikki%netscape.com
fa72c631ce
Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com
2001-02-19 21:50:04 +00:00
dbaron%fas.harvard.edu
17c2b3c5d5
Fix leak in message compose window (and probably other places) by breaking a global->controllers->controller->global cycle resulting from having implementations of nsIController in JavaScript. b=56703 r=waterson@netscape.com sr=brendan@mozilla.org
2001-02-17 19:02:25 +00:00
mkaply%us.ibm.com
b7b46647dc
Fix senna REQUIRES bustage
2001-02-17 04:11:55 +00:00
danm%netscape.com
7ecc913eb3
preparing to move window opening code to a component, but currently ifdefed out. bug 67368 r=hyatt,pinkerton
2001-02-17 02:46:48 +00:00
radha%netscape.com
f2638b18c0
Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock
2001-02-15 19:10:16 +00:00
aaronl%chorus.net
4f3059151b
Pref accessibility.browsewithcaret implemented, bug=49508, r=sfraser, sr=waterson
2001-02-15 05:07:46 +00:00
jst%netscape.com
68b477920d
Fixing bug 68266 (patch from brendan@mozilla.org). nsJSContext::EvalueateScript n' friends didn't return the complete result string if the result contained embedded null characters. r=jst@netscape.com, sr=rpotts@netscape.com
2001-02-13 04:00:59 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
blakeross%telocity.com
85bd05fe37
Only declare a string ptr when necessary. r=timeless
2001-02-12 21:48:01 +00:00
jst%netscape.com
2b5c3d79a5
Fixing bug 58753. Making document.referrer work for documents in [i]frames and window.open()'ed windows. r=mstoltz@netscape.com and pollmann@netscape.com, sr=vidur@netscape.com
2001-02-03 01:17:00 +00:00
jband%netscape.com
f89c41cf4a
part of the fix to bug 66950. r=rogerl sr=brendan
2001-02-02 08:38:06 +00:00
jst%netscape.com
eec15e94a8
Fixing bug 63484. Making mozilla not spit out messages about javascript errors when reporting a javascript warning. r=pollmann.netscape.com, sr=brendan@mozilla.org
2001-02-02 08:10:53 +00:00
jst%netscape.com
6ec4ed4ffe
Checking in patch from toml@us.ibm.com. This fixes bug 66413, crash when closing windows after using LiveConnect. r=me, sr=jband@netscaoe.com
2001-02-02 06:05:17 +00:00
jst%netscape.com
0bb6a50fcb
Removing unused file.
2001-02-02 01:35:59 +00:00
dbaron%fas.harvard.edu
20b685bf78
Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023
2001-01-27 16:58:15 +00:00
hyatt%netscape.com
086bf919ba
Impl getAnonymousElementByAttr, r=jst, sr=ben
2001-01-27 00:43:54 +00:00
mjudge%netscape.com
e5dbae6f52
R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build
2001-01-25 22:54:05 +00:00
av%netscape.com
e4eac223fb
Part of the 61388 fix. Adding mechanism for refreshing plugin list and reloading the page to DOM, sr=vidur, a=r=jst.
2001-01-23 22:29:41 +00:00
pinkerton%netscape.com
8b6530ac31
probably a cut/paste error. RemoveEventListenerByIID() shouldn't be implemented by calling AddEventListenerByIID() ;) r=danm/sr=ben
2001-01-23 04:32:53 +00:00
pinkerton%netscape.com
39e1729ff4
since we've decided upon no DnD w/out XUL, commenting out hookup of XBL drag handlers. r=saari, sr=sfraser
2001-01-23 00:41:54 +00:00
jst%netscape.com
5c06034209
Removing unused file.
2001-01-21 04:31:24 +00:00
jst%netscape.com
79e81f4bd0
Whitespace cleanup, fixing up 3 space indentation. No code changes.
2001-01-18 07:44:29 +00:00
mccabe%netscape.com
0d2bfc52b7
Add missing semicolon. Thanks Brian for the ring.
2001-01-17 02:05:14 +00:00
mccabe%netscape.com
9100327406
(Trivial, trivial) fix to 65179.
...
Add an fflush after printing JS errors from xul or content to the console, to facilitate debugging. #ifdef DEBUG, because I don't know all of the performance consequences.
Thanks to neil@parkwaycc.co.uk for the suggestion.
2001-01-17 01:18:48 +00:00
jst%netscape.com
e75d5a5e74
Fixing bug 58285. The various scroll methods on the window object need to flush pending layout notifications so that the presentation is up-to-date when the scolling is done. r=heikki@netscape.com, r=pollmann@netscape.com, sr=vidur@netscape.com
2001-01-13 01:51:45 +00:00
ben%netscape.com
4c4aa35276
bug 56719, support deep merging for XUL overlays; 57108, remove the hidden form
...
from all XUL documents and remove the document.controls collection that
referenced hidden form's elements collection. r=waterson@netscape.com ,
a=hyatt@netscape.com
2001-01-10 01:08:23 +00:00
anthonyd%netscape.com
107c2088f3
bug fix for 62796
...
sr=kin@netscape.com
a=jfrancis@netscape.com
r=jst@netscape.com
2001-01-09 21:44:35 +00:00
jst%netscape.com
9cc92ea741
Major cleanup of nsLocation.cpp, this also fixes bug 64041. sr=rpotts@netscape.com, r=dbaron@fas.harward.edu.
2001-01-09 01:16:36 +00:00
jst%netscape.com
c362958cf3
Fixing bug 57534. document.open() is defined to not return anything in the DOM spec but for backwards compatibility it needs to return the document itself. r=blakeross@telocity.com, sr=brendan@mozilla.org
2001-01-01 20:54:38 +00:00
dbaron%fas.harvard.edu
9430a92e06
Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com
2000-12-30 19:22:22 +00:00
av%netscape.com
40fac76957
Part of fixing 61388, implemented PluginArrayImpl::Refresh body. r=a=jst, sr=vidur
2000-12-22 00:08:31 +00:00
jst%netscape.com
e9a674e851
Fixing bug 37258. Making the window properties scrollbars, statusbar and directories replaceable to be compatible with NS 4.x. r&a=vidur&brendan
2000-12-16 05:20:31 +00:00
jst%netscape.com
fef4f5a8cf
Fixing bug 58188 (and doing some minor whitespace cleanup). Making window.length replaceable so that scripts can use variables named length. To make this change I hadto fix the IDLC compiler to generate correct code in this case. r=brendan@mozilla.org, sr=vidur@netscape.com
2000-12-16 03:49:08 +00:00
dbaron%fas.harvard.edu
ce7f2349f7
Adding pref to REQUIRES to fix senna tinderbox bustage from hyatt's checkin.
2000-12-10 14:34:06 +00:00
hyatt%netscape.com
cbf106d2ea
Patched nsDOMFactory to obey XBL forms pref. Added support for box objects to
...
documents and tweaked DocumentXBL methods. r=jst@netscape.com , a=ben@netscape.com
2000-12-10 09:25:59 +00:00
mccabe%netscape.com
d514aa2e71
Fix to 48299. Distinguish between chrome JS and content JS when reporting errors; this will allow the JS console to hide or otherwise highlight errors in UI javascript.
...
r=jst, sr=jband.
2000-12-07 02:08:21 +00:00
dbaron%fas.harvard.edu
f21943b86d
Only clear the status when setting a new document, not when clearing the old document, because clearing the old document depends on when the document viewer's destructor is called (and it could be called from within JS GC). (And fix a build warning too.) r=disttsc@bart.nl sr=brendan@mozilla.org b=61840
2000-12-03 01:21:54 +00:00
dougt%netscape.com
dd5fb1e469
60718. check for null. r=valeski@netscape.com, a=vidur@netscape.com
2000-11-30 21:10:55 +00:00
jband%netscape.com
c117919df8
part of fix for bug 58982. Marking local array as static. r=jst sr=vidur
2000-11-30 05:35:10 +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
jst%netscape.com
9a4e4713fc
Fixing up indentation, tabs are evil! Whitespace only changes. r=pollmann
2000-11-29 02:26:11 +00:00
radha%netscape.com
511aef5ef9
Fixing tree bustage
2000-11-28 00:01:16 +00:00
radha%netscape.com
26b6038136
Fix for bug # 54739 r/sr=rpotts
2000-11-27 23:10:09 +00:00
hyatt%netscape.com
56d558b610
Patch for 55595. r=joki, a=brendan
2000-11-27 07:55:20 +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
nhotta%netscape.com
39f19e239d
Null pointer check to prevent a crash by edit from desktop for Japanese path name, bug 59466, r=akkana, sr=brendan.
2000-11-09 04:35:38 +00:00