cbiesinger%web.de
3aae3f5b33
Bug 292114 InstantiateFullPagePlugin should take nsIURI*, not nsString&
...
r=jst sr=bz a=asa
2005-04-29 12:11:45 +00:00
bryner%brianryner.com
93099cc868
Removing duplicate comment start that causes annoying gcc warnings.
2005-04-29 07:44:42 +00:00
pavlov%pavlov.net
08ff139595
fix event dialog to set alarmTime properly
2005-04-29 07:35:05 +00:00
timeless%mozdev.org
1951c0342f
Bug 291988 build warnings in plevent.c
...
patch by bugzilla@gemal.dk r=alecf sr=darin a=asa
2005-04-29 06:09:42 +00:00
smontagu%smontagu.org
000b41b9f2
Bug 272386: Allow multiple special codes in print headers and footers. Patch by Alexandre Tremon <atremon@elansoftware.com>, r=smontagu, sr=roc, a=asa
2005-04-29 04:57:51 +00:00
dougt%meer.net
35ec26bc1b
Adding fileno to shunt. Windows CE is broken and fileno returns a void*. Windows CE only.
2005-04-29 04:50:36 +00:00
bmlk%gmx.de
94055d0f57
table captions are float containing blocks, bug 291520 r/sr=bzbarsky a=asa
2005-04-29 04:11:31 +00:00
bob%bclary.com
74e113ead6
Add regression test for bug 234389, by Alex Vincent
2005-04-29 03:33:45 +00:00
robert%accettura.com
6ae48870c1
fix bustage... sorry for the delay
2005-04-29 02:23:58 +00:00
darin%meer.net
acb483e74f
fixes bug 290688 "Unable to compile XULRunner with SVG extension" patch by bsmedberg, r=tor, a=asa
2005-04-29 01:15:03 +00:00
robert%accettura.com
c4f4042aef
Make reporter use a preference for server locations (part of bug #285653 ) r=mconnor a=asa
2005-04-29 00:34:56 +00:00
wtchang%redhat.com
8f1b2d6c46
Bugzilla Bug 289015: backed out the checkin. It broke some tinderboxes
...
and needs more work.
2005-04-29 00:15:42 +00:00
jst%mozilla.jstenback.com
50de4a3e1d
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
2005-04-28 23:48:28 +00:00
darin%meer.net
ce94be71f2
Attempt to fix creature bustage
2005-04-28 23:00:09 +00:00
mvl%exedo.nl
995dce9a31
Make overwriting a pref really overwrite, not store a new pref.
...
bug 291596, r=pavlov
2005-04-28 22:55:00 +00:00
wtchang%redhat.com
e3b49dc7b7
Bugzilla Bug 291724: removed the workaround for a very old Windows NT 4.0
...
bug. The workaround modified _tzset related global variables in Microsoft
CRT directly and relied on undocumented properties of the buffers that
_tzname[0] and _tzname[1] point to. r=darin.
Modified files: ntmisc.c ntthread.c w95thred.c
2005-04-28 22:54:51 +00:00
wtchang%redhat.com
2b44c9a33c
Bugzilla Bug 291982: fixed a bug when we remove an item from a list
...
while iterating through the list. The bug was reported and tracked down by
kamil@good.com .
2005-04-28 22:37:25 +00:00
roc+%cs.cmu.edu
2cebcf0bca
Bug 282708. Position <object>'s view before creating its widget, to avoid flicker from creating it in the wrong position and then instantly moving it. r+sr=bzbarsky,a=asa
2005-04-28 22:17:40 +00:00
roc+%cs.cmu.edu
301b411013
Bug 290752. Don't create unnecessary level of style contexts for scrolled frames. r+sr=bzbarsky,a=asa
2005-04-28 22:14:16 +00:00
roc+%cs.cmu.edu
923c54f450
Bug 291537. Don't wipe out mGestureDownPoint in StopTrackingDragGesture, since we may need it right afterward. r+sr=bzbarsky,a=asa
2005-04-28 22:11:53 +00:00
roc+%cs.cmu.edu
e9008d4b37
Bug 290673. Restore event->point after dispatching to views, in case someone wants to use it later (Windows widget appears to). r+sr=bzbarsky,a=asa
2005-04-28 22:03:28 +00:00
roc+%cs.cmu.edu
84b0577142
Bug 240276. Make nsHTMLScrollFrame be a regular HTML frame, not a box frame, so we don't have to go through box layout. It gets its own reflow implementation that handles min-max and lots of other good stuff. rs+sr=dbaron,a=asa
2005-04-28 21:57:22 +00:00
steffen.wilberg%web.de
8dc021c1f1
Bug 284081: When software install (xpinstall.enabled) is disabled, clicking 'Edit Options' on the message bar opens an empty window. r=mconnor, a=asa
2005-04-28 21:49:46 +00:00
tor%cs.brown.edu
6a6daeba8f
Bug 292160 - Turn on SVG preference by default. r=dbaron, sr=brendan, a=asa
2005-04-28 21:43:03 +00:00
bugzilla%arlen.demon.co.uk
e014a66573
Bug 196272 Remove edit>preferences>mailandnewsgroups>windows (file removal)
...
p=me r=mnyromyr/neil.parkwaycc.co.uk sr=bienvenu a=asa
2005-04-28 21:42:23 +00:00
darin%meer.net
5e2ecc3898
fixes bug 291230 "HTTP downloads don't progress beyond (filesize % 4GB)" patch by mark@moxienet.com, r=biesi, sr=darin, a=asa
2005-04-28 21:34:55 +00:00
mvl%exedo.nl
bf7b9a3d5b
Add getCalendar. Add a few lines of extra documentation. r=dmose
2005-04-28 21:28:38 +00:00
mvl%exedo.nl
8bc7d9f0ad
Add getCalendar. Add a few lines of extra documentation. r=dmose
2005-04-28 21:26:47 +00:00
roc+%cs.cmu.edu
97fad84ab5
Bug 288560. Set mIsTopOfPage for each column in a column set. Also, make it possible to force floats to fit by relaxing the space manager's height constraint if necessary. r+sr=dbaron,a=chofmann
2005-04-28 21:25:11 +00:00
bugzilla%arlen.demon.co.uk
0aeb447a3f
Bug 196272 Remove edit>preferences>mailandnewsgroups>windows
...
p=me r=mnyromyr/neil.parkwaycc.co.uk sr=bienvenu a=asa
2005-04-28 21:24:18 +00:00
bienvenu%nventure.com
6df584e4b9
fix 282040 use ldap autocomplete in mailing list editor, if turned on for compose window, sr=mscott, a=asa
2005-04-28 21:13:24 +00:00
bzbarsky%mit.edu
205abaab34
Don't use C++ comments in a file included from C code. r+sr+a=dbaron
2005-04-28 20:57:42 +00:00
dbaron%dbaron.org
505512eaae
Use constants rather than magic numbers for comparisons against keyCode and charCode. b=291613 r=mconnor a=asa
2005-04-28 20:51:07 +00:00
dbaron%dbaron.org
0bcd95a260
Mouseout shouldn't fire on elements that were removed from the document. b=292146 r+sr=roc a=asa
2005-04-28 20:47:53 +00:00
dbaron%dbaron.org
8b40c23c0e
rules=all and rules=none shouldn't trigger collapsed borders. b=155507 r=bernd sr=bzbarsky a=asa
2005-04-28 20:47:06 +00:00
bzbarsky%mit.edu
7f50fad51c
Remove unneeded layout flushes in XUL/XBL. Bug 290005, r=roc, sr=jst, a=asa
2005-04-28 20:23:26 +00:00
bzbarsky%mit.edu
256acff928
Don't call ValueAppended on every single inline style mutation. Should be a
...
tad faster, and actually serialize better. Bug 288574, r+sr=dbaron, a=asa.
2005-04-28 20:19:24 +00:00
pavlov%pavlov.net
4d2293d393
removing name argument to createCalendar method
2005-04-28 19:59:23 +00:00
doronr%us.ibm.com
b75e15688b
Bug 291716 - Install missing plugins... button only works once. r=mconnor,a=mkaply
2005-04-28 19:16:43 +00:00
doronr%us.ibm.com
271626f6de
Bug 220626 - Enable keyboard access to Blocked Popups notification bar. r=mconnor,a=mkaply
2005-04-28 17:28:00 +00:00
bzbarsky%mit.edu
479cc410ea
Make sure to addref documents before calling Init(). Bug 291887, r+sr=jst,
...
a=brendan
2005-04-28 17:16:19 +00:00
kjh-5727%comcast.net
f85c64ed6a
Bug 179538 - Default solaris print command should call "lp". sr=alecf, a=asa.
2005-04-28 17:13:14 +00:00
bzbarsky%mit.edu
969eb028e7
Make file input frames correctly store their value in the content node even if
...
the whole presentation is coming down. Bug 287120, r=sicking, sr=jst, a=brendan
2005-04-28 17:11:22 +00:00
bzbarsky%mit.edu
90feadd1d3
Fix crashes when document.load is called on an already-parsing XML document.
...
Bug 289292, r=sicking, sr=jst, a=chofmann
2005-04-28 16:57:24 +00:00
wtchang%redhat.com
ecafacb917
Bugzilla Bug 291858: fixed incorrect definitions of the CKM_SHAxxx_HMAC,
...
CKM_SHAxxx_HMAC_GENERAL, CKM_ECDH1_DERIVE, CKM_ECDH1_COFACTOR_DERIVE, and
CKM_ECMQV_DERIVE macros. r=nelsonb,relyea.
2005-04-28 16:53:19 +00:00
mconnor%steelgryphon.com
48fcadfc2c
bug 291666 - installation of some extensions creates a file instead of a directory, patch by Robert Strong (moz_bugzilla@exchangecode.com), r=me, a=caillon
2005-04-28 14:41:36 +00:00
leon.sha%sun.com
c97307395f
Bugzilla Bug 290292. [Postscript] Text will beyond the end of table cell when printing or previewing in xft enabled mozilla.
...
Patch maker: leon.sha@sun.com .
jshin1987: review+
bzbarsky: superreview+
asa: approval1.8b2+
2005-04-28 08:04:00 +00:00
allan%beaufour.dk
4f8adec1c3
Fix timing problems for controls using index(). Bug 291797, r=smaug+doronr, a=mkaply, NPOTB
2005-04-28 07:23:38 +00:00
allan%beaufour.dk
a83db34b4c
Let controls using index() listen for changes to repeat indexes. Bug 289534, r=smaug+doronr, a=mkaply, NPOTB
2005-04-28 07:17:49 +00:00
masayuki%d-toybox.com
4d849ff622
Bug 291909 The welcome page's static text 3 is small for ja-JP. r=bsmedberg, sr+a=dveditz
2005-04-28 05:43:22 +00:00