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

2349 Коммитов

Автор SHA1 Сообщение Дата
bsmedberg%covad.net 14bf5bab31 Bug 239925 - fix static initializers in DOM/widget/libpr0n so that we can restart XPCOM safely r=jst sr=darin 2004-06-09 18:36:25 +00:00
jst%mozilla.jstenback.com 936d2f0d37 Fixing bug 235457. Making it possible to open a window from chrome as if it was opened from untrusted script. r=danm-moz@comcast.net, sr=peterv@propagandism.org 2004-06-07 21:50:25 +00:00
aaronleventhal%moonset.net fc33684819 Bug 244624. Expose XUL textbox and menulist properly. r=neil, sr=alecf 2004-06-02 04:06:28 +00:00
bzbarsky%mit.edu b959996e7c Don't do a replace load unless explicitly requested if the script that set
location is running in a different window.  Bug 178729, r+sr=jst
2004-06-01 15:18:32 +00:00
jst%mozilla.jstenback.com 035bcd50ce #ifdef DEBUG_jst only change. 2004-05-30 03:07:10 +00:00
bsmedberg%covad.net 7bbfa9aab8 Parts of bug 205425 - turn the embedding widget into a GRE client - patch by marco@gnome.org r=me sr=blizzard 2004-05-29 17:43:59 +00:00
bzbarsky%mit.edu 201cd5d791 Make sure to flush out content and style updates when calling sizeToContent.
Bug 244235, r+sr=jst
2004-05-28 16:03:09 +00:00
bzbarsky%mit.edu 27b140b534 Change FlushPendingNotifications to have more granularity and update callers to
only flush the things they really need flushed.  Bug 144072, r+sr=jst
2004-05-27 22:08:42 +00:00
cbiesinger%web.de ca8e3b856f revving iid after last checkin 2004-05-26 20:02:49 +00:00
cbiesinger%web.de 0a95048591 bug 129602, Embedders need to be able to reach the window root.
patch by marco@gnome.org r=caillon sr=jst
2004-05-26 18:10:47 +00:00
roc+%cs.cmu.edu b8ecbc84da Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu f79a6813af Relanding, since backing out did not fix orange. Bug 232691. 2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu 62f7fc6ea3 Backing out to attempt to fix Mac orange. Bug 232691 2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu b733dd59da Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
using EmptyC?String instead.  Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
bzbarsky%mit.edu a613b6cd13 Followup for bug 73409 -- treat unknown types as text/plain. 2004-05-21 23:31:37 +00:00
bzbarsky%mit.edu f396e147a2 Add suport for a "text/plain" first arg to document.open() (no support for any
other types, and none really planned).  Bug 73409, r+sr=jst
2004-05-21 21:32:11 +00:00
bzbarsky%mit.edu 3d1b4281d3 Oops, forgot s/UCS2/UTF16/ 2004-05-21 00:55:10 +00:00
bzbarsky%mit.edu 6a99ff3373 Fix unescaping in GetHash to be intl-friendly. Bug 135309, r=jshin, sr=jst 2004-05-21 00:53:40 +00:00
timeless%mozdev.org ded395653e Bug 242999 Crash while trying to GC [@ DOMGCCallback]
r=jst sr=jst
2004-05-18 04:00:47 +00:00
roc+%cs.cmu.edu f1f89a9129 Backing out 233441. 2004-05-17 16:29:13 +00:00
bzbarsky%mit.edu 3441aca37c Last checkin was for bug 243487. 2004-05-13 18:13:28 +00:00
bzbarsky%mit.edu 62feabb05b Don't do access check if the origin and destination contexts are the same. Bug 243487, jst's idea, my patch, r=jst on the patch, sr=bzbarsky on the idea. 2004-05-13 18:06:59 +00:00
bzbarsky%mit.edu 02f4e1df71 Use isWindow boolean to avoid unnecessary QI. Bug 243471, r+sr=jst 2004-05-13 03:23:03 +00:00
bzbarsky%mit.edu ffd72b5d74 Allow starting/stopping jprof from JS (via JProfStartProfiling() and
JProfStopProfiling() global functions).  Bug 112541, patch by dbaron,
r=bzbarsky, sr=jst
2004-05-11 02:37:25 +00:00
bzbarsky%mit.edu 6ed5800916 Don't stop content when location.href is set to an anchor. Bug 233963, r+sr=jst 2004-05-10 20:58:34 +00:00
roc+%cs.cmu.edu e508d2a0ad Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron 2004-05-06 03:17:14 +00:00
caillon%redhat.com d592c269c0 Remove '-moz-resizer' from the style system.
Bug 242712. r+sr=dbaron
2004-05-05 21:37:32 +00:00
peterv%propagandism.org b9e6cd58d2 Remove CheckSecurityIsChromeCaller (use IsCallerChrome instead), remove some obsolete code (DOMString's can be null now). r/sr=jst. 2004-05-05 09:03:48 +00:00
danm-moz%comcast.net 24ebf618c3 fix IsLoadingOrRunningTimeout broken in rev 1.31 2004-05-04 18:58:28 +00:00
jst%mozilla.jstenback.com 2985599fe6 Fixinb build warning. sr=bryner@brianryner.com 2004-05-04 01:36:49 +00:00
bryner%brianryner.com f9f55ca33e deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst. 2004-05-03 21:48:36 +00:00
bryner%brianryner.com 7927c18306 Implement basic support for DOM level 2 UIEvents, and implement DOMActivate for HTML form control elements. Also minor usage cleanup for nsIDOMUIEvent. Bug 60212, r+sr=jst. 2004-04-30 23:55:16 +00:00
jst%mozilla.jstenback.com 43e80dbe88 Fixing bug 242149. Make GlobalWindowImpl not check prefs when it doesn't need to. r=caillon@gmail.com, sr=bzbarsky@mit.edu 2004-04-30 05:14:22 +00:00
jst%mozilla.jstenback.com ca74706604 Fixing bug 240543. Hiding some nsIPref* API bloatyness in nsContentUtils. r=caillon@aillon.org, sr=peterv@propagandism.org 2004-04-29 23:34:19 +00:00
neil%parkwaycc.co.uk 9d04a7ed61 Bug 230965 scrollMax[XY] should not throw exceptions patch based on roc's patch for scroll[XY] that was used to fix bug 202206 r/sr=jst 2004-04-28 12:56:02 +00:00
bzbarsky%mit.edu f4439f7df0 Implement "replace" argument for document.open(). bug 164821, r+sr=jst 2004-04-28 01:40:39 +00:00
bzbarsky%mit.edu ee414a23e5 location.host should be the host the jar was fetched from for jar: URIs. Bug
53124, r=darin, sr=jst
2004-04-24 16:09:31 +00:00
bryner%brianryner.com 4f8b5bf9d4 deCOMtaminate nsIScriptObjectPrincipal (bug 240745). This also fixes some code in nsCrypto.cpp that sems to have been mis-braced (I don't think it was working as intended). r+sr=jst. 2004-04-18 00:28:47 +00:00
gerv%gerv.net 692411203a Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
varga%nixcorp.com 5026248834 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
darin%meer.net 25d84ac621 fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst 2004-04-15 23:30:05 +00:00
jst%mozilla.jstenback.com 0f33d4efdd Removing extra space. 2004-04-15 23:16:30 +00:00
cbiesinger%web.de d4e1da55f3 Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
bzbarsky%mit.edu 81be8284a4 Add navigator.onLine. Bug 23435, r+sr=jst 2004-04-13 18:00:18 +00:00
danm-moz%comcast.net 2b5e158c88 popup blocker can detect form change events. bug 240285 r=bryner,jst 2004-04-13 01:51:19 +00:00
sicking%bigfoot.com f0b0915f53 Bug 238450: Implement nsIDOMSVGStylable and make class-selectors work for svg-elements.
r/sr=jst for classinfo changes
r=afri for the rest  (not part of build)
2004-04-12 23:48:42 +00:00
sicking%bigfoot.com 8af734bf75 Bug 238327: Implement the svg:style element.
Changes to svg-only files r=afri  (not part of build)
Changes to transformiix files r=peterv sr=jst
Changes to other files r/sr=jst
2004-04-12 23:21:42 +00:00
jst%mozilla.jstenback.com e978e5d6f0 Fixing bug 240309. Making JavaScript error/warning console debug messages be on a single line to simplify automated testing. r+sr=bzbarsky@mit.edu 2004-04-12 22:20:03 +00:00
jst%mozilla.jstenback.com 14b9ad2f10 Fixing bug 153830. Making alert(null) display "null" in the alert, in stead of nothing at all. r=caillon@aillon.org, sr=peterv@propagandism.org, a=asa@mozilla.org 2004-04-08 01:53:40 +00:00
jst%mozilla.jstenback.com 8e23487e7f Fixing bug 220408. Start using the JS_SetThreadStackLimit() API to tell the JS engine where our thread stack boudary is (or where we want it to be, rather). r+sr=brendan@mozilla.org, a=chofmann@mozilla.org 2004-04-07 17:07:36 +00:00