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 |
jst%mozilla.jstenback.com
|
0574c45e2d
|
Fixing bug 224649. Patch by brendan@mozilla.org. Ensure that when setting an applet property, we actually set the property on the applet, and not on the DOM wrapper for the applet element. r+sr=jst@mozilla.jstenback.com, a=chofmann@mozilla.org
|
2004-04-02 05:11:44 +00:00 |
danm-moz%comcast.net
|
5076fd41dd
|
popup blocker now allows windows to be opened on space and return key events, in case it was from a focused button. bug 239078 r=bzbarsky,jst a=chofmann
|
2004-04-01 23:00:44 +00:00 |
darin%meer.net
|
ecb1ce6fe2
|
landing marco's patch for bug 238928 "domstubs.idl should not include nsAString.h" r=bsmedberg sr=jst a=dbaron
|
2004-04-01 19:44:17 +00:00 |
jst%mozilla.jstenback.com
|
581d42f4b2
|
Fixing bug 238218. Make sure the DOM branch callback is never called for a nsJSContext that's been deleted. r+sr=brendan@mozilla.org, a=chofmann@mozilla.org
|
2004-03-24 02:04:16 +00:00 |
neil%parkwaycc.co.uk
|
ed8efd7d27
|
Bug 237726 DOMCI for XUL elements was missing nsIDOM3Node r/sr=jst a=chofmann
|
2004-03-19 00:37:50 +00:00 |
jst%mozilla.jstenback.com
|
611891eb6c
|
Fixing typo in comment.
|
2004-03-17 00:41:11 +00:00 |
jst%mozilla.jstenback.com
|
2e147004eb
|
Backing out the fix for bug 235457 since it made typing URLs, and autocomplete in the the URL bar not work.
|
2004-03-16 19:06:10 +00:00 |
jst%mozilla.jstenback.com
|
9216581021
|
Fixing bug 235457. Make new windows opened through window.open be opened on the context of the opener, and make caps not lie about when capabilities are enabled. r=danm-moz@comcast.net, r=caillon@aillon.org, sr=brendan@mozilla.org, a=dbaron@dbaron.org
|
2004-03-16 06:57:54 +00:00 |
jst%mozilla.jstenback.com
|
c54549bc48
|
Fixing bug 237556. Exposing existing XPath functionality on ImageDocuments too. r+sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2004-03-15 23:07:12 +00:00 |
peterv%propagandism.org
|
9dcb8e8f56
|
Fix for bug 237124 (Make XULDocument.evaluate work from JS). r/sr=jst, a=chofmann.
|
2004-03-12 09:47:47 +00:00 |
bzbarsky%mit.edu
|
6e14fe93b7
|
Make sure to get notification callbacks from the loadgroup if the channel
doesn't have what we want. Bug 33961, r=darin, sr=jst
|
2004-03-10 01:18:26 +00:00 |
danm-moz%comcast.net
|
a611fa3da5
|
UniversalBrowserWrite privilege is required to alter visibility of menubar, toolbar, etc. bug 152256 r=caillon,jst
|
2004-03-09 00:45:41 +00:00 |
peterv%propagandism.org
|
b22645514e
|
Fix for bug 29152 (Cannot do formsigning - crypto.signText). r=kaie, sr=jst.
|
2004-03-06 15:52:44 +00:00 |
neil%parkwaycc.co.uk
|
23a67de0db
|
Bug 205648 Support "context menu" key under gtk/gtk2 p=crispin@flowerday.cx r=blizzard sr=bryner
|
2004-03-06 15:00:38 +00:00 |
jst%mozilla.jstenback.com
|
05c3214f14
|
Fixing bug 141056. Prevent setting the location of a window from crashing when called w/o JS on the stack, and ensure XPInstall pushes the JS context onto the JS context stack before evaluating JS. r+sr=bzbarsky@mit.edu, r+st=jst@mozilla.jstenback.com
|
2004-03-03 18:13:00 +00:00 |
jst%mozilla.jstenback.com
|
c117ac5511
|
Fixing comments.
|
2004-03-03 04:01:33 +00:00 |