av%netscape.com
fc5bb8d597
Bug 104298 -- clean up in plugin module, r=serge, r=bnesse, sr=beard
2002-10-03 21:31:41 +00:00
caillon%returnzero.com
6a5f08080e
Bug 117500. Adding support for the CSS2Properties interface to computed style declarations.
...
r=dbaron sr=jst
2002-09-26 03:46:50 +00:00
caillon%returnzero.com
f313b063f7
Typo fix. r=peterv sr=bzbarsky (bug 170782)
2002-09-26 02:45:43 +00:00
aaronl%netscape.com
c17732f0f1
Bug 167921 - allow web pages to use preventDefault so that typeaheadfind doesn't interfere with them. r=kyle, sr=brendan. Also fixes bug 165315 - typeaheadfind shouldn't hardcode kbd shortcuts, bug 77704 - add accelerator for find prev (also added menu item). Also fixes bug 167783 - ctrl+g for typeaheadfind after repeating characters. Also fixes bug 168408 - backspace after bad character typed should do the right thing, but don't add bad characters to buffer. Also fixes bug 71832 - add F3 for find next (also shift+F3). Bug 157669 - Alt+D to select location bar (IE keyboard compatibility), r=sgehani, sr=hewitt
2002-09-24 22:46:50 +00:00
bryner%netscape.com
cc17965929
Stop incorrectly notifying window watcher that a window is active when its focus controller is deactivated. This was contributing to a crash because a window was set as active after it had been unregistered, leaving window watcher with a dangling pointer. Bug 167233, r=danm, sr=alecf.
2002-09-24 03:05:27 +00:00
dbaron%fas.harvard.edu
863ceba991
Fix leak of nsDOMEvent (and thus nsPresContext) caused by the presence of frames or iframes by avoiding early return so we don't skip necessary manual refcounting. b=160268 r=peterv sr=jst
2002-09-20 22:58:40 +00:00
jkeiser%netscape.com
22a5bd7a6c
Back out bug 163593 (superceded by bug 164086), r=sicking@bigfoot.com, sr=jst@netscape.com
2002-09-13 21:18:15 +00:00
danm%netscape.com
ec28f26b9a
backing out Txul-regression-causing popup window manager. bug 167929
2002-09-12 01:16:59 +00:00
danm%netscape.com
e14500e398
moving most of the popup window abuse check to WindowCreator. bug 166442 r=jag,jst,timeless
2002-09-11 02:22:25 +00:00
nhotta%netscape.com
cd08ec22af
Changed to use uconv util function to do the unescape which
...
checks for valid UTF-8 and fallback to the doc charset,
bug 161479, r=shanjian, sr=jst, a=dbaron.
2002-09-08 15:08:45 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
dougt%netscape.com
d94b37c68a
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
bryner%netscape.com
b04e8d309d
Bug 141295 and 153681 - fix some timing problems with initial focus. Make sure that window watcher's activeWindow accurately reflects the last window to receive an NS_ACTIVATE. Remove the GetFocusController API from nsIDocument, since the focus controller can now be obtained for the entire lifetime of the document by using GetContainer(). Cleaned up some methods on nsEventStateManager/nsIEventStateManager that were virtual for no reason. r=danm, sr=jst.
2002-09-06 00:19:58 +00:00
sicking%bigfoot.com
7aaa7b5df0
Bug 64945: XML Prettyprinting stage 1
...
r=peterv sr=jst
2002-09-04 06:57:25 +00:00
jst%netscape.com
d06525360a
Fixing topcrash bug 155681 (patch from timeless@bemail.org, plus slight modification by me). Don't call methods on mDocShell if it's null. r=cbiesinger@web.de, sr=jst@netscape.com
2002-09-04 02:22:35 +00:00
caillon%returnzero.com
b8e9f9099f
156849 - embedded gecko can suffer from too little GC in some cases
...
Patch by Johnny Stenback <jst@netscape.com>
r=caillon sr=bzbarsky
2002-09-04 02:18:52 +00:00
dougt%netscape.com
c1b9f8114d
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
andreas.otte%debitel.net
3b2577b4ce
fix bug 166175 [javascript: urls as frame source no longer work] this
...
is a regression from bug 163225, cloneing the url in case of an
existing base url makes no sense and fixing bug 163225 exposed that. Also
fixing a leak in nsViewSourceHandler in case setting the spec
fails. r=bzbarsky, sr=darin
2002-09-02 22:15:07 +00:00
caillon%returnzero.com
7812662d5c
128420 - getComputedStyle should raise NOT_SUPPORTED_ERR per the CSS WG.
...
r=glazman sr=bzbarsky
2002-08-31 19:57:10 +00:00
peterv%netscape.com
6fe5e1ed52
Bustage fix.
2002-08-30 09:39:33 +00:00
peterv%netscape.com
9712443e56
Fix for bug 146116 (Image.prototype.foo not delegated to by (new Image).foo). r=sicking, sr=jst.
2002-08-30 08:48:58 +00:00
bzbarsky%mit.edu
f3883e733d
Fix pgup/pgdown in browser some more. Global window needs to implement
...
the MovePage commands. Bug 165255, r=aaronl, sr=jag
2002-08-29 23:51:53 +00:00
jkeiser%netscape.com
1cc752dbaf
Make anonymous content inaccessible to web content (bug 164086), r=sicking@bigfoot.com, sr=jst@netscape.com
2002-08-29 04:05:39 +00:00
bbaetz%student.usyd.edu.au
e6efe12743
Backing out jkeiser's checkin for bug 164086 (not bug 96537) because he
...
left a file out, and the tree turned red....
2002-08-28 10:13:28 +00:00
jkeiser%netscape.com
f9f5ddfac8
Make anonymous content inaccessible to web content (bug 96537), r=sicking@bigfoot.com, sr=jst@netscape.com
2002-08-28 08:19:43 +00:00
dougt%netscape.com
d0dc56776f
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2002-08-27 01:05:21 +00:00
alecf%netscape.com
5d2a2e5fef
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
jkeiser%netscape.com
922b3da999
Fix file event.originalTarget problem (bug 163598), r=joki@netscape.com, sr=jst@netscape.com
2002-08-22 06:10:56 +00:00
jst%netscape.com
b644f574fb
Checking in rpotts' fix for bug 158128. Plugging javascript: URL related leak found by keeda@hotpop.com. r=peterv@netscape.com, sr=jst@netscape.com
2002-08-21 23:01:23 +00:00
danm%netscape.com
5a6f44d603
CheckForAbusePoint spreads to Alert,Confirm,Prompt. because of bug 130719. r=brendan,pavlov
2002-08-20 04:28:21 +00:00
peterv%netscape.com
520fc9f794
Fix for bug 161880 (privacy hole in JS regexps ?). r=jst, sr=brendan.
2002-08-19 11:19:05 +00:00
jst%netscape.com
e882554c2d
Fixing bug 159236. Store interned JSString's as jsval's in stead of as JSString*'s to avoid having to convert between the two all the time. r=peterv@netscape.com, sr=bzbarsky@mit.edu
2002-08-15 21:18:20 +00:00
nhotta%netscape.com
ef0cfc2210
Get a doc charset and use it for nsIURI and removed unnecessary convert/escape part,
...
bug 162523, r=darin, sr=jst.
2002-08-13 23:26:05 +00:00
gerv%gerv.net
ee117885c5
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
bzbarsky%mit.edu
6189e44871
fix bustage
2002-08-06 07:08:47 +00:00
henry.jia%sun.com
1227fc4269
5th patch for bug 158080
...
Description: replace the hardcode of @mozilla.org/embedcomp/window-watcher;1 with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 06:20:45 +00:00
bzbarsky%mit.edu
0c34ef8a78
Expose @charset rules in the CSSOM. Bug 160834. r=glazman, sr=dbaron.
2002-08-06 05:26:41 +00:00
alecf%netscape.com
3703f3c61b
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
bryner%netscape.com
4d7d4c4470
Removing unused NS_DOM/_IMPL_NS_DOM and NS_INTL/_IMPL_NS_INTL defines (bugs 160248 and 160253). Patch for 160248 by walk84@yahoo.com, r=me&cls; patch for 160253 by me, r=cls.
2002-07-31 20:53:46 +00:00
ere%atp.fi
743859d791
Fix for bug 153083, mozilla (nearly) hangs on rendering. Change timer mode to idle timer.
...
r=biesi, sr=jst, a=asa
2002-07-30 06:19:17 +00:00
bzbarsky%mit.edu
1d843aa7f8
Fix up the build stuff in there too. Not part of build.
2002-07-26 01:35:34 +00:00
bzbarsky%mit.edu
75e1cbb44d
Updating interfaces to reflect new edition of the spec. Not part of build.
2002-07-26 01:30:33 +00:00
alecf%netscape.com
ab7922b195
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
...
r=dmose, sr=jag, a=asa
2002-07-25 18:31:10 +00:00
bzbarsky%mit.edu
c6154b9a53
Adding idl files needed for DOM3 Load/Save. Not part of build.
2002-07-25 06:38:57 +00:00
dprice%netscape.com
ecdf4d9441
141056 r=hawara sr=dveditz a=asa
...
add error checking to fix top crasher
2002-07-24 20:42:22 +00:00
jst%netscape.com
5c2cff1e6d
Landing branch fix for bug 90757 on he trunk. There's a better fix for this, but we want to bake this on the trunk for a while before we possibly take this on the branch, once it's baked on the trunk we can land the real fix on the trunk... r=mstoltz@netscape.com, sr=rpotts@netscape.com, a=chofmann@netscape.com
2002-07-24 06:02:05 +00:00
nhotta%netscape.com
3866780904
Adding uconv to REQUIRES.
2002-07-24 00:34:14 +00:00
alecf%netscape.com
dcdd82eb95
fix nhotta's bustage by adding "uconv" to the REQUIRES list
2002-07-23 23:47:30 +00:00
nhotta%netscape.com
64aeed153c
Change nsJSProtocolHandler to listen to originCharset to apply conversion if necessary,
...
also changed the callers to set originCharset,
bug 137182, r=caillon, sr=jst, a=asa.
2002-07-23 23:28:28 +00:00