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
jst%mozilla.jstenback.com
93c491505f
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
d6b0d386ee
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
2004-02-27 17:17:37 +00:00
jst%mozilla.jstenback.com
8ce6429c12
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
a02bafd134
Fix case of opacity (mistake in previous checkin). b=93156
2004-02-24 18:59:51 +00:00
dbaron%dbaron.org
fd7b04962f
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
2099db9a17
fix --disable-xul bustage
2004-02-24 04:19:15 +00:00
bryner%brianryner.com
c13cc68678
Merge jsdom and gklayout libraries (bug 232247). r=dbaron, sr=jst.
2004-02-24 03:22:35 +00:00
jst%mozilla.jstenback.com
e0885ea97c
Removing unused file.
2004-02-24 00:41:56 +00:00
jst%mozilla.jstenback.com
f218d03481
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
darin%meer.net
8c818ed6c3
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
jst%mozilla.jstenback.com
2c3fed598d
Fixing crash regression bug 234626. Add kungFuDeathGrips to functions in nsJSContext that execute JS (some already had them) to avoid having JSContexts die on us while they're still on the stack. r=caillon@aillon.org, sr=dbaron@dbaron.org, a=chofmann@mozilla.org
2004-02-18 02:17:32 +00:00
jst%mozilla.jstenback.com
08d1e6b907
Checking in for nallen@acm.org, bug 13350. Making the DOM branch callback code limit the ammount of time we allow Mozilla to spend in JS by time, in stead of limiting only by the number of executed branches. r=jst@mozilla.jstenback.com, sr=brendan@mozilla.org, a=chofmann@mozilla.org
2004-02-11 22:22:05 +00:00
jst%mozilla.jstenback.com
6ca4c1a78e
Fixing bug 68215. Adding support for the onbeforeunload event. r=peterv@propagandism.org, sr=brendan@mozilla.org
2004-02-11 06:09:51 +00:00
bryner%brianryner.com
b26298f7c2
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
2004-02-11 04:57:07 +00:00
ben%bengoodger.com
1f7e70b795
227796 - XPInstall InstallTrigger API changes - add a parameter to the install js object that supports an icon, also make the install FE parameterizable via a pref. r=bsmedberg, dveditz.
...
230768 - add the ability to make a window flash only a certain number of times in the taskbar. dom stuff r/sr=jst, widget changes r=danm, sr=bryner
2004-02-11 03:46:30 +00:00
cls%seawood.org
90a043bf86
Add PRUnichar cast.
...
Fixing mingw bustage.
Bug #233307
2004-02-11 03:00:01 +00:00
mvl%exedo.nl
f008ef89d7
Add a way to manually show a single blocked pop-up window. Pass the features of the window.open() call in DOMPopupBlockedEvent.
...
Bug 198846, r=danm, sr=jag
2004-02-10 18:22:23 +00:00
jst%mozilla.jstenback.com
8b6dc1c3ca
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
danm-moz%comcast.net
714d1b61c0
popup blocker once again tolerates window.open targeted to _self, _top, et.al. reinstatement of bug 177526 (rev 1.557) messed up by rev 1.605, now bug 232933 r=bzbarsky,caillon
2004-02-09 17:38:31 +00:00
danm-moz%comcast.net
6bebcda5c3
abort FireAbuseEvents if there's no top window. presumably the window is being closed. b=233443 r=bzbarsky,jst
2004-02-09 15:46:39 +00:00
alex.fritze%crocodile-clips.com
910659d1c9
Landing of SVG_20020806_BRANCH, Bug 182533. Refactoring of SVG backend, new GDI+ and Libart rendering
...
backends, text support on Windows (GDI+), rudimentary text support on Linux (libart/freetype2), presentation
attributes, lots of bug fixes (see bug 182533 for dependency list).
Not part of default build; code is #ifdef'ed out.
r=sicking, sr=jst for dom and htmlparser changes
r=bsmedberg, sr=tor for config changes
r=dbaron, sr=bzbarsky for content and layout changes
r=tor, sr=bzbarsky for gfx changes
2004-02-07 12:39:26 +00:00
hpradhan%hotpop.com
6da139214f
Bug 193223 : Make the add() method on html option collections
...
more compatible with IE. r+sr=jst
2004-02-07 11:40:30 +00:00
bryner%brianryner.com
d4f13c3ba7
Inline getters and setters for scaling factors on nsIDeviceContext. Bug 233103, r+sr=dbaron.
2004-02-05 01:57:10 +00:00
dbaron%dbaron.org
1992d6919c
Implement -moz-margin-start, -moz-margin-end, -moz-padding-start, and -moz-padding-end and cascade them correctly. Use them in html.css to improve default styles for lists in RTL documents. b=74880 r+sr=bzbarsky
2004-02-04 06:10:56 +00:00
danm-moz%comcast.net
e172db437a
more tweaks to 1.636. rethink popup limit and give special status to click events. b=197919 r=bzbarsky.
2004-02-04 03:10:17 +00:00
danm-moz%comcast.net
df33b45fc1
tweak last checkin to allow a maximum popup pref of 0
2004-02-03 17:17:38 +00:00
danm-moz%comcast.net
a3cc308cb4
generally disallow popup windows spawned by event handlers, or too many simultaneous popups. bug 197919 r=bryner,jst
2004-02-03 02:22:54 +00:00
danm-moz%comcast.net
50658833c3
add methods to track whether window was opened as a popup. bug 197919 r=bryner,jst
2004-02-03 02:22:02 +00:00
bryner%brianryner.com
05a0e4f624
Guarantee that the pres context's device context will be non-null by returning failure from Init() if it's null. Rename inline getter GetDeviceContext() to DeviceContext(), convert all callers to use the inline getter, and remove the virtual/refcounting getter. Bug 229371, r+sr=dbaron.
2004-02-02 22:17:21 +00:00
jst%mozilla.jstenback.com
1804c4910c
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
bsmedberg%covad.net
34cd8e8bdf
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
2004-01-28 23:45:17 +00:00
jst%mozilla.jstenback.com
2971dd8ec6
Bringing these interfaces up to match the latest spec. Not part of the build.
2004-01-27 22:59:47 +00:00
caillon%returnzero.com
0249abad0f
232327 - Use valid JS in our javascript: URL wrapping around window._content
...
r=shaver sr=brendan
2004-01-27 19:51:31 +00:00
jst%mozilla.jstenback.com
29037989f5
Fixing bug 202636. Patch by psolanki@myrealbox.com. Adding document.referrer to all document types. r+sr=jst@mozilla.jstenback.com
2004-01-27 05:11:44 +00:00