Граф коммитов

145610 Коммитов

Автор SHA1 Сообщение Дата
jwalden%mit.edu 95fc96ba15 Bug 299976 - Remove identical items from glossary/index datasources and make them platform-specific. p=steffen, r=me 2005-08-16 22:48:53 +00:00
roc+%cs.cmu.edu db60f88daf Bug 291058. Update nsSVGForeignObject to use push/pop translation. r+sr=roc, patch by Hans-Andreas Engel 2005-08-16 22:06:17 +00:00
rj.keller%beonex.com 601f023838 oops, forgot a file 2005-08-16 22:06:15 +00:00
roc+%cs.cmu.edu 6e59b7e7c9 Bug 79767. Fixing bustage 2005-08-16 22:04:03 +00:00
rj.keller%beonex.com e27e6a80ee eek, I was tinkering and broke the start page. fixing... 2005-08-16 22:01:55 +00:00
cbiesinger%web.de 650c1f9ce5 bug 283606 make nsOSHelperAppService::GetApplicationDescription get a
friendly description
r=darin sr=bz a=asa
2005-08-16 22:00:21 +00:00
jst%mozilla.jstenback.com e9fbf5f581 Fixing bug 287008. Don't call a method that just asserts and returns NS_OK when we can just return NS_OK. Cut n' paste caused this one... r+sr=peterv@propagandism.org 2005-08-16 21:52:52 +00:00
roc+%cs.cmu.edu 0e09c6e16f Bug 79767. Don't append HEADER when issuing IMAP searches on headers which are already predefined IMAP headers (TO, CC etc). r+sr=bienvenu 2005-08-16 21:42:42 +00:00
mrbkap%gmail.com 36994cffde bug 289933: functions, RegExps, and Script objects should all be of type "function" for compatibility with older SpiderMonkeys and to more closely imitate ECMA. r=brendan 2005-08-16 21:40:55 +00:00
roc+%cs.cmu.edu 2931cd5810 Bug 291636. nsTransform2D can't handle rotations, never could, and never will, so don't bother with them. r+sr=roc, patch by Hans-Andreas Engel 2005-08-16 21:40:26 +00:00
rj.keller%beonex.com 0cc63cb388 Bug 304575 - Grendel needs a start page. Patch by Kieran Maclean <kieran [at] eternal.undonet.com>. r=rj.keller@beonex.com 2005-08-16 21:39:02 +00:00
roc+%cs.cmu.edu 7697b1170e Bug 290885. constify some nsTransform2D methods. r+sr=roc, patch by Hans-Andreas Engel 2005-08-16 21:38:56 +00:00
roc+%cs.cmu.edu 1928c9208a Bug 289377, cleanup nsCSSFrameConstructor a tad. r+sr=bzbarsky 2005-08-16 21:35:58 +00:00
zach%zachlipton.com a4f8188759 Forgot to add logincookie and sysconfigcookie to Config.pm. 2005-08-16 21:31:56 +00:00
roc+%cs.cmu.edu 8106f0cc5f Bug 303484. Limit the nesting of modal event loops so we avoid overflowing the C++ stack. r+sr=brendan,a=asa 2005-08-16 20:59:39 +00:00
mvl%exedo.nl 5c344ff427 Bug 304572: Event status sort order should match listed order, not alphabetical.
patch by gekacheka@yahoo.com, r=mvl
2005-08-16 20:50:41 +00:00
mvl%exedo.nl 0e79bbd475 Bug 304570: Event location does not appear in location column of event list.
patch by gekacheka@yahoo.com, r=mvl
2005-08-16 20:37:35 +00:00
jst%mozilla.jstenback.com 1499e16a02 Fixing bug 301476. Make XPCNativeWrapper's checkAccess hook always forward to the wrapper's checkAccess hook, if it's got one. r=shaver@mozilla.org, sr=brendan@mozilla.org 2005-08-16 20:08:39 +00:00
bsmedberg%covad.net 1c23a3fc0f XULRunner-specific bustage fix from bug 299992 - MSVC6 doesn't like initializing reference types as POD, so use a pointer instead. 2005-08-16 19:39:42 +00:00
dougt%meer.net 9f9cca5b2a Minimo Linux changes from INDT.
**  it removes 'icons.h' , 'preference.h' and 'history.h' -> they were not being used anymore.
** it restrutures Minimo.cpp , minimo_callbacks files -> In some places of the source code, there were methods in the wrong file, and so on.
** it changes the varibles and methods naming in all files (gFILENAME_NAME e.g. gPreferenceStruct)
** it creates a new file (minimo_support), and add the respective line in the Makefile.in file.
** it improves the bookmark manager, and also adds the FIND feature into its gtk_tree_view.
** it fixes some small bugs.

r=antonio.gomes@indt.org.br.
2005-08-16 19:33:31 +00:00
cltbld 81f629b655 Automated update from host egg 2005-08-16 19:29:27 +00:00
dougt%meer.net 88fe4e60e2 semicolons after these macros break linux 2005-08-16 19:28:09 +00:00
bsmedberg%covad.net c54aa3f56b Bug 304476 (and 304478) - remove app.extensions.version from default prefs - r=chase 2005-08-16 19:28:01 +00:00
saul.edwards%sun.com c3fa2091c5 Bug 303507: Add comba for MPI's multiply and square routines.
This code is currently for AMD 64 on both Linux and Solaris only.
2005-08-16 19:25:48 +00:00
dougt%meer.net 216a4fbef2 Minimo only. Add full screen support to the context menu. Removing window size from css 2005-08-16 19:19:59 +00:00
dougt%meer.net bb3f66468b Correctly implement GetMessageTime() by having PeekMessage w/ PM_REMOVE and GetMessage story the msg time.
Implements GetWindowPlacement

Wince only.
2005-08-16 19:18:10 +00:00
dougt%meer.net 30e7ca830b More WINCE Fix ups.
1) removes unused variable mBorderlessParent.
2) fixes a few bugs whereby I #ifdef out a case in a switch statement resulting
the default action being taken.
3) allowing gesture animation via a flag to SHRecognizeGesture.
4) returning a positive value to the WM_ACTIVATE message as the caller excepts
that.
5) GetWindowPlacement() is not implemented in the wince shunt library.	So, i
could remove some of the #ifndef WINCE code when handing WM_WINDOWPOSCHANGED.
6) Adjusting the window position when WM_SETTINGCHANGE is called with
SPI_SETWORKAREA.  This is a windows ce thing. Basically, you can go to full
screen and a WM_SETTINGCHANGE message is fired.
7) Lastly, when dealing with popups, we want to ignore the activate message
when deciding to roll up the popup.

r=benjamin, a=asa (wince only)
2005-08-16 19:15:06 +00:00
bsmedberg%covad.net f41e35f748 Bug 301702 - Registry entries created by the installer are not localized (keynames include en-US) r=Chase 2005-08-16 19:10:33 +00:00
jminta%gmail.com 37ddea5c6b Bug 249552 Persist which tab (Calendars or Date) is selected r=mvl 2005-08-16 19:04:15 +00:00
jminta%gmail.com ed9d4564d7 Bug 256223 Unifinder does not refresh at midnight r=mvl 2005-08-16 18:57:34 +00:00
cmp%mozilla.org 67ae8fcee6 Bump mail version to 1.6a1. Bug 304474, attachment 192790. 2005-08-16 18:35:42 +00:00
cmp%mozilla.org f892ead275 Bump browser version to 1.6a1. Bug 304472, attachment 192789. 2005-08-16 18:34:36 +00:00
bsmedberg%covad.net 06fe11b848 Bug 303886 - ga-IE locale of DOMI, provided by Kevin P. Scannell <kscanne@yahoo.com>, a=me 2005-08-16 18:07:37 +00:00
smfr%smfr.org abf828f4e0 Fix bug 295737: use Core Graphics to do image tiling, because it's much faster than doing it ourselves. r=jhpedemonte, sr=bryner 2005-08-16 18:07:29 +00:00
aaronleventhal%moonset.net b3fef4bca2 Bug 258285. Find As You Type coming up when it shouldn't (textareas/textfields). r=mats, sr=bryner 2005-08-16 17:54:29 +00:00
scott%scott-macgregor.org c48e324a2c Bug #303752 --> treat forward inline like we do for replying when deciding which attachment parts to attach
sr=bienvenu
2005-08-16 17:45:15 +00:00
scott%scott-macgregor.org dd4b059133 Bug #303786 --> "Delete Message" filter action missing for IMAP and Newsgroups
sr=bienvenu
a=asa
2005-08-16 17:42:07 +00:00
mkaply%us.ibm.com d801608e8c OS/2 build break 2005-08-16 16:33:40 +00:00
timeless%mozdev.org 96b7461b46 Bug 303654 InstallTrigger.install(null) crashes [@ JS_Enumerate]
patch by shutdown@flashmail.com r=dveditz sr=dveditz
2005-08-16 16:31:36 +00:00
gerv%gerv.net f5c4dd0d02 Remove 100% width which was causing IE to wrap at a silly place. 2005-08-16 15:26:33 +00:00
bzbarsky%mit.edu 3d3c6b6621 Replace warning with assert, since this should now never happen. Bug 297850,
r+sr=dbaron
2005-08-16 14:39:08 +00:00
peterv%propagandism.org d6f922dd54 Fix for bug 188339 (improve standalone DOM). r=Pike. NPOTB. 2005-08-16 14:36:44 +00:00
bzbarsky%mit.edu 435013bdd0 Last checkin I did was for bug 303336 2005-08-16 14:23:01 +00:00
mozilla.mano%sent.com 53cbfe48e6 Bug 299239 - BiDi: Caret is stuck when reaching a single LTR character in RTL text. patch from Eyal Rozenberg <eyalroz@technion.ac.il>. r+sr=roc 2005-08-16 14:19:59 +00:00
bsmedberg%covad.net d56d8d8b5b Bug 302136 - Two clicks on "Install Now" button are necessary to install an extension r=beng 2005-08-16 13:25:40 +00:00
gavin%gavinsharp.com 9e2e6cc931 Bustage fix #1, remnant from another patch 2005-08-16 12:42:34 +00:00
gavin%gavinsharp.com 6655b13eac Bug 301313 : Remove mPresContext in /layout/forms/, patch by Andreas Lange <mozilla@lange.cx>, r+sr=roc 2005-08-16 12:20:58 +00:00
gavin%gavinsharp.com 4b53ad80e4 Bug 283356 : nsPSPrinters.cpp compile error: implicit declaration of function `int strcasecmp(...)', patch by Max Feil <mfeil@qnx.com>, r=kherron, sr=tor 2005-08-16 12:16:08 +00:00
gavin%gavinsharp.com 06d66d8405 Bug 243324: Download manager fails to close with files that download very quickly (small files / cached files), patch by Ben Basson <cusser.bugs@cusser.net>, r=mconnor 2005-08-16 12:06:07 +00:00
neil%parkwaycc.co.uk 7a170f9823 Ability to navigate the search folderpicker when closed b=302120 sr=mscott 2005-08-16 08:17:03 +00:00