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

140731 Коммитов

Автор SHA1 Сообщение Дата
nelsonb%netscape.com e0a7c75322 Don't crash in NSC_CopyObject after failing to copy a token object.
Bug 289529. r=relyea.
2005-04-09 00:42:01 +00:00
lpsolit%gmail.com 020e19c581 Bug 199048: Preference option to reverse sort the comments stack - Patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> r=mkanat a=myk 2005-04-09 00:37:52 +00:00
lpsolit%gmail.com 1370bbc1ff Bug 238873: remove %FORM from buglist.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=jouni a=justdave 2005-04-08 23:57:33 +00:00
lpsolit%gmail.com 2eadbc85c2 Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-04-08 23:51:02 +00:00
vladimir%pobox.com 9ca19b78d3 b=289439, lightning and calendar update stuff 2005-04-08 20:57:34 +00:00
shaver%mozilla.org 2c46990d85 Show week view when calendar is active.
- Package calendar.dtd.
- Register our calendar-en-US locale provider.
- Fix calendar-view-box naming.
- Handle cases in which there is no panel selected in the displayDeck.
- Overlay weekView.xul (due for a renaming!) into the calendar panel.
- Fix JS errors in weekView.js, remove dead code in weekView.xul.

Still needs some skin stuff to make the calendar view appear in a more
reasonable fashion.  NPOTB.
2005-04-08 20:36:18 +00:00
bob%bclary.com 44409b4c6e add obsolete tests to spidermonkey's exclusion list, bug 289604 2005-04-08 20:19:21 +00:00
bob%bclary.com 606f62bd70 add spidermonkey only tests to rhino's exclusion list, bug 289603 2005-04-08 20:08:57 +00:00
bob%bclary.com d192a76d67 remove anchors from jsDriver.pl output, bug 289600 2005-04-08 20:02:47 +00:00
bsmedberg%covad.net 3a4772821b Bug 288640 - xpfe/components/search is app-specific, not part of the toolkit. Remove bad dependencies by moving it to tier_99 and only building it for Seamonkey/Firefox r=Neil a=asa 2005-04-08 17:20:34 +00:00
allan%beaufour.dk 709f874ed8 Print messages in JS console for existing exceptions in code. Bug 289297, r=doron+smaug, a=mkaply 2005-04-08 15:40:54 +00:00
scott%scott-macgregor.org e5493ebcff package config.xul,config.js 2005-04-08 06:51:55 +00:00
roc+%cs.cmu.edu 47501e0529 Add gfxTypes.h. Not Part Of The Build. 2005-04-08 05:47:49 +00:00
roc+%cs.cmu.edu 43aca48cfc Updating to use gfxFloat everywhere. Also use gfxPoint, gfxRect, gfxSize where appropriate. Also added many XXX comments where documentation is needed. Not Part Of The Build. 2005-04-08 05:44:32 +00:00
darin%meer.net a98dda224d bug 280725 "Integrate new component in libxul" patch by bsmedberg, r=darin, a=asa 2005-04-08 04:59:36 +00:00
cltbld a83135ac65 Automated update from host egg 2005-04-08 04:19:39 +00:00
darin%meer.net 36e91b339c fixes bug 289494 "Make xulrunner work with toolkit packager" r=bsmedberg a=asa 2005-04-08 04:14:27 +00:00
lpsolit%gmail.com cf944750bf Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-04-08 00:54:16 +00:00
lpsolit%gmail.com df8df054b5 Bug 238876: remove %FORM from process_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-04-08 00:45:47 +00:00
lpsolit%gmail.com 01215b0dc7 Bug 238870: remove %FORM from attachment.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=myk,LpSolit a=justdave 2005-04-08 00:34:39 +00:00
lpsolit%gmail.com 7528d86490 Bug 238875: remove %FORM from post_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-04-07 23:59:59 +00:00
scott%scott-macgregor.org ad43bd834e remove an obsolte file 2005-04-07 23:58:46 +00:00
scott%scott-macgregor.org 9b18ce3c70 get rid of this obsolte file from 2002 that's not related to thunderbird 2005-04-07 23:57:15 +00:00
roc+%cs.cmu.edu 61fc68579f Bug 288949. Don't try to use view reparenting to handle scrolled child views. Also, fix regression so that listboxes don't always have widgets. r+sr=dbaron,a=asa. 2005-04-07 23:54:28 +00:00
lpsolit%gmail.com 896c43aef1 Bug 287947: Change CheckFormField/CheckFormFieldDefined subs in CGI.pl to use CGI object instead FORM hash - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk 2005-04-07 23:52:20 +00:00
kyle.yuan%sun.com 08b41e4793 Bug 268513 overflow:scroll causes memory growth
r/sr=bz, a=asa
2005-04-07 23:50:40 +00:00
scott%scott-macgregor.org 2e6cb8a44d Bug #244522 --> Selecting address book recipient from list before LDAP finishes lookup causes 'Enter' to not behave as expected
patch by neil

sr=me
a=asa
2005-04-07 23:49:51 +00:00
shaver%mozilla.org 775c6e661d (This commit introduces a dependency on the patch in bug 289483, which adds
a <deck> to tbird for controlling the main display mode.)

Overlay the world's simplest lightning-deck into tbird, and switch to it when
our pane gets the user's attention. r=pavlov, though I will note his objection
to the Ltn prefix in my function. NPOTB > NKOTB.
2005-04-07 23:40:53 +00:00
lpsolit%gmail.com 93d4b2c6af Bug 238878: Make hidden-fields template, User Matching and Flags use direct CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-04-07 23:37:56 +00:00
scott%scott-macgregor.org 87901ae5f5 Bug #285921 --> SMTP server improperly resets to default server when viewing account settings
sr=bienvenu
2005-04-07 23:28:54 +00:00
scott%scott-macgregor.org 1ceab48edf Bug #286761 --> change the RSS account icon ("globe") in the folderpane when a feed has new messages.
Set the biff state on a feed folder if, after downloading feed items, the folder has new messages in it.

sr=bienvenu
2005-04-07 23:23:35 +00:00
scott%scott-macgregor.org 25e14d2d3b get rid of an obsolete file 2005-04-07 20:09:45 +00:00
brendan%mozilla.org bb7b3cd85f Revert kludge, want a general fix. 2005-04-07 19:48:57 +00:00
pavlov%pavlov.net e219a00e80 fixing typos 2005-04-07 19:12:19 +00:00
pavlov%pavlov.net fea8da7106 adding xlib surface 2005-04-07 19:11:59 +00:00
pedemont%us.ibm.com e879274019 Fix Javaconnect build bustage 2005-04-07 18:58:52 +00:00
pavlov%pavlov.net cf07e1ad5c adding setDisplayCalendar function to set the current composite calendar 2005-04-07 18:43:52 +00:00
mkanat%kerio.com c52be56a61 Bug 286686: ORDER BY column needs to be selected or grouped
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-04-07 18:18:53 +00:00
dbaron%dbaron.org 5d312ec4b3 Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply 2005-04-07 18:11:59 +00:00
dbaron%dbaron.org 06ee318b44 Fix too-much-overflow regression by making border-collapse cells store the full width of the border rather than just the inside half of it. Also make BCPixelSize 16-bit instead of 8-bit and use it in more places, and a little other cleanup. b=286794 r=bernd sr=roc a=brendan 2005-04-07 18:04:38 +00:00
bugzilla%arlen.demon.co.uk 7441ad30ea Bug 289223 nsMsgStatusFeedback prototype uses myDefaultStatus incorrectly
p=me r=neil.parkwaycc.co.uk sr=bienvenu a=asa
2005-04-07 17:04:03 +00:00
shaver%mozilla.org e585217788 Make the subscript-loading properly detect the installation directory
of the components, so that we work in Lightning as well as Sunbird.  (Had
this in my other tree for ages, *blush*.)

Properly navigate the prototype chain to find the shadowed QI, rather than
just recurring infinitely on ourselves.

Tested in sunbird and lightning, NPOTB, r=dmose.
2005-04-07 15:55:14 +00:00
aaronleventhal%moonset.net 7f9a20cd0a Bug 289313. Accessible DHTML tree views. Affects assistive technology use. r=timeless, sr=tor, a=mkaply 2005-04-07 15:45:58 +00:00
gandalf%firefox.pl 6821d8dc1d bug 285653: source l10n for reporter tool; r=bsmedberg;a=asa 2005-04-07 15:21:19 +00:00
smontagu%smontagu.org 8e5a842439 Update Bidi character data tables to Unicode 4.1.0. Bug 288836, r=jshin, rs=roc, a=mkaply 2005-04-07 14:24:52 +00:00
aaronleventhal%moonset.net 98fb88a604 Missing part of checkin for bug 287730. Reporting position of radio buttons, r+sr=bz on missing part, a=asa 2005-04-07 14:08:12 +00:00
bsmedberg%covad.net 0e11f91ca9 Followup to bug 288626 to fix MSVC.net2003 static builds, a=asa 2005-04-07 13:15:29 +00:00
mkaply%us.ibm.com 06326ef680 OS/2 build bustage 2005-04-07 13:07:25 +00:00
lpsolit%gmail.com 9494af580f Bug 287763: Receiving Error - Insecure dependency in require... - Patch by byron jones (glob) <bugzilla@glob.com.au> r=joel a=myk 2005-04-07 08:08:36 +00:00
roc+%cs.cmu.edu 9d56d917b9 Bug 285996. Checking in update to nsObjectFrame.h. r+sr=dbaron,a=asa. 2005-04-07 04:34:46 +00:00