Commit Graph

157215 Commits

Author SHA1 Message Date
vladimir%pobox.com
6300db4384 fix typo for non-cairo gtk2 2006-04-18 22:58:48 +00:00
julien.pierre.bugs%sun.com
b41066e368 Fix for bug 331413. Don't set SO_LINGER in the Win95 build to workaround NSPR bug 332348. r=wtchang 2006-04-18 22:56:44 +00:00
darin%meer.net
c256dfbe2b fixes bug 334044 "build metrics as a standalone extension" r=bryner 2006-04-18 22:36:26 +00:00
neil%parkwaycc.co.uk
f8f42ac8a8 Bug 291764 Fix GIF animation's interaction with print preview r=pavlov sr=tor 2006-04-18 22:31:45 +00:00
vladimir%pobox.com
c4f8644e1e fix unsupported VC6 windows compiler junk for 333177 2006-04-18 22:24:56 +00:00
vladimir%pobox.com
d8de4487db fix non-cairo gtk/windows for 333177 2006-04-18 22:17:15 +00:00
bzbarsky%mit.edu
4e074a03a2 By the time we're processing reflow callbacks, reflow is done. Bug 334518,
r+sr=dbaron
2006-04-18 21:48:12 +00:00
mvl%exedo.nl
1812f04b05 bug 333717: don't convert to utc when reading an ics entry. r=dmose 2006-04-18 21:46:57 +00:00
vladimir%pobox.com
feccd517d6 add missing mac glue bits for 333177 2006-04-18 21:41:42 +00:00
mark%moxienet.com
3a986becc1 334537 nsMenuBarX installs an event handler poorly, fix installation and eliminate unnecessary baggage in event handler. r=josh 2006-04-18 21:25:05 +00:00
vladimir%pobox.com
5d02ec5b40 b=333177, update canvas internal interfaces, optimize canvas, and fix some implementation bugs; r=stuart 2006-04-18 21:23:15 +00:00
dougt%meer.net
fdb6b63a3a Fixing crash when no profile directory exists. 2006-04-18 21:06:51 +00:00
dbaron%dbaron.org
9b0fa55141 Disconnect and release the event listener manager after removing the entry from the hash table to avoid crashes caused re-entry into hash table code. b=334177 r+sr=jst 2006-04-18 20:59:28 +00:00
jminta%gmail.com
ef4cd3ad5a Bug 334506 Import cannot read exported ics file containing email alarms. patch by ssitter, r=jminta 2006-04-18 20:58:06 +00:00
aaronleventhal%moonset.net
382eaf0768 Bug 330624. Leaks in mozilla/accessible. r=ginn.chen, sr=dbaron 2006-04-18 19:08:34 +00:00
mike.morgan%oregonstate.edu
3f82dd1e7e Added multi-app support per requests made in bug 331632. Also separated out forms so we can localize things in the future. :) 2006-04-18 18:51:59 +00:00
mgalli%geckonnection.com
28df8d8686 Upddate to URL homebar, mozilla minimo update service. 2006-04-18 18:49:56 +00:00
dougt%meer.net
0264ddeec8 adding IDI_APPLICATION. Also ensuring that we set Last Error during every API call. 2006-04-18 18:33:33 +00:00
richm%stanfordalumni.org
be553dd4b4 generate configure using autoconf-2.13 2006-04-18 18:33:23 +00:00
dougt%meer.net
f1cd2dc389 ME continues to make context menus and dropdowns not work as expected. this
patch ifdefs out msg handling of IME messages on WINCE.

This also reduces the differences between wince and win32 wrt to style and
default window icon handling.

wince only

r=dveditz
b=297683
2006-04-18 18:31:26 +00:00
dbaron%dbaron.org
c6e5aec25e Make JSDHashTable/PLDHashTable assert when ops or enumeration callbacks mutate the table. b=334180 r=brendan 2006-04-18 18:30:50 +00:00
mrbkap%gmail.com
a9e8f95b55 Use the right object constructors. bug 334024, r=brendan 2006-04-18 18:12:53 +00:00
mozilla.mano%sent.com
4da0b4051d Bug 320383 - Sidebars accessible name is not human consumable. patch by Mark Pilgrim <pilgrim@gmail.com>, r=me. 2006-04-18 17:36:04 +00:00
wtchang%redhat.com
0a3bf353d3 Bugzilla Bug 333917: the non-x86 code in at least the DES_CBCEn and
DES_EDE3CBCEn functions violates ANSI C's aliasing rules.  So we compile
this file with strict aliasing rules turned off. r=nelsonb.
2006-04-18 17:33:56 +00:00
cls%seawood.org
0bf15c7d1f Link order matters.
Bug #332985 r=bsmedberg
2006-04-18 15:54:31 +00:00
cls%seawood.org
37453e2762 Allow libxul to link in mingw builds.
Bug #334403 r=bsmedberg
2006-04-18 15:52:41 +00:00
gavin%gavinsharp.com
8dfa2981c5 Bug 289536: Alt+Shift+Backspace in text boxes should be "Redo", patch by Mark Pilgrim <pilgrim@gmail.com>, r=mconnor, sr=bzbarsky 2006-04-18 15:36:01 +00:00
gavin%gavinsharp.com
9f370adb4e Bug 241637: Ctrl+P doesn't work in Print Preview, patch by Mark Pilgrim <pilgrim@gmail.com>, r=mconnor 2006-04-18 15:31:38 +00:00
bienvenu%nventure.com
42fc63002c bullet proofing for crash viewing quick search results, sr=mscott 331676 2006-04-18 15:28:47 +00:00
bzbarsky%mit.edu
2b868209b0 Centralize the DPI-getting in thebes/pango. Don't divide by 0. Bug 330957,
r=vlad, sr=dbaron
2006-04-18 15:21:42 +00:00
darin%meer.net
d469418257 fixes bug 334439 "nsHttpConnectionMgr::MAX_CONNECTIONS set to mMaxRequestDelay; should be mMaxConnections" patch by dave.puchyr@avaritia.com, r=biesi, sr=darin 2006-04-18 14:24:09 +00:00
kairo%kairo.at
576a637e05 followup comment fix for Neil's nit in bug 334478 2006-04-18 13:10:36 +00:00
kairo%kairo.at
7ebc731e3b bug 334478 - Get suiterunner to actually run - default pref changes, r+sr=Neil 2006-04-18 12:41:54 +00:00
kairo%kairo.at
f64498847c bug 332400 - Correct misuse of ifdefs in the source tree - fix xpfe browser and communicator chrome, r+sr=Neil 2006-04-18 12:30:36 +00:00
kairo%kairo.at
6162084772 bug 330053 - Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set - changes to make it build on mac, r+sr=jag 2006-04-18 11:31:28 +00:00
gavin%gavinsharp.com
cc6c93ae8e Bug 332201: the same keys conflict in places' context menu, patch by changdong.cui@sun.com, r=ben 2006-04-18 11:02:32 +00:00
allan%beaufour.dk
a4323b2511 [XForms] Select is generating too many messages. Bug 333619, r=aaronr+doronr, patch by surkov@dc.baikal.ru 2006-04-18 08:48:12 +00:00
allan%beaufour.dk
762e7038b8 [XForms] Split widget base binding into two bindings. Bug 328149, r=me+aaronr, patch by surkov@dc.baikal.ru 2006-04-18 08:44:54 +00:00
mozilla.mano%sent.com
d7ead4dff9 Bug 334091 - 1) Expose Accel+H/Accel+Shift+H in the History menu 2) Restore support for Accel+Shift+H (search history) on OS X. r=annie, sr=ben. 2006-04-18 08:38:33 +00:00
wurblzap%gmail.com
35b10b5954 Bug 281691: Misused <label>'s cause screen reader problems.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
2006-04-18 07:58:51 +00:00
igor%mir2.org
624cae247a Bug 331598: The tail recursion elimination in MarkGCThingChildren is simplified.r=brendan 2006-04-18 07:25:37 +00:00
bclary%bclary.com
a3d034cd75 Remove regression test for bug 322177 since it is WONTFIX 2006-04-18 06:38:55 +00:00
sharparrow1%yahoo.com
67d4723e36 Bug 334416: Misc view usage cleanups. r+sr=roc. 2006-04-18 06:05:24 +00:00
dbaron%dbaron.org
637a3c6242 Add assertions to verify no-reentry invariants in layout. b=310985 r+sr=bzbarsky 2006-04-18 05:44:02 +00:00
dmose%mozilla.org
755d917156 Fix leakage of username / password information into the actual events (bug 334423); thanks to Bruno Browning <browning@uwalumni.com>, r=dmose@mozilla.org 2006-04-18 05:28:14 +00:00
brendan%mozilla.org
f423f359b1 Random trailing space search. 2006-04-18 04:41:24 +00:00
roc+%cs.cmu.edu
22c06ad594 Bug 333817. Give listbox focus display item correct bounds. r+sr=bzbarsky 2006-04-18 02:41:42 +00:00
gavin%gavinsharp.com
5aaa52afd8 Fix vc6 bustage 2006-04-18 02:28:00 +00:00
joe%retrovirus.com
4eb4b3a209 Removes the history item mode for the (Bookmark) Properties dialog, which
just showed disabled title and URI fields.  The "Properties" context menu
item is now disabled for URI nodes which are not bookmarked.

bug=330876
r/sr=ben@mozilla.org
2006-04-18 01:49:10 +00:00
brendan%mozilla.org
10cbbda3cf Patch from Feng Qian <feng.qian.moz@gmail.com> with assist from Igor, based on ancient patch from me, to factor per-thread state from JSContext into JSThread to support per-thread lock-free GC allocation (312238, r=me). 2006-04-18 01:41:54 +00:00