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

132576 Коммитов

Автор SHA1 Сообщение Дата
igor%mir2.org c7b18deb40 Deprecating PropertyException as a part of common exception root changes, see 244492. 2004-08-14 16:45:30 +00:00
igor%mir2.org eed65b7987 Using Kit.initCause to wrap the original exception preventing creation of SecurityController class. 2004-08-14 16:42:33 +00:00
igor%mir2.org e1db421213 Documenting ClassFactory usage 2004-08-14 15:17:40 +00:00
igor%mir2.org 82fc688a4b Fixing compatibility issue caused by introduction of ContextFactory. See bug 255595 . 2004-08-14 15:12:38 +00:00
igor%mir2.org 5f819fdbb3 Fixing JavaDoc 2004-08-14 15:08:32 +00:00
igor%mir2.org 8899a6261b Changing Kit.initCause to take and return RuntimeException: this is how it is supposed to be used, that is wrap checkable exceptions into uncheckable RuntimeExceptions. 2004-08-14 15:07:50 +00:00
igor%mir2.org 0f600362d0 Use common API to extract value associated with top scope prototype chain
not to duplicate code
2004-08-14 13:57:39 +00:00
igor%mir2.org d5de09d352 NativeScript no longer implements Script interface which was kept only f
or compatibility.
2004-08-14 10:29:09 +00:00
igor%mir2.org b33cc857e0 The scope argument is removed from Context.decompileScript() since
decompilation does not depends on scope.
For compatibility the old signature is preserved as a deprecated method.
2004-08-14 10:28:15 +00:00
igor%mir2.org 406e4ecd31 More JavaDoc comments including Context customization example 2004-08-14 09:01:26 +00:00
igor%mir2.org fb9b2ea140 Fixing broken HTML markup in JavaDoc comments. 2004-08-14 06:44:39 +00:00
vladimir%pobox.com fc70fd7700 forgot configure, auto-autoconf doesn't work I don't think 2004-08-14 01:04:21 +00:00
vladimir%pobox.com cfcb233cb8 Initial landing of cairo-related stuff, nothing built by default, all code is in ifdefs. r=bryner,a=brendan 2004-08-14 01:01:16 +00:00
igor%mir2.org 83a55815ca Renaming Kit.initCauseOrNull into simple Kit.initCause and making it to
return the passed exception to allow usage like:

throw Kit.initCause(new RuntimeException("WRAPPED"), origException);
2004-08-13 23:45:52 +00:00
jruderman%hmc.edu b6ea76c9ef Bug 253945. Patch by quark, r=dveditz, a=ben 2004-08-13 21:34:42 +00:00
jruderman%hmc.edu 17ef11ec8c Bug 249680 - Location bar text not visible with yellow bacakground for secure sites. Patch by quark, r=mconnor, a=ben 2004-08-13 21:30:33 +00:00
brade%comcast.net 4e13425e65 bug 252750; add VK_HELP to list of global keys (r=caillon, sr=bryner, patch=steffen.wilberg) 2004-08-13 20:59:54 +00:00
scott%scott-macgregor.org 3e9a781129 Bug #255060 --> Thunderbird migration requires a seamonkey created registry.dat file. 2004-08-13 20:58:51 +00:00
mostafah%oeone.com 76e8c0f080 sunbird should not yet update its extensions 2004-08-13 20:18:49 +00:00
mostafah%oeone.com 14c64eefb4 Updated translation 2004-08-13 20:17:50 +00:00
amardare%qnx.com 8833e61127 Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
JFehr's problem with thunderbird on screen 2 on a multiscreen configuration:
Use
PhWindowQueryVisible( Ph_QUERY_IG_POINTER, ...
so that the screen information is uses the current location of input_group's pointer.
2004-08-13 20:07:52 +00:00
amardare%qnx.com f5fe96fd2d Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms. 2004-08-13 20:03:42 +00:00
igor%mir2.org 3a68eb5402 Fixing bug 255549: proper resolution of overloaded methods. 2004-08-13 19:31:32 +00:00
bryner%brianryner.com 0fa9344f94 Fix for reflow problem in XUL dialogs (bug 255270, smoketest blocker). Patch by bzbarsky, r=neil, sr=dbaron. (I'm conservatively just removing the hack in nsHlperAppDlg by restoring it to its previous state). 2004-08-13 18:25:33 +00:00
bryner%brianryner.com 5d02dedc5c Fix missing scrollbars on Mac (smoketest blocker, bug 255400). Patch by neil/cls, r=me 2004-08-13 18:02:33 +00:00
bsmedberg%covad.net eaf99b1638 Potential fix for bug 255060 2004-08-13 16:56:17 +00:00
scott%scott-macgregor.org 3ed9dcef5f Bug #255479 --> advanced preferences panel re-org.
Move the proxy connection settings into a separate dialog.

eliminate the e-mail address auto collection category header.
2004-08-13 06:46:07 +00:00
ben%bengoodger.com c09b2a7de9 fix previous smoketest blocker relating to DOM inspector and help menu items not showing up on OS X 2004-08-13 00:56:58 +00:00
ben%bengoodger.com e094c4410f 237727 - installer should delete certain files when installing to prevent weird incompatibilities when upgrading, file list from seth spitzer. 2004-08-13 00:54:33 +00:00
scott%scott-macgregor.org eb0c5e8b54 Bug #255451 --> Add support for master password to Thunderbid. 2004-08-13 00:54:19 +00:00
bsmedberg%covad.net 6638430375 Bug 253610 - profile manager doesn't work on firefox trunk. a=asa 2004-08-12 20:43:38 +00:00
bzbarsky%mit.edu e9215e4304 Fix bug 255236 (composer confused by broken nextSibling on textnodes). Patch
by Peter Van der Beken <peterv@propagandism.org>, r+sr=bzbarsky, a=shaver
2004-08-12 19:46:54 +00:00
pkw%us.ibm.com bd387a9faf Bug 250005 - Shortcut keys conflict: New Message and Mark All Read are both Command+Shift+M.
r=neil.parkwaycc.co.uk@myrealbox.com, sr=bienvenu@nventure.com, a=mkaply@us.ibm.com
2004-08-12 19:14:12 +00:00
steffen.wilberg%web.de 8303ff4530 Bug 255187: Focus lost after closing bookmarks or history w/ kbd. r=mconnor 2004-08-12 09:17:11 +00:00
neil%parkwaycc.co.uk f56d65f8c7 Bug 255253 Can't delete from the addressbook using the menu r/sr=mscott a=asa 2004-08-12 08:11:56 +00:00
bzbarsky%mit.edu a96129cff2 Fix crash regression from style reresolution landing. Bug 255153, r+sr=dbaron,
a=asa
2004-08-12 05:05:05 +00:00
nboyd%atg.com 2268b493bb Prepare release candidate for 1.6R1. 2004-08-12 02:00:09 +00:00
bryner%brianryner.com 26fc84920c file nsPropertyTable.h was initially added on branch FORMS_20040722_BRANCH. 2004-08-11 23:47:11 +00:00
bryner%brianryner.com 14f045ef52 file nsPropertyTable.cpp was initially added on branch FORMS_20040722_BRANCH. 2004-08-11 23:47:10 +00:00
brendan%mozilla.org aeb9aa670c Decompile return from try or catch with finally correctly (255245, r=shaver, a=asa). 2004-08-11 23:05:37 +00:00
vladimir%pobox.com 38b15a79ca b=249669, move dialog in bookmarks has words 'create in' instead of 'move to', patch from gavin_sharp+bugzilla@nospin.org, a=ben 2004-08-11 22:34:41 +00:00
vladimir%pobox.com c17955d7da b=255132, bookmarks.bak doesn't get updated past first write 2004-08-11 22:10:09 +00:00
bienvenu%nventure.com 69d0f70552 fix pop3 get new mail when Inbox.msf file is out of date, r=sspitzer, sr=mscott, a=sspitzer 254947 2004-08-11 21:19:51 +00:00
bryner%brianryner.com c25cd050f3 Make static components support deferred registration to fix bug 254967. Follow-on to bug 123197. r=shaver, a=asa. 2004-08-11 21:14:51 +00:00
smontagu%smontagu.org 7b3ae1bd20 correct erroneous checkin from bug 218528. 2004-08-11 20:29:46 +00:00
bzbarsky%mit.edu 07823d3576 Comment-only spelling fix. a=asa 2004-08-11 19:33:05 +00:00
scott%scott-macgregor.org 44a3417f86 change firefox to thunderbird in the readme file. 2004-08-11 17:19:01 +00:00
scott%scott-macgregor.org d945032b7d Bug #249988 --> Various offline settings are not getting saved from the offline settings dialog.
Add a  new radio button for "Always start up online" which matches our default value for
offline.startup_state. This fixes an issue where this radio control always comes up without an intial
value because we didn't have a radio for that value.

sr=bienvenu
2004-08-11 17:18:11 +00:00
bienvenu%nventure.com 8328e638f7 fix newsblog on lnux, patch by jan varga, r/sr=bienvenu 255195 2004-08-11 15:41:59 +00:00
bugreport%peshkin.net c2aa1d8f98 Bug 244239: Add group-based pronouns to query
r=erik,justdave
a=justdave
2004-08-11 14:00:34 +00:00