timeless%mozdev.org
118ddb9a57
fixing licenses (mostly NPL=>MPL, adding tri licenses, fixing whitespace)
...
patch by mcsmurf@gmx.net r=dougt sr=dougt npotb
2005-06-03 18:34:43 +00:00
jst%mozilla.jstenback.com
852241fcac
Fixing bug 289263. Fix broken logic that made document.all.tags('...') not work. r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=brendan@mozilla.org
2005-06-03 18:16:26 +00:00
bsmedberg%covad.net
2c20e77b5c
Bug 295711 part 4 - ffox installer fixup to package as a real extension r=mconnor a=shaver
2005-06-03 18:06:06 +00:00
bsmedberg%covad.net
7132c21ffb
Bug 295711 part 3 - Package inspector as a real extension (in <appdir>/extensions/inspector@mozilla.org/...) and consolidate all the silly app-specific forking/overriding done in browser/extensions/inspector and mail/extensions/inspector r=mconnor sr+a=shaver
2005-06-03 18:05:06 +00:00
bsmedberg%covad.net
5d521d3c2d
Bug 295711 part 2 - hide menus (mac) that do not have a <menupopup> child - r=jhpedemonte sr=jst a=shaver
2005-06-03 17:53:40 +00:00
bsmedberg%covad.net
4b2ee09002
Bug 295711 part 1 - hide menus (non-mac) that do not have a <menupopup> child r=mconnor a=shaver
2005-06-03 17:51:45 +00:00
bienvenu%nventure.com
574f4c8de6
fix 296520, age retention settings also applying num message settings, r/sr/a=sspitzer
2005-06-03 16:00:34 +00:00
timeless%mozdev.org
9af19f958e
Bug 288460
...
build bustage fix for mingw (which we believe is confused)
as far as we can tell mingw was making a copy of the temporary nsDeque before passing it to the nsDequeIterator
constructor (which takes a const reference)
patch by mrbkap r=timeless sr=dmose a=shaver
2005-06-03 15:00:34 +00:00
shaver%mozilla.org
e55c3b2f95
Fix <?xml-stylesheet?> src/href mixup to show event button icon.
2005-06-03 14:31:45 +00:00
allan%beaufour.dk
693c8c658a
Fix crash in nsDOMAttributeMap, regression from bug 235512. Bug 296490, r=Pike,sr=peterv,a=roc
2005-06-03 11:41:46 +00:00
timeless%mozdev.org
ceb559d09a
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann
2005-06-03 10:26:28 +00:00
mvl%exedo.nl
1d929d9e55
missed one spot for bug 293053. (make ics calendar return the right parent on items)
2005-06-03 10:01:38 +00:00
allan%beaufour.dk
ba5560baf8
Focus change in nested repeats where broken by bug 265460. Bug 296350, r=smaug+doronr, a=mkaply
2005-06-03 09:28:53 +00:00
bugzilla%glob.com.au
cbbc921d36
Bug 296186: Bugzilla Message "OK, your search named ... is updated." needs work
...
Patch By Byron Jones <bugzilla@glob.com.au> r=vladd,a=justdave
2005-06-03 08:59:15 +00:00
pavlov%pavlov.net
9cc84a2e7a
Adjusting some wording and fixing the layout of a few spots
2005-06-03 06:19:44 +00:00
bmlk%gmx.de
a20a38e367
make the MEW for scrollframes content independent as they can scroll the content if the available size shrinks, bug 295459 r/sr=roc a=shaver
2005-06-03 06:04:23 +00:00
jst%mozilla.jstenback.com
c22744cdd3
Fixing tinderbox orangeness (Thunderbird) and bug 296467. Get the function object off of the stack frame through fp->argv[-2] and not through fp->fun->object as the latter may be null if the function on the frame is a clone and the real function object no longer exists. reviews and approval pending.
2005-06-03 04:16:14 +00:00
jshin%mailaps.org
e2d009106c
bug 236425: fix IDN support on 64bit platforms (r=darin, sr=bz, a=chofmann)
2005-06-03 02:21:47 +00:00
bzbarsky%mit.edu
b54132568a
Make the title change events we fire trusted. Bug 295210, r+sr=jst, a=dveditz
2005-06-03 02:07:44 +00:00
bzbarsky%mit.edu
8fc3ac9a30
Add an nsIContent api for getting the intrinsic state of the content; this can
...
be used to implement more pseudo-classes (eg CSS3 UI ones for XForms). Bug
296309, r+sr=dbaron, a=chofmann
2005-06-03 02:02:45 +00:00
bzbarsky%mit.edu
c65178a702
Be smarter about XBL constructors and such. Bug 292591, r=sicking, sr=dveditz,
...
a=shaver
2005-06-03 01:54:50 +00:00
bzbarsky%mit.edu
9fac4f99b9
Fix crashes when computed style is used on a dead presentation. Bug 291183,
...
r+sr=dbaron, a=chofmann
2005-06-03 01:51:15 +00:00
gandalf%firefox.pl
3bf9019391
Bug 295855: Abandoned default theme dir in the profile's extensions dir sets the default theme to disabled when upgrading to Deer Park; p=moz_bugzilla@exchangecode.com, r=bsmedberg, a=shaver
2005-06-03 00:48:27 +00:00
gandalf%firefox.pl
c6adca381f
Bug 284515: Viewing the options of an extension that has just been enabled makes extension manager unusable; p=moz_bugzilla@exchangecode.com, r+a=bsmedberg
2005-06-03 00:44:51 +00:00
mrbkap%gmail.com
e97191a5ed
bug 296212: If the very last character in a document is an &, it gets lost (in both view-source and regular content). r=jst sr=bzbarsky a=chofmann
2005-06-02 23:36:43 +00:00
jst%mozilla.jstenback.com
55b816531d
Fixing bug 292464. Use the documents principals to check if a document is a chrome document or not. r=smaug@welho.com, sr=peterv@propagandism.org, a=shaver@mozilla.org
2005-06-02 23:36:08 +00:00
cmp%mozilla.org
a099ab7082
Write debug symbols into separate pdb files for each compiled file to make
...
parallel builds possible on Windows. Bug 286179, attachment 182988.
r=bryner@brianryner.com , sr=cls@seawood.org , a=chase@mozilla.org
2005-06-02 23:27:48 +00:00
pkw%us.ibm.com
a32f94175a
Bug 296270 - Default user agent on AIX contains machine information.
...
r=mozilla@kaply.com , sr=darin@meer.net , a=mozilla@kaply.com
2005-06-02 23:17:50 +00:00
cbiesinger%web.de
d04e90a15f
Bug 296457 fixing reversed null check in DrawNativeSurfaces
...
r+sr=shaver a=chofmann
2005-06-02 23:01:52 +00:00
mvl%exedo.nl
2d34133fd6
remember which calendars were active, and display that. r=shaver
2005-06-02 21:54:42 +00:00
shaver%mozilla.org
dbf68a299b
Overlay New Event into File->New and toolbar (though not yet with working
...
icon). r=pavlov, npotb.
2005-06-02 21:51:41 +00:00
shaver%mozilla.org
5a9c86d35c
Commonize toolbar images and CSS, lightly hacked from their sunbird
...
origins. r=pav, npotb.
2005-06-02 21:39:41 +00:00
jst%mozilla.jstenback.com
6b9590cac8
Fixing bug 294795. Don't leave references from cloned member functions to the scope where xpconnect creates the functions (safe context). r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=brendan@mozilla.org
2005-06-02 21:33:18 +00:00
mozilla%colinogilvie.co.uk
72c750d938
Bug 293890: Missing element declarations in bugzilla.dtd - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-06-02 21:26:43 +00:00
db48x%yahoo.com
7ea1e5c3f3
bug 293717: crash in nsTreeContentView::GetCellText
...
r=jan, sr=roc, a=shaver
2005-06-02 21:25:36 +00:00
lpsolit%gmail.com
0c70b37ad0
Bug 295213: whine mail still goes out even though whinedays = "0" - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-06-02 21:24:08 +00:00
mvl%exedo.nl
59d5bb2d2d
add new calendar to the display composite. bug 296198, r=pavlov
2005-06-02 20:56:50 +00:00
gandalf%firefox.pl
34aee19067
bug 296376: Normal User Startup opens transparent GUI; p=bsmedberg;r=me;a=chofmann
2005-06-02 20:15:49 +00:00
aaronleventhal%moonset.net
e100f4addf
Bug 296261. Fix nsIAccessible::GetPreviousSibling regression. r=parente, sr=neil, a=chofmann
2005-06-02 20:13:59 +00:00
aaronleventhal%moonset.net
d29d2a1e55
Bug 295401. Allow DHTML accessibility to be used in text/html. r+sr=jst. a=mkaply
2005-06-02 20:12:20 +00:00
mvl%exedo.nl
622a7e12e2
Bug 296193: fresh profile startup: currentView/multiweekView has no properties.
...
patch by gekacheka, r=mvl
2005-06-02 19:22:25 +00:00
pavlov%pavlov.net
fbe1b564f9
only set BYDAY if we have days checked
2005-06-02 18:34:07 +00:00
bryner%brianryner.com
131cf639f2
Don't leak if CopyJSProperties() fails. Bug 292972, patch by mikael@parknert.se, r=bzbarsky, sr=me, a=brendan.
2005-06-02 18:18:31 +00:00
mvl%exedo.nl
694795f0a5
whitespace only change to make indenting consitent.
2005-06-02 18:17:05 +00:00
mvl%exedo.nl
1060b128e6
fix condition for warning "end date before start date". bug 286070, patch by gekacheka, r=mvl
2005-06-02 18:06:23 +00:00
mvl%exedo.nl
5299d0b4e9
make the event dialog play nicer with all-day events. bug 286070, patch by gekacheka, r=mvl
2005-06-02 17:51:56 +00:00
cls%seawood.org
fc284d6ae7
Fix --with-system-nspr
...
Bug #288637 r=dmose a=caillon
2005-06-02 17:40:05 +00:00
relyea%netscape.com
007bbbbb89
Fix the license. Still bug 284366 PSM needs to handle Smart Cards seamlessly
...
r+sr+a=shaver
(caught by Christian persch)
2005-06-02 16:40:29 +00:00
dougt%meer.net
f629e9c17f
Fixing regression caused by bug 292368. This patch fixes bug 296369. Simple fix -- use the right contract id.
2005-06-02 15:27:31 +00:00
doronr%us.ibm.com
0b6e5f2509
Bug 290812 - XForms xpi not registering locales. r=smaug,beaufour a=mkaply
2005-06-02 15:15:19 +00:00