Commit Graph

2326 Commits

Author SHA1 Message Date
roc+%cs.cmu.edu
e0fe2b43bd 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
56b3fc7a8c Remove '-moz-resizer' from the style system.
Bug 242712. r+sr=dbaron
2004-05-05 21:37:32 +00:00
peterv%propagandism.org
4b2b5bfdcc 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
cae4263c59 fix IsLoadingOrRunningTimeout broken in rev 1.31 2004-05-04 18:58:28 +00:00
jst%mozilla.jstenback.com
b3f4390257 Fixinb build warning. sr=bryner@brianryner.com 2004-05-04 01:36:49 +00:00
bryner%brianryner.com
7d80b4f5cf deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst. 2004-05-03 21:48:36 +00:00
bryner%brianryner.com
7d1dbeb3a8 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
94ebf8561b 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
77c4322ab2 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
863aded4fa 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
37f55f34af Implement "replace" argument for document.open(). bug 164821, r+sr=jst 2004-04-28 01:40:39 +00:00
bzbarsky%mit.edu
69105f8040 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
642f7ede36 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
9d2ee4928c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
varga%nixcorp.com
2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
darin%meer.net
c083b41820 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
221422910d Removing extra space. 2004-04-15 23:16:30 +00:00
cbiesinger%web.de
14177dedcb 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
9525428ff4 Add navigator.onLine. Bug 23435, r+sr=jst 2004-04-13 18:00:18 +00:00
danm-moz%comcast.net
7356073bab popup blocker can detect form change events. bug 240285 r=bryner,jst 2004-04-13 01:51:19 +00:00
sicking%bigfoot.com
752f5d34fd 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
9614803598 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
bca1c6371a 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
9713325c73 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
354e063d7e 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
c273ab4a67 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
02ff19ef05 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
6b03adea42 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
1ec337730c 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
6fd24e3f8a 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
64c4fc3d14 Fixing typo in comment. 2004-03-17 00:41:11 +00:00
jst%mozilla.jstenback.com
2ee27045ba 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
e1913b1f1e 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
34184c1cc5 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
b580ff16b6 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
f2984730d6 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
c5b46db9e9 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
545ad9d0ad 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
43cc596efd 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
bc10ea8a9c 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
e406e27d5c Fixing comments. 2004-03-03 04:01:33 +00:00
jst%mozilla.jstenback.com
2f61a3e5c3 Landing remaining part of bug 68215, this part fell off the patch wagon at some point... r+sr=brendan@mozilla.org 2004-03-03 00:20:31 +00:00
bryner%brianryner.com
ed98c9a308 deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc. 2004-02-27 17:17:37 +00:00
jst%mozilla.jstenback.com
9ef5cffe6a Backing out part of the fix for bug 233142 which wasn't essential for fixing that bug. This code caused bug 235730. 2004-02-27 01:05:52 +00:00
dbaron%dbaron.org
7b18819349 Fix case of opacity (mistake in previous checkin). b=93156 2004-02-24 18:59:51 +00:00
dbaron%dbaron.org
eafdebc6f0 Change -moz-opacity to opacity. Create a mechanism for creating a second name for a CSS property and continue to support -moz-opacity. b=93156 r=bzbarsky sr=roc 2004-02-24 06:48:25 +00:00
bryner%brianryner.com
7bce313a2b fix --disable-xul bustage 2004-02-24 04:19:15 +00:00
bryner%brianryner.com
078b6c6ce9 Merge jsdom and gklayout libraries (bug 232247). r=dbaron, sr=jst. 2004-02-24 03:22:35 +00:00
jst%mozilla.jstenback.com
f7bdb165fb Removing unused file. 2004-02-24 00:41:56 +00:00
jst%mozilla.jstenback.com
fdf949b6db Fixing bug 233142. Correct event default action prevention logic to match what we used to do before bug 226462 was fixed. r=bzbarsky@mit.edu, sr=bryner@brianryner.com. 2004-02-20 20:46:22 +00:00