Граф коммитов

2102 Коммитов

Автор SHA1 Сообщение Дата
Olli.Pettay%helsinki.fi 91b6c36998 Bug 322985, Remove aScriptOnly parameter from the nsIEventListenerManager::RemoveAllListeners r+sr=jst 2006-01-12 19:11:44 +00:00
peterv%propagandism.org b53a11fd62 Fix for bug 318894 (XPath exceptions are reported as unknown). r/sr=jst. 2006-01-07 17:35:24 +00:00
mrbkap%gmail.com ffd1b21c0b bug 320838: Don't return OK without clearing the pending exception. r+sr=jst 2006-01-06 22:18:46 +00:00
dbaron%dbaron.org 5b00a522da Add some PR_LOGging to help find leaks of large object graphs. b=320192 r=jst sr=darin 2006-01-06 06:51:45 +00:00
darin%meer.net 278c938ec2 fixing bustage 2006-01-02 03:31:39 +00:00
gavin%gavinsharp.com 3fa6c8180b Bug 114850: scrollbars permanently hidden when using window.scrollbars.visible = false, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+sr=bzbarsky 2005-12-30 16:57:46 +00:00
cbiesinger%web.de 8d81b8a6b6 Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
dbaron%dbaron.org 3c28966043 Do not call PreserveWrapper with a null pointer. b=319642 r+sr=bzbarsky 2005-12-23 18:54:26 +00:00
mrbkap%gmail.com 0140a80070 bug 319296: Protect from bad wrappers being precreated. r=jst sr=brendan 2005-12-19 20:29:54 +00:00
bsmedberg%covad.net beee105423 Fix merge conflict between bug 241518 and 313309 2005-12-12 20:27:13 +00:00
bzbarsky%mit.edu 99ff6019ee Fix bug 306642 -- caller's shouldn't have to guess at how to force inner window
creation.  r+sr=jst
2005-12-11 20:38:29 +00:00
mrbkap%gmail.com 7db2025aea Fixing MinGW build bustage from bug 318489. 2005-12-11 03:41:33 +00:00
mrbkap%gmail.com e8825d7218 bug 318770: Constructors' toString should treturn [object <classname>]. r+sr=jst 2005-12-10 01:08:51 +00:00
mrbkap%gmail.com 701d32e2be Bustage fix from bug 318489. 2005-12-09 19:52:04 +00:00
mrbkap%gmail.com 421f1113ea bug 318489: It's impossible to use one of the constructors from an XPCNativeWrapped object. Add an IDL interface for these constructors and fix XPCNativeWrapper to forward Construct requests onto its wrapped native. r=jst sr=brendan 2005-12-09 19:08:45 +00:00
dbaron%dbaron.org d3499cd6dc Null-check pointers that come from AppendReachableList. b=241518 r+sr=bzbarsky 2005-12-06 05:51:18 +00:00
dbaron%dbaron.org 55e20f735c Always clear newborn roots whether or not there is already a GC timer, since a timer created in GC may not fire before XPCOM shutdown. b=314199 r+sr=jst 2005-12-06 05:48:46 +00:00
bzbarsky%mit.edu 499483e2d3 Nothing window.Components shouldn't be special for cross-domain access
purposes.  Bug 319079, r+sr=jst
2005-12-05 19:13:33 +00:00
brettw%gmail.com 97c9c6513a Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky 2005-12-05 18:07:33 +00:00
cbiesinger%web.de f4945e701d Bug #315841 don't flush frames in order to ensure that plugins are instantiated.
also, don't flush when inside of ObjectURIChanged
r+sr=bz
2005-12-03 11:27:42 +00:00
dbaron%dbaron.org 3ceffc0fc4 Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst 2005-12-03 07:42:40 +00:00
jst%mozilla.jstenback.com 175fe145fe Fixing bug 318461. Move SetNewDocument() and SetOpenerWindow() from nsIScriptGlobalObject to nsPIDOMWindow to clean out non-script related methods form the nsIScriptGlobalObject interface. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu 2005-12-01 19:35:27 +00:00
mrbkap%gmail.com f75471c412 bug 317370: Remove the vestigial aRemoveEventListeners parameter to SetNewDocument. r+sr=jst 2005-11-30 23:41:49 +00:00
jst%mozilla.jstenback.com 7a5af690c6 Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
jst%mozilla.jstenback.com 03a95b41b1 Fixing leak bug 317478. This leak was due to the global scope polluter ending up on the inner window's 'real' prototype's proto chain, which would have been fine except for the fact that it was never removed from there so through it we ended up holding too much alive for too long. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu. Thanks to dbaron for tracking this down. 2005-11-23 23:32:02 +00:00
bzbarsky%mit.edu 0d8c776610 Fix classinfo for various svg elements. Bug 317027, patch by Robert Longson
<longsonr@gmail.com>, r=tor, sr=bzbarsky
2005-11-22 17:45:47 +00:00
timeless%mozdev.org 9ef60db03e Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless rs=brendan
2005-11-21 06:30:34 +00:00
peterv%propagandism.org 84da109a48 Follow-up fix to fix for bug 314931, make sConstructorMap const. 2005-11-18 15:53:43 +00:00
peterv%propagandism.org 5219fb8c30 Try to fix bustage. 2005-11-18 14:45:37 +00:00
peterv%propagandism.org d1e0ed389f Fix for bug 314931 (Use content-specific DOMCI macros for XSLT in nsLayoutModule.cpp). r/sr=jst. 2005-11-18 13:39:43 +00:00
bzbarsky%mit.edu c871457818 Use GetWindow() in more places where we want a window instead of going through
GetScriptGlobalObject.  Bug 311830, r=bryner, sr=jst
2005-11-17 18:31:22 +00:00
dbaron%dbaron.org 8e1263ab28 Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin 2005-11-14 20:09:51 +00:00
bsmedberg%covad.net dff1dea638 Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
bsmedberg%covad.net faf7d08562 Bug 315401 - XPTI_GetInterfaceInfoManager is a bad signature and should be removed, r=darin sr=jst 2005-11-10 16:19:44 +00:00
gavin%gavinsharp.com afefaa24b3 Bug 314427: nsIDOMPopupBlockedEvent should expose the blocked window's target name, r+sr=jst 2005-11-01 01:41:00 +00:00
bzbarsky%mit.edu 3ca458ef50 Treat a "mime type" of "replace" as "text/html". Bug 313217, r+sr=jst 2005-10-27 02:39:18 +00:00
neil%parkwaycc.co.uk 22fcc34b5c Backing out changes checked in from wrong tree 2005-10-26 12:40:05 +00:00
neil%parkwaycc.co.uk 86e8a553f1 Bug 313753 Don't give chrome special window.alert/confirm/prompt treatment when it should be using the prompt service anyway r=mconnor sr=jst 2005-10-26 08:54:56 +00:00
vladimir%pobox.com 8129ad9ac4 It's GetSecurityManager, not SecurityManager now. 2005-10-21 22:41:34 +00:00
vladimir%pobox.com 6473c96d9d b=311290, add redraw() method to windowutils for performance testing and expose windowutils to content, r=roc,sr=jst 2005-10-21 22:30:36 +00:00
bzbarsky%mit.edu 8d16382486 Make GetPrincipal() faster when called on a window. Bug 313155, r=mrbkap, sr=jst 2005-10-20 23:32:54 +00:00
joshmoz%gmail.com 014614bdd1 Fix Intel Mac UA string, navigator.oscpu, navigator.platform values. The values in this patch match up with what Apple is using in their latest Intel build. b=297607 r=dbaron sr=darin 2005-10-18 19:32:01 +00:00
mrbkap%gmail.com 84390ea4c3 Fix a silly spelling mistake. 2005-10-18 17:17:12 +00:00
jst%mozilla.jstenback.com 72e982f3ff Fixing bug 310825. Prevent window.focus() when called from a background tab from moving focus to the background tab. r=mrbkap@gmail.com, sr=dveditz@cruzio.com 2005-10-17 21:37:49 +00:00
mrbkap%gmail.com aa709827a4 bug 307983: Look for a good JSContext when doing GetDynamicContext so that things like evalInSandbox can use e.g. location.replace. r=jst sr=brendan 2005-10-17 18:47:13 +00:00
bzbarsky%mit.edu 588a6fba2e Make sure to not double-close windows -- that confuses our shutdown code. Bug
311479 partial fix, r=mrbkap, sr=jst
2005-10-14 21:56:21 +00:00
bzbarsky%mit.edu cf82394840 Don't try to duplicate the jsval typedef. Bug 312003, r+sr=brendan 2005-10-12 20:16:35 +00:00
mrbkap%gmail.com f675761132 bug 310927: Use JSPROP_SHARED to prevent phantom nodelist elements from reappearing instead of trying to void out non-existant properties (and thus voiding out non-numeric properties as well). r=jst sr=brendan 2005-10-12 19:07:42 +00:00
pedemont%us.ibm.com b817ef6702 Bug 309337 - Make sure reserving 512k in stack space doesn't cause unsigned stacklimit var to wrap. r=brendan, sr=jst 2005-10-11 16:50:27 +00:00
Olli.Pettay%helsinki.fi 6d429f11c1 Bug 306974, Remove some duplicate event dispatching code r=sicking, sr=peterv 2005-10-10 18:38:57 +00:00