jshin%mailaps.org
24686082e9
bug 237434 : add several languages/scripts to font selection menu (r=smontagu, sr=dbaron, a=asa)
2005-04-30 02:57:57 +00:00
robin.lu%sun.com
cfe21df0aa
fix bug 290435 proxy settings are disabled after switching profiles.
...
alecf: review+
neil.parkwaycc.co.uk: superreview+
patched by Boying Lu <brian.lu@sun.com>
2005-04-30 02:37:41 +00:00
jshin%mailaps.org
844e7f7324
bug 166127 search string in Japanese doesn't match exactly : patch by saito@densan.co.jp, r/sr=jst, a=asa
2005-04-30 01:37:00 +00:00
bienvenu%nventure.com
2f85e1a61a
fix 292101 problems with pop3 quarantining of new messages and 292079 temp files left around when quarantining pop3 downloaded mail, sr=mscott, a=sspitzer
2005-04-30 00:36:39 +00:00
scott%scott-macgregor.org
1b30940035
Bug #234541 --> On Mac OS X, clicking on a mailto URL in Firefox or Safari when Thunderbird is not open yet, we open the mail 3 pane
...
instead of a compose window. The Mac passes in -url mailto:mscott@mozilla.org, so make sure the compose command line handler
can handle that format.
This line is in a THUNDERBIRD only ifdef and is not built by seamonkey.
2005-04-30 00:31:13 +00:00
scott%scott-macgregor.org
f2d8eb9b8e
Bug #234541 --> On Mac OS X, clicking on a mailto URL in Firefox or Safari when Thunderbird is already open, fails to open
...
a compose window. Instead, you get an error failing to find navigator.xul.
Change the value of browser.chrome to point to the messengercompose chrome.
2005-04-30 00:28:22 +00:00
wtchang%redhat.com
53ddb5284a
Bugzilla Bug 269591: use the poll prototype in current OpenBSD releases.
2005-04-30 00:19:33 +00:00
scott%scott-macgregor.org
d8f4261540
change Dictionary Languages to 'Language'
2005-04-29 23:45:11 +00:00
vladimir%pobox.com
029469be97
fix misc dragging issues, r=snoopy
2005-04-29 23:39:36 +00:00
mvl%exedo.nl
463ce05cff
set .valid after setting time. bug 287985, r=vlad
2005-04-29 23:34:33 +00:00
shaver%mozilla.org
008cecddd1
Properly rebuild the calendar tree when calendars are added or removed. This
...
was way harder than I thought it would be, though the resulting code looks
simple enough. Leave me alone, it's been a long week. (NPTOB.)
2005-04-29 23:28:12 +00:00
vladimir%pobox.com
0519ef6bef
clear mIsUtc when a non-null non-utc timezone is assigned, r=pav
2005-04-29 23:11:17 +00:00
wtchang%redhat.com
144d8652fe
Internal functions should not be declared with NSPR_API.
2005-04-29 22:47:56 +00:00
wtchang%redhat.com
83aaffad86
Fixed compiler warnings.
...
Modified files: bigfile3.c env.c initclk.c layer.c nbconn.c ntioto.c
op_filnf.c prpoll.c randseed.c
2005-04-29 22:46:05 +00:00
bienvenu%nventure.com
68f8896d40
fix 286930 and 261668 problems with header only download feature, patch by hyc@symas.com, r=bienvenu,sr=mscott,a=chofmann
2005-04-29 22:40:56 +00:00
cbiesinger%web.de
587781f896
fixing qt bustage from bug 289940
...
r+sr=jst a=shaver not part of default build
2005-04-29 22:29:54 +00:00
shaver%mozilla.org
f0c4b37854
Unify observer notification to suppress exceptions _and_ show off
...
JS_HAS_ARRAY_EXTRAS a little. r=pavlov, npotb.
2005-04-29 22:26:21 +00:00
dbaron%dbaron.org
818d25858d
Yikes, back out.
2005-04-29 22:21:46 +00:00
dbaron%dbaron.org
2732bb5d47
Pull layout from REFLOW_20050429_BRANCH.
2005-04-29 22:21:07 +00:00
julien.pierre.bugs%sun.com
543a367433
Fix for bug 292390 . Prevent crash in certutil with -P option and dbprefix omitted.
2005-04-29 21:58:49 +00:00
wtchang%redhat.com
28bb3d451c
Updated for the NSPR 4.6 release.
...
Modified Files: repackage.sh prinit.h pr/tests/vercheck.c
2005-04-29 21:35:46 +00:00
wtchang%redhat.com
2122f732c0
Bugzilla Bug 273336: Checked in Brian Ryner's patch:
...
Add support for using gcc's visibility pragma to treat all function and
method declarations as "hidden" unless declared otherwise. Create wrappers
for system headers that cause them to be treated as default-visibility
declarations. This gives a substantial code size and performance win on
compilers that support it. r=darin sr=dbaron.
Modified Files:
configure configure.in config/Makefile.in
config/autoconf.mk.in config/config.mk pr/include/prtypes.h
pr/src/md/unix/uxproces.c pr/tests/sel_spd.c
Added Files:
config/gcc_hidden.h config/make-system-wrappers.pl
config/system-headers
2005-04-29 21:02:55 +00:00
timeless%mozdev.org
425af3c1be
R:\mozilla\js\src>cl -FoWINNT5.1_DBG.OBJ/ -c /MD /Od /Z7 -D_X86_=1 -DXP_WIN -DXP_WIN32 -DWIN32 -D_WINDOWS -D_WIN32 /nologo /W3 /FpWINNT5.1_DBG.OBJ/js.pch -DDEBUG -DDEBUG_timeless -DJS_VERSION=140 /Op -DEXPORT_JS_API jsinterp.c jsinterp.c
...
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLPI' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLOBJECT' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLCOMMENT' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLCDATA' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_QNAMEPART' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_QNAMECONST' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_GETMETHOD' was undefined
2005-04-29 20:35:19 +00:00
pavlov%pavlov.net
5a2dbddb80
remove the calendar from the cache in unregisterCalendar
2005-04-29 19:06:35 +00:00
masayuki%d-toybox.com
ffffc00e94
bug 292263 ATOK's Moji Palette that is like software keyboard doesn't work. r=timeless, sr=neil, a=chofmann
2005-04-29 18:30:23 +00:00
pavlov%pavlov.net
0c258eb4e7
force pref names to be lowercase
2005-04-29 18:23:36 +00:00
pavlov%pavlov.net
0808225ba2
delete user prefs associated with a calendar with you unregister it
2005-04-29 18:16:52 +00:00
axel%pike.org
2c660f3ca4
bug 291771, co toolkit locales for xulrunner, fix multiple MOZ_CO_PROJECTs, r=bsmedberg,chase, a=asa
2005-04-29 16:56:07 +00:00
cbiesinger%web.de
3e707858c5
258185 don't send referrer when pressing shift+enter in the location bar
...
r=neil sr=jag a=dveditz
2005-04-29 16:02:14 +00:00
bzbarsky%mit.edu
e61e1e1935
Fix border width inheritance by keeping track of both the border width we'd
...
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
2005-04-29 15:44:38 +00:00
dougt%meer.net
0fe2e00d38
Windows CE specific XPTCALL changes. This should better support SharedStub
...
Patch by John Wolf.
windows ce only. not part of normal build.
2005-04-29 13:43:29 +00:00
dougt%meer.net
be6760da53
Windows CE build changes. This addresses most of the outstanding Windows
...
CE compilation issues.
This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript. This change is based on bug 242518. See comment 36.
This patch also removes the unused enum in transformiix . See bug
292118.
r/sr = dveditz/shaver
b = 291229
a = asa
2005-04-29 13:33:49 +00:00
cltbld
2cd94077d3
Automated update from host egg
2005-04-29 13:21:40 +00:00
tor%cs.brown.edu
8d19d5a7b9
Bug 291959 - not linking Xrender causes cairo SVG to crash on gtk1.
...
r+sr=bzbarsky, a=asa.
2005-04-29 13:16:07 +00:00
neil%parkwaycc.co.uk
af17c5f4a9
Bug 195248 set some default attributes in XUL instead of localstore now that bug123285 persists them correctly p=me/Standard8 r=Mnyromyr sr=bienvenu r+sr=mscott
2005-04-29 13:04:53 +00:00
cbiesinger%web.de
44a8c8c1aa
245631 patch by Son Le <son.le0@gmail.com> r=biesi sr=dveditz a=asa
...
- Return error from WriteFrom when ProcessData fails
- verify that the type of the icon is correct (icon or cursor)
- make sure that the image offset is valid
- check for OOM (mRow, mAlphaBuffer)
- add safety checks for mRow and mAlphaBuffer
2005-04-29 12:16:00 +00:00
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