caillon%returnzero.com
2dfcddf813
Bug 177328: Update compareTreePosition to compareDocumentPosition as per the latest DOM3 Core WD: http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/core.html#Node3-compareDocumentPosition
...
r=bzbarsky sr=jst
2002-12-04 05:18:39 +00:00
mstoltz%netscape.com
7849a5395c
adding an include to fix bustage
2002-12-04 02:51:47 +00:00
mstoltz%netscape.com
164f7b1a35
Bug 32571 - add disabling pref and JS console message to window.close security check. r=heikki, sr=jst.
2002-12-04 01:55:56 +00:00
caillon%returnzero.com
2cb5aeb54c
178291 - using window.fullScreen causes scripts to stop.
...
r=mstoltz sr=jst
2002-12-03 06:08:08 +00:00
jst%netscape.com
e9d44bc387
Renaming member variables in nsTimeoutImpl from 'foo' to 'mFoo'. rs=brendan@mozilla.org
2002-11-28 01:35:45 +00:00
jst%netscape.com
60a6c0d74b
Fixing bug 178810. Original idea for the fix proposed by keeda@hotpop.com, complete fix written by me. Fix reference counting goofup that is triggerd by timeouts that run while a timeout is executing (due to a bug that lets timeouts fire while modal windows are open). r=peterv@netscape.com, sr=brendan@mozilla.org
2002-11-28 01:04:18 +00:00
caillon%returnzero.com
4e339fc09c
175197 - Caching the window's prefs so we don't need to constantly re-fetch the service, move the calls to use the new prefs API in the process.
...
r/sr=sicking,jst,alecf
2002-11-25 23:21:25 +00:00
sicking%bigfoot.com
8fa4129fc1
Bug 8929: Kill NS_COMFALSE
...
r=peterv sr=bz
2002-11-25 11:21:22 +00:00
jst%netscape.com
ba13886a7e
Checking in keeda@hotpop.com's fix for bug 179461. Partially implement IE's select.options.add() method. No support for the optional second argument yet. r=caillon@returnzero.com, sr=jst@netscape.com
2002-11-20 22:36:36 +00:00
bryner%netscape.com
13a8d52e96
Fixing mac build bustage.
2002-11-09 01:49:31 +00:00
bryner%netscape.com
7b5407b246
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
rpotts%netscape.com
3a48932a23
bug #174404 (sr=jst). forgot to check this file in with the rest of the patch...
2002-11-09 00:15:42 +00:00
brade%netscape.com
83fc678388
extend the api for Midas functionality (bug 177700, r=akkana, sr=jst)
2002-11-07 15:38:35 +00:00
blakeross%telocity.com
8bfc91c919
170705 - accessing "navigator.cookieEnabled" produces "uncaught exception." r=hyatt sr=bryner
2002-11-06 20:53:52 +00:00
caillon%returnzero.com
1e4dab0df5
177526 - Don't block calls to window.open() that don't actually pop open new windows.
...
r=jkeiser sr=bzbarsky
2002-11-06 20:48:58 +00:00
bryner%netscape.com
2ced8da4a6
Fix fullscreen mode on Linux to use the fullscreen hint, rather than manually sizing the window (bug 176640). Move the existing implementation of fullscreen mode from nsGlobalWindow to nsBaseWidget, so that it can be overridden in the gtk widget implementation. r=blizzard, sr=hewitt.
2002-11-06 09:35:13 +00:00
bzbarsky%mit.edu
9008ed8974
Use the right contractid for the pref service. Bug 178062, r=brendan,
...
sr=alecf
2002-11-06 03:14:47 +00:00
dveditz%netscape.com
e6d71ecaa2
Don't fire popup blocked event if we decide to open the content in an existing named window (bug 174765 refinement)
...
r=danm, sr=jag, a=roc
2002-11-01 05:20:07 +00:00
caillon%returnzero.com
04a05caa28
Prevent access to compareTreePosition and friends from script.
...
bug 176135
r/sr=bzbarsky,jst a=roc+moz
2002-10-30 04:51:37 +00:00
dveditz%netscape.com
a44539d1f2
Backend changes to support popup blocking whitelists. No Mozilla UI yet but used by Phoenix. bug 174765 r=danm,sr=jag,a=brendan
2002-10-25 02:31:12 +00:00
mstoltz%netscape.com
f4ec3d9235
Bug 32571 - Don't allow scripts from content to close windows with a null opener.
...
r=heikki, sr=jst, a=dbaron.
2002-10-25 01:08:29 +00:00
seawood%netscape.com
d1bef3cbe0
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
hyatt%netscape.com
231f1c4a82
Fix code inside a phoenix ifdef. NPOB.
2002-10-08 19:07:29 +00:00
caillon%returnzero.com
7871a3af0d
Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
...
area, and not the padding area as per the CSS 2 Errata, CSS2.1 and CSS3. Also, implementing the CSS3 'background-clip'
and 'background-origin' properties (currently with -moz- prefixes) to control this behavior.
Bug 162252, r=dbaron sr=roc+moz
2002-10-08 10:24:53 +00:00
hyatt%netscape.com
9cf9441ddd
#ifdefs for phoenix. NPOB.
2002-10-08 03:30:26 +00:00
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
caillon%returnzero.com
be00401136
Bug 104470 - Popup blocking breaks window.open()s which are targetted to frames or existing named windows
...
r=sicking sr=jst a=asa
2002-07-23 23:22:20 +00:00
mjudge%netscape.com
543b9c1e7e
r=akkana sr=sfrasier 125146 a=asa This patch will make the embedding API's a better friend to all. It eliminates the use of multibyte strings in command names and also allows for simple command to not require the nsICommandParams interface to be filled.
2002-07-15 22:04:13 +00:00
jst%netscape.com
91bbd393b5
Fixing bug 156248. Remove pointless code that causes JS errors and fix up some comments. r=peterv@netscape.com, sr=heikki@netscape.com
2002-07-10 04:58:59 +00:00
jst%netscape.com
9fa1291146
Fixing regression caused by the fix for bug 134315. Don't clear scope when leaving about:blank in a chrome window. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-07-10 02:00:45 +00:00
suresh%netscape.com
09c3f71cd3
Temporarily disabling the fix for bug 134315 since it caused a commercial blocker (bugscape bug 17487).
...
r-jkeiser
2002-07-10 01:22:35 +00:00
jst%netscape.com
4ef15c51ee
Temporarily disabling the fix for bug 134315 since it caused a commercial blocker (bugscape bug 17487).
2002-07-09 20:11:16 +00:00
jst%netscape.com
74fd19be7b
Fixing bug 146143. Make sure the JS scope is cleared when leaving a full-page plugin. r=bzbarsky@mit.edu, sr=jaggernaut@netscape.com
2002-07-09 03:43:15 +00:00
jst%netscape.com
355b872216
Fixing security bug 134315. Make sure we clear the JS scope in cases where it's needed. r=mstoltz@netscape.com, sr=brendan@mozilla.org
2002-07-09 02:49:58 +00:00
bzbarsky%mit.edu
063ff29774
Bug 153519 -- parent ContentLists to their root elements. r=peterv, sr=jst
2002-07-09 00:44:20 +00:00
caillon%returnzero.com
44f459e1ad
* Implement CSSValueLists and computed -moz-border-{side}-colors
...
* Get the computed -moz-binding directly from the style context which is faster than getComputedStyle
* Speed up computed style by not QI'ing so much
* Cache the computed style object so we don't keep re-alloc'ing memory for it.
* Shrink ROCSSPrimitiveValue.
* Don't get computed style of non-existant properties.
* Use nsSize instead of nsRect when we only care about height and width
* Other random code cleanup of computed style
Bug 155525
r=bzbarsky
sr=jst
2002-07-08 07:11:59 +00:00
jaggernaut%netscape.com
a230f5cf9f
Bug 111086: Location Bar address [URL] not restored after closing or switching tab. Restrict matching property names against window/frame names from crossing the chrome-content boundary. r=peterv, sr=jst
2002-07-08 06:56:43 +00:00
caillon%returnzero.com
0449fb15a6
Bug 155748 - "Can't use a global variable named 'parent'"
...
r=bzbarsky sr=jst
2002-07-08 06:51:54 +00:00
pete%alphanumerica.com
ec1abf4d5e
b=88049 r=bzbarsky sr=jst
...
[RFE] Support .selectionStart & friends for textareas
Enjoy
--pete
2002-06-27 20:22:28 +00:00
locka%iol.ie
09bf12ffc3
Fix for opening javascript: popup windows in embedding. b=149307 r=adamlock@netscape.com sr=jst@netscape.com
2002-06-27 18:07:32 +00:00
jst%netscape.com
deb4338e15
Fixing potential crasher introduced by the original fix for bug 150087. The weak docshell pointer in the navigator object must be cleared when it's released. r=sicking@netscape.com, sr=alecf@netscape.com
2002-06-27 01:27:00 +00:00
dbaron%fas.harvard.edu
2bf216c9e2
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
peterlubczynski%netscape.com
4c17ceaf6f
Reset the navigator object for each new document -- plugins may have changed, bug 150087 r=av sr=jst
2002-06-21 19:34:54 +00:00
jst%netscape.com
f65c78f583
Fixing the DOM part of bug 59686. DOM properties not accessable on liveconnect wrapped Java applet due to the DOM applet element's prototype not being correctly set up. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
2002-06-20 20:32:46 +00:00
saari%netscape.com
29686c1eb6
win32 only fix for 82534. focus goes wonky after minimizing a window. r=bryner, sr=jag
2002-06-20 04:55:13 +00:00
caillon%returnzero.com
e462384654
Bug 152256, honor the pref to prevent sites from hiding the statusbar in the window.statusbar.visible=false case also. r=bzbarsky sr=jst
2002-06-19 04:09:57 +00:00
jst%netscape.com
ff001557b9
Fixing bug 123273. Don't let JS timeouts run with 0 delay, always force at least a 10ms delay. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-06-19 00:42:23 +00:00
bzbarsky%mit.edu
12a3f81d70
Comments should match reality. No bug, r=jst, sr=jag
2002-06-18 02:55:09 +00:00
cbiesinger%web.de
6197948cc3
bug 115473 r=pavlov sr=brendan
...
Remove timer priorities
2002-06-11 20:47:04 +00:00
jaggernaut%netscape.com
2035aada90
Bug 103452: When window.close() is called, close the tab for that content window, not the whole (XUL) window. r=hewitt, sr=jag, sr=jst
2002-06-05 00:31:45 +00:00
jst%netscape.com
274e8c74c1
Fixing one more part of bug 52334. Make onload handlers fire on hidden iframes. r=axel@pike.org, sr=vidur@netscape.com
2002-05-29 17:56:50 +00:00