154430 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
59767a31cf Removing files that moved to widget 2006-02-17 15:57:31 +00:00
bugzilla%standard8.demon.co.uk
c5f7401518 Bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES. Part 5. r/sr=bienvenu 2006-02-17 13:44:05 +00:00
bugzilla%standard8.demon.co.uk
83d40553aa Bug 287832 Clean up nsDirPrefs.cpp. Part 9 r/sr=bienvenu 2006-02-17 13:39:04 +00:00
bugzilla%standard8.demon.co.uk
99ef49c5e3 Bug 180057 CSV export should output field names as first record in the output. r=neil,sr=bienvenu 2006-02-17 13:36:39 +00:00
peterv%propagandism.org
206b2a673d Fix for bug 320367 (Fix nsDOMDocumentType's nsISupports implementation). r/sr=jst. 2006-02-17 13:12:50 +00:00
mhammond%skippinet.com.au
0856b60f39 New extensions/python makefile - not part of the build. 2006-02-17 11:58:37 +00:00
mhammond%skippinet.com.au
6f733b46d4 Introduce the first of standard Python implemented components.
Not part of the build.
2006-02-17 11:56:18 +00:00
allan%beaufour.dk
56f899faf6 [XForms] Refactor date-inputs, first part: split input controls into new files. Bug 327234, r=me+smaug, patch by surkov@dc.baikal.ru 2006-02-17 10:30:09 +00:00
allan%beaufour.dk
fd970ae246 [XForms] Setting a type on instance data makes rebuild() throw exception. Bug 310138, r=aaronr+smaug 2006-02-17 10:14:10 +00:00
allan%beaufour.dk
f77ec3db9a [XForms] Include Gecko version and build ID in extension description. Bug 327305, r=doronr+aaronr 2006-02-17 10:04:39 +00:00
allan%beaufour.dk
6b6ca8968a [XForms] Fixup for bug 326062, r=me+dononr, patch by surkov@dc.baikal.ru 2006-02-17 09:57:06 +00:00
bryner%brianryner.com
42d600e150 Switch metrics logging over to an XML format. Add collectors for window and load events. Bug 326707, r=darin. Not part of the build. 2006-02-17 05:22:13 +00:00
cltbld
e2ec1c8cee Automated update from host egg 2006-02-17 05:08:49 +00:00
bryner%brianryner.com
fb3f3bdec4 Disable places by default until leaks/perf are better understood. 2006-02-17 05:03:36 +00:00
robert%accettura.com
2e70867fd8 Don't show report id by default 2006-02-17 04:24:56 +00:00
robert%accettura.com
0505d9312b The last checkin comment should have been "Some cleanup to query class, as well as fix an issue with continuity params being used incorrectly when displaying a report. Some small optimizations as well. 2006-02-17 03:54:45 +00:00
robert%accettura.com
29d7a84310 Fix product selections on query page 2006-02-17 03:51:21 +00:00
robert%accettura.com
ec541f398f Some cleanup to query class, as well as fix an issue with continuity params being used incorrectly when displaying a report. Some small optimizations as well. 2006-02-17 03:51:15 +00:00
bzbarsky%mit.edu
18fc300f0b Backing out since tree is closed. 2006-02-17 03:33:03 +00:00
bzbarsky%mit.edu
97bb5a58a9 Make nsIPrincipal and some methods that use it scriptable. Bug 327242, r=jst,
sr=dveditz
2006-02-17 03:26:03 +00:00
mgalli%geckonnection.com
431e92f957 ui polish 2006-02-17 02:30:39 +00:00
mgalli%geckonnection.com
0eb38973c4 Homebar fixes. Only toggles when click is not on icons, see Startup minimo, look for Homebar events 2006-02-17 02:24:44 +00:00
mgalli%geckonnection.com
e6c3aa1b70 Homebar only toggles when clck is not on item. 2006-02-17 02:22:55 +00:00
mgalli%geckonnection.com
2eea4dde06 Homebar polish. 2006-02-17 02:06:38 +00:00
vladimir%pobox.com
9b619cc8f0 b=327569, optimize images when requested, r=pavlov 2006-02-17 01:49:24 +00:00
mgalli%geckonnection.com
188dc91a63 Homebase bar polish and update. 2006-02-17 01:45:09 +00:00
brettw%gmail.com
4f5a9f0b93 Fixing build bustage 2006-02-17 01:10:25 +00:00
brettw%gmail.com
b1d2c6f268 Bug 327560: r=bryner History service keeps reference to main thread 2006-02-17 00:40:50 +00:00
brettw%gmail.com
e9d7114677 Bug 327557, r=darin. Storage service keeps references to main thread. 2006-02-17 00:36:24 +00:00
mgalli%geckonnection.com
e77423fd66 Back forward polish. 2006-02-17 00:14:27 +00:00
dbaron%dbaron.org
1a6e9785df Make the machine name sent to the graph server include branch name, and allow overriding it when needed. Refactor the TinderboxPrint code for test results for maintainability and getting a few of the features spread to all the tests. b=327408 r=vlad 2006-02-16 23:24:27 +00:00
richm%stanfordalumni.org
2ac0bc97b4 On HP-UX, we should not link against the libraries we depend on at runtime because it puts explicit version dependencies into the shared library we are creating. This makes it impossible to upgrade to a new version of nspr or nss. 2006-02-16 23:08:22 +00:00
wtchang%redhat.com
0c104c2ece Bugzilla Bug 327384: fixed an off-by-one error in the size of the 'genenc'
array.  The patch is contributed by Andreas Sterbenz
<Andreas.Sterbenz@sun.com>. r=wtc,nelsonb
2006-02-16 22:33:13 +00:00
wtchang%redhat.com
5172c13749 Bugzilla Bug 327448: it's not necessary to do dynamic lookup of the W
functions because they are also defined (as stubs) on Windows 9x.  The
patch is contributed by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp>.
r=wtc.
2006-02-16 21:34:46 +00:00
mkaply%us.ibm.com
86bf40c7a0 OS/2 build bustage as a result of 326149 - once files are moved, this should build 2006-02-16 21:34:07 +00:00
cbiesinger%web.de
a5b15b57fb bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-16 21:32:32 +00:00
mkaply%us.ibm.com
8d70f643a8 #290213
r=Peter Weilbacher, sr=mkaply (OS/2 only), a=mkaply (OS/2 only)
Patch from Rich Walsh - printer select dialog mismatches descriptions
2006-02-16 21:32:31 +00:00
mkaply%us.ibm.com
867389b473 #199763
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add printer description to print dialog
2006-02-16 21:32:30 +00:00
mkaply%us.ibm.com
139b54e3cb #268321
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - OS/2 gfx cleanup
2006-02-16 21:32:29 +00:00
mkaply%us.ibm.com
ee427e4174 #257627
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from dainis jonitis - passing a stack variable as a return from a function - oops!
2006-02-16 21:32:28 +00:00
mkaply%us.ibm.com
852c374a66 #238039
r=mkaply, sr=blizzard (platform specific)
OS/2 only - integration with the FT2LIB font engine from Innotek
2006-02-16 21:32:27 +00:00
mkaply%us.ibm.com
ce213cd337 #189480
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - switch to using Mozilla Unicode encoders/decoders instead of platform decoders
2006-02-16 21:32:26 +00:00
gerv%gerv.net
0845686ee2 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-02-16 21:32:25 +00:00
bryner%brianryner.com
ef44228ec0 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2006-02-16 21:32:24 +00:00
neil%parkwaycc.co.uk
33058def27 Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron 2006-02-16 21:32:23 +00:00
jst%mozilla.jstenback.com
493b7c91ad Fixing bug 223111. Making the page-setup settings shrink-to-fit and scaling persist across Mozilla instances. Patch by jblanco@us.ibm.com, and modiefied by me. r=ben, sr=bienvenu, a=asa. 2006-02-16 21:32:22 +00:00
mkaply%us.ibm.com
76224c0a05 #211984
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - refresh printer list before dialog comes up
2006-02-16 21:32:21 +00:00
mkaply%us.ibm.com
7a075bd25f #188249
r=me, sr=blizzard (platform specific)
Start landing GCC support for OS/2 - mainly cleanup to start
2006-02-16 21:32:20 +00:00
dbaron%dbaron.org
451bf3a13c Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2006-02-16 21:32:19 +00:00
mkaply%us.ibm.com
8511ef4cda #179508
r=cls, pedemont, sr=blizzard for platform specific code
Add shared unicode stuff between OS/2 widget and gfx into gkgfx
2006-02-16 21:32:18 +00:00