mstoltz%netscape.com
519500116e
Bugs 55069, 70951 - JS-blocking APIs for mailnews and embedding. r=mscott, sr=attinasi.
...
Bug 54237 - fix for event-capture bug, r=heikki, sr=jband.
2001-03-23 04:22:56 +00:00
danm%netscape.com
06e8fcaf7f
match rev 1.3 of nsPIWindowWatcher.idl. r=ccarlen,hyatt (hyatt also r=ed my previous checkins)
2001-03-23 03:16:51 +00:00
mkaply%us.ibm.com
f7bc155180
#36665
...
r=saari, sr=hyatt
Enablement of a DOM event for displaying a context menu
2001-03-23 03:14:46 +00:00
jst%netscape.com
1221466f58
Fixing bug 72476. Check for a null document *both* times we access the document pointer, this causes a crash if window.location is set on a window that doesn't contain a document (which can be the case when the window is a frame in a frameset). r=pollmann@netscape.com, sr=vidur@netscape.com
2001-03-22 07:11: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
mkaply%us.ibm.com
70a669a405
No bug
...
r=javier, sr=jst
Change some PR_CALLBACK to JS_DLL_CALLBACK
2001-03-19 21:46:25 +00:00
blizzard%redhat.com
ef1092aba4
Fix bug #72313 . Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf
2001-03-19 17:56:04 +00:00
pchen%netscape.com
caf1e8941a
bug 69810, r=mcafee, sr=hyatt, a=asa, #define INCLUDE_XUL 1 for mac dom project, fixes nsFocusController::GetControllers() to QI currently focused element to a xul element and call GetControllers() on it if QI succeeds.
2001-03-16 23:38:36 +00:00
blakeross%telocity.com
ce5984e559
Removing files that got checked in accidentally.
2001-03-14 02:51:02 +00:00
blakeross%telocity.com
808aba4ffa
Fix 49334: gopher support, minor restructuring of directory viewer. necko: r=darin,dougt sr=rpotts other: r=waterson,mstoltz,jag sr=alecf
...
Fix 70404: assertions for datetime and finger. r=dougt, sr=rpotts
Both patches by Bradley Baetz (bbaetz@cs.mcgill.ca )
2001-03-14 02:51:01 +00:00
joki%netscape.com
8e53706e23
Fix 49120 (Force event handler compilation when properties accessed from JS) and 53640 (Fix event capture to work starting from text nodes) r:peterv, sr:jst
2001-03-13 11:37:16 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
shaver%mozilla.org
ce5d19a70d
31847: Need to solve problem of JS roots for event handler funcs
...
Fix from brendan, r=dbaron, sr=shaver.
2001-03-11 17:11:11 +00:00
mkaply%us.ibm.com
06a62886d8
#70961
...
r=jst, sr=erik
DOM changes to implement the dir attribute (document.dir) needed for Bidi
2001-03-10 00:50:54 +00:00
danm%netscape.com
719e3af4ce
window positioning security check is now more conversant with multiple monitors. bug 67523 r=hyatt,pinkerton
2001-03-09 02:12:51 +00:00
disttsc%bart.nl
09677a326a
Fix potential dangling pointers of the form:
...
const char* foo = NS_ConvertUCS2toUTF8(bar).get();
sr=scc
2001-03-08 13:57:08 +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
waterson%netscape.com
7a6cf95a43
Bug 70699. Fix windows makefile to create .obj files in win32_x.obj. Tip o' the cap to gverdun@acm.org. r=jst, sr=shaver
2001-03-07 00:43:11 +00:00
jst%netscape.com
4162a5ee8e
Adding ElementCSSInlineStyle interface, not part of the build yet.
2001-03-03 11:43:56 +00:00
jst%netscape.com
c547412990
Renaming nsIDOMHTMLIEElement to nsIDOMNSHTMLElement. Not part of the build.
2001-03-03 09:39:08 +00:00
jst%netscape.com
88c4e1d520
Adding window interface for JS specific methods. Not part of the build.
2001-03-03 03:10:02 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
mstoltz%netscape.com
33c8110175
bug 47905, adding security check to XMLHttpRequest.open(). r=heikki, sr=brendan
2001-03-02 00:09:20 +00:00
dprice%netscape.com
199c935b04
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
danm%netscape.com
48ff9b0878
moving window opening code to WindowWatcher component. bug 67368 r=hyatt,jst
2001-02-26 00:37:55 +00:00
jst%netscape.com
99b90e47bd
Adding interface not part of the build yet.
2001-02-24 12:47:22 +00:00
jst%netscape.com
289eda773f
Adding new makefile, not part of the build yet.
2001-02-24 12:44:27 +00:00
jst%netscape.com
b62759e317
Addign XBL DOM interface files, not part of the build yet.
2001-02-24 12:28:46 +00:00
jst%netscape.com
75c3bf8ceb
New domstubs.idl file, not part of the build yet.
2001-02-24 12:15:01 +00:00
jst%netscape.com
b4be84e32b
Adding XUL DOM interfaces, not part of the build yet.
2001-02-23 10:07:18 +00:00
jst%netscape.com
26951cd647
Removing unused file.
2001-02-23 07:17:27 +00:00
jst%netscape.com
174a20bb6c
Adding file back since it's needed after all, not part of the build.
2001-02-23 07:16:56 +00:00
jst%netscape.com
e3d5a280dd
Removing unused file.
2001-02-23 06:37:55 +00:00
dbaron%fas.harvard.edu
916e9104b8
Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes.
2001-02-22 12:20:04 +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
waterson%netscape.com
9fe59f23f0
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
9cae476583
First checked in; not yet part of the build.
2001-02-21 01:13:03 +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
dbaron%fas.harvard.edu
402efee973
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
7cf807aad9
Fix senna REQUIRES bustage
2001-02-17 04:11:55 +00:00
danm%netscape.com
9b0604a906
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
b2d6bb81e1
Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock
2001-02-15 19:10:16 +00:00
aaronl%chorus.net
ab4d0dcaee
Pref accessibility.browsewithcaret implemented, bug=49508, r=sfraser, sr=waterson
2001-02-15 05:07:46 +00:00
jst%netscape.com
ae7641f21e
Removing unused file.
2001-02-13 05:20:40 +00:00
jst%netscape.com
4c6ef4b31a
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
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
blakeross%telocity.com
1f06c84d3c
Only declare a string ptr when necessary. r=timeless
2001-02-12 21:48:01 +00:00
jst%netscape.com
48bdd5352b
Interface cleanup. Not part of the build.
2001-02-10 05:03:46 +00:00
jst%netscape.com
5d292bc777
Interface cleanup. Not part of the build.
2001-02-10 03:51:13 +00:00
jst%netscape.com
e5ade4e5a2
Interface cleanup. Not part of the build.
2001-02-09 12:01:35 +00:00
jst%netscape.com
34fb8853af
Interface cleanup. Not part of the build.
2001-02-09 11:56:32 +00:00
jst%netscape.com
1b9c404fb0
Interface cleanup. Not part of the build.
2001-02-09 11:47:40 +00:00
jst%netscape.com
178b45894b
Interface cleanup. Not part of the build.
2001-02-09 11:39:07 +00:00
jst%netscape.com
b583d26e8c
Interface cleanup. Not part of the build.
2001-02-09 11:30:21 +00:00
jst%netscape.com
afbd4d40e5
Interface cleanup, not part of the build.
2001-02-09 11:20:07 +00:00
bryner%uiuc.edu
120c2b4fd9
bug 67527 -- cleaning up psm module registration (both psm 1.x and PIP). r=javi, sr=brendan.
2001-02-06 23:10:16 +00:00
jst%netscape.com
251da7aa44
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
1f75c2d2c3
part of the fix to bug 66950. r=rogerl sr=brendan
2001-02-02 08:38:06 +00:00
jst%netscape.com
5530b85619
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
c291c89e75
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
6150d40bf0
Removing unused file.
2001-02-02 01:35:59 +00:00
dbaron%fas.harvard.edu
1e046d05c0
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
61e8d2ad00
Impl getAnonymousElementByAttr, r=jst, sr=ben
2001-01-27 00:43:54 +00:00
mjudge%netscape.com
a79e1f9316
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
742e999c4d
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
jst%netscape.com
d2b388f505
Renaming interfaces that were incorrectly converted by my IDLC to XPIDL script.
2001-01-23 19:55:34 +00:00
pinkerton%netscape.com
06cbf7d7ec
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
817ba1e2d4
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
b767fb5895
Fixing cut n' paste error, not part of the build yet.
2001-01-22 08:17:06 +00:00
jst%netscape.com
c8befdc9cf
Interface cleanup, not part of the build yet.
2001-01-22 04:34:24 +00:00
jst%netscape.com
e3aeb66f2f
Interface cleanup, not part of the build yet.
2001-01-22 04:15:37 +00:00
jst%netscape.com
7927354a2b
Interface cleanup, not part of the build yet.
2001-01-22 04:09:29 +00:00
jst%netscape.com
6bcebbe36c
Interface cleanup, not part of the build yet.
2001-01-22 04:01:04 +00:00
jst%netscape.com
9a35f34ac4
Interface cleanup, not part of the build yet.
2001-01-22 02:54:07 +00:00
jst%netscape.com
5d9b61129a
Interface cleanup, not part of the build yet.
2001-01-22 02:36:07 +00:00
jst%netscape.com
df95c98e64
Renaming files to make the mac happier, not part of the build yet.
2001-01-22 01:59:47 +00:00
jst%netscape.com
7ef39af6f6
Renaming file to make the mac happier. Not part of the buidl yet
2001-01-22 01:53:58 +00:00
jst%netscape.com
4501a3c0f1
Removing file that's not needed.
2001-01-22 01:26:07 +00:00
jst%netscape.com
a8be43e1f0
Removing emacs backup file that was accidentally checked in.
2001-01-21 22:27:24 +00:00
jst%netscape.com
90258e047d
Removing file that was checked in by mistake.
2001-01-21 11:28:12 +00:00
jst%netscape.com
643a8a1269
Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet.
2001-01-21 10:12:42 +00:00
jst%netscape.com
8eb270b0cd
Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet.
2001-01-21 09:21:24 +00:00
jst%netscape.com
b00f5d736e
Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet.
2001-01-21 09:10:30 +00:00
jst%netscape.com
cb75ceb9ca
Initial checkin of XPIDL versions of the DOM interfaces. These files are automatically converted from the IDLC files. Not part of the build yet.
2001-01-21 08:51:04 +00:00
jst%netscape.com
1be3a2b618
Script that converts IDLC files to XPIDL files.
2001-01-21 08:43:22 +00:00
jst%netscape.com
b9e9b31f2e
Padding hexadecimal numbers in IID's with zero's to make my life a bit easier when converting the DOM to use XPConnect.
2001-01-21 06:11:05 +00:00
jst%netscape.com
704e24cec3
Removing unused file.
2001-01-21 04:31:24 +00:00
jst%netscape.com
7be22b4194
Whitespace cleanup, fixing up 3 space indentation. No code changes.
2001-01-18 07:44:29 +00:00
mccabe%netscape.com
14af6c2324
Add missing semicolon. Thanks Brian for the ring.
2001-01-17 02:05:14 +00:00
mccabe%netscape.com
cc7fb1f8e7
(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
045cc1a30d
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
c85b487427
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
dbd36fbbfb
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
474a9be591
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
bryner%uiuc.edu
69e9b90bc6
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
jst%netscape.com
96702bc8a2
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
caa9658024
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
c2d296983d
Part of fixing 61388, implemented PluginArrayImpl::Refresh body. r=a=jst, sr=vidur
2000-12-22 00:08:31 +00:00
waterson%netscape.com
660fe70daf
Bug 61339. Change idlc to generate NS_DEFINE_STATIC_IID_ACCESSOR() macro instead of 'hand rolled' GetIID(). r=jst, sr=brendan
2000-12-21 00:41:00 +00:00
waterson%netscape.com
f6c22a683c
Bug 61424. Use NS_NO_VTABLE for all idlc-generated interfaces. r=jst, sr=jband
2000-12-19 21:08:55 +00:00
jst%netscape.com
419733ea2d
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
6dca5ba52b
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
aa6034ded5
Adding pref to REQUIRES to fix senna tinderbox bustage from hyatt's checkin.
2000-12-10 14:34:06 +00:00
hyatt%netscape.com
2c88bcf7c9
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
b1cc843691
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
1fa8a555d7
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
afb7ad057b
60718. check for null. r=valeski@netscape.com, a=vidur@netscape.com
2000-11-30 21:10:55 +00:00
jband%netscape.com
bdef0461a0
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
a3d4c053ef
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
8ae0f7fd90
Fixing up indentation, tabs are evil! Whitespace only changes. r=pollmann
2000-11-29 02:26:11 +00:00
hyatt%netscape.com
c594262a0d
Move menulist entirely into XBL. a=ben
2000-11-28 08:52:36 +00:00
radha%netscape.com
ceb3d77e8d
Fixing tree bustage
2000-11-28 00:01:16 +00:00
radha%netscape.com
d179b126e3
Fix for bug # 54739 r/sr=rpotts
2000-11-27 23:10:09 +00:00
ben%netscape.com
be9e964116
Mutation event files. r=joki, a=brendan
2000-11-27 08:27:09 +00:00
hyatt%netscape.com
d9f3df81f0
Patch for 55595. r=joki, a=brendan
2000-11-27 07:55:20 +00:00
cls%seawood.org
66a18fcbbf
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
56ca08608c
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
danm%netscape.com
480994d5dc
force windows based on modal windows to themselves be modal. bug 56677 r=brendan,hyatt
2000-11-09 00:18:38 +00:00
ben%netscape.com
b3f6da056d
CHecking in fix for 59130, crash clicking links, patch from dbaron@fas.harvard.edu, r=ben@netscape.com,
...
a=hyatt@netscape.com .
2000-11-05 03:53:55 +00:00
hyatt%netscape.com
a85750a2e2
added files: mozilla/dom/src/base/nsWindowRoot.cpp, mozilla/dom/src/base/nsFocusController.cpp
2000-11-04 08:25:27 +00:00
hyatt%netscape.com
fae32fdbd7
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
cls%seawood.org
188f0f9ffb
Declare local variables as static to avoid conflicts with variables of the same name in other modules. Fixes Irix AliveTest bustage. r=javi
2000-11-01 06:01:54 +00:00
javi%netscape.com
4059b3797a
Fix Mac bustage
2000-10-31 01:42:51 +00:00
javi%netscape.com
dc4014bbd8
Build nsIEntropyCollector.idl on UNIX platforms..
2000-10-31 00:28:21 +00:00
locka%iol.ie
e2193efb9c
Fix for crash when closing main window while print dialog is open (checked in for Frank Tang). b=35896, sr=vidur, r=adamlock
2000-10-30 23:47:11 +00:00
javi%netscape.com
8c42fb78d0
Fix for Bug #57985 r=hyatt,ddrinan a=hyat
...
Have HandleDOMEvent gather some information about mouse left button
down events and pass it on to the entropy collector.
2000-10-30 23:33:34 +00:00
jj%netscape.com
5e80cb39d4
bugzilla 58153: optimized target now generates a symbol file (trunk)
2000-10-30 21:56:05 +00:00
warren%netscape.com
cd56c0575b
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
jband%netscape.com
0080e6d178
fix bug 57962 by syncing xpconnect's JSContext list both before JSContext creation and after JSContext destruction. r=mccabe@netscape.com sr=brendan@mozilla.org
2000-10-26 03:40:23 +00:00
jst%netscape.com
c1ccea8268
Fixing rtm++ bug 56529. Necko was unescaping the content of URL's if a segment of the URL is requested (but not if the whole URL is requested), the DOM code used this unescaped string as is and that caused backwards compatibility problems. a=gagan&brendan, r=andreas.otte@primus-online.de
2000-10-24 04:56:10 +00:00
pollmann%netscape.com
8911ee3487
Bug 13871: Frameset spoofing - cleanup unneeded DOM interface. r=jst, sr=vidur
2000-10-24 04:35:25 +00:00
mstoltz%netscape.com
ea75b7e1ad
Bug 56851, regression in XPInstall dialog. r=jst, sr=vidur
2000-10-19 22:21:57 +00:00
pollmann%netscape.com
3da7c0c668
Bug 13871: Prevent frameset spoofing r=mstoltz, sr=mscott, a=rpotts
2000-10-19 10:25:49 +00:00
danm%netscape.com
fc6451ac0a
drop timeouts without a JS context by using the runtime. bug 50705 r=brendan,jst
2000-10-15 23:23:12 +00:00
brendan%mozilla.org
b8a0b3b798
Rename window.options to be window._options, quick and dirty restoration of backward compatibility (37886, r=jst, a=vidur).
2000-10-14 02:26:36 +00:00
danm%netscape.com
a6f5bcaa30
reverted line in SetVisibleByFlag; an odd casualty of the brace and indentation uglification that comprised most of rev 1.6. bug 54235 r=jst,waterson
2000-10-06 00:46:25 +00:00
danm%netscape.com
7a4bef2d54
don't set status in SetNewDocument if window is partially destroyed. bug 49615 r=jst,waterson
2000-10-06 00:22:56 +00:00
heikki%netscape.com
4e5e02fcb1
Bug 51211. Image load event caused havoc in chrome, stop the event from getting into chrome. r=vidur, a=hyatt.
2000-10-05 21:40:13 +00:00
locka%iol.ie
f67c4388ca
Fixes window.title property so that the frame window's titlebar is changed when the property changes. b=50682, r=mscott, a=mscott
2000-10-03 13:35:30 +00:00
sfraser%netscape.com
4c4c45722f
Fix for bug 54079: don't crash when loading XUL into the composer content area. Simple null check a=akkana, sr=brendan. Landed on trunk and branch
2000-09-27 23:08:09 +00:00
jst%netscape.com
f4edbb9849
Redoing how 'replaceable' properties on DOM objects are resolved to be compatible with 4.x, with this change named frames in framesets override 'replaceable' properties so that window.toolbar (or any replaceable property) in a frameset document with a frame named 'toolbar' actually resolves to the frame, and not the native toolbar. r/a=brendan, r=rpotts&scc
2000-09-22 10:18:07 +00:00
hyatt%netscape.com
8a0e458fe7
48758. r=ben,saari, a=waterson
2000-09-22 05:31:36 +00:00
hyatt%netscape.com
ac2865c3c4
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
dveditz%netscape.com
3c17a84a91
bug 47080 change value of navigator.platform for backward compatibility, r=sgehani,a=scc
2000-09-22 04:52:22 +00:00
jst%netscape.com
2f0eed6fbb
Fixing nsbeta3+ 38215. Making with(window.location) { href=someurl; } work by dynamically defining the 'href' property in LocationImpl::Resolve() (since src is defined as [noscript] in the IDL). r/a=vidur, r/a=brendan
2000-09-21 03:43:10 +00:00
mstoltz%netscape.com
b3f1af8772
Fixing 52497, security problem in document.implementation, r=jst a=brendan
2000-09-20 23:38:28 +00:00
locka%iol.ie
b78abdf560
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2000-09-20 12:23:53 +00:00
jst%netscape.com
1a5288822d
Fixing nsbeta3+ bug 52572. Renaming CSSValue::valueType to CSSValue::cssValueType to be up-to-date with the latest changes to the DOM Level 2 spec. r/a=vidur, r=pollmann
2000-09-19 05:37:23 +00:00
jst%netscape.com
e6821c4310
Fixing nsbeta3+ bug 50393. Make frameset windows request the principal form their parent if there's no document object in the frameset nor a cached principal, this can happen with <frame src='javascript:...'> frames. r/a=vidur, r=mstoltz.
2000-09-19 05:21:00 +00:00