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

143326 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com 548f813992 fix bugs in the downloader panel 2005-06-23 01:52:35 +00:00
cltbld 112a7dfe6c Automated update from host egg 2005-06-23 01:16:05 +00:00
mozilla.mano%sent.com ae5f292d00 Bug 298430 - drop support for Mac OS X 10.1. Second part: configure.in changes to block running on 10.1. r=josh a=shaver 2005-06-23 01:11:33 +00:00
bsmedberg%covad.net 4e2f2ba5b5 Bug 295729 - Null-check for nsContentUtils shutdown to avoid a crash during shutdown, r+sr=jst a=drivers 2005-06-23 01:05:38 +00:00
mozilla.mano%sent.com 520fa9a44e Bug 298430 - drop support for Mac OS X 10.1. First part: code cleanup. r=josh, sr=darin, a=shaver 2005-06-23 00:59:03 +00:00
cltbld 41a6e68950 Change update-staging to aus-staging.mozilla.org. Change ~ to $ENV{HOME}.
(chase)
2005-06-23 00:32:58 +00:00
roc+%cs.cmu.edu 17da1f0409 Backing out fix for bug 296838 to see how it's hurting Tp 2005-06-23 00:17:45 +00:00
wtchang%redhat.com eed8423d9e Bugzilla bug 298462: removed unused definition of the _PRSockOptVal_t
macro.  The patch is contributed by Patrick Welche <pw-fb@newn.cam.ac.uk>.
r=wtc.
2005-06-23 00:13:04 +00:00
cltbld fbe2b54a84 Surmise the update mar filename based on the names of mar files the build
system creates. (chase)
2005-06-23 00:08:42 +00:00
darin%meer.net 9214c40bc9 Change name of full update files from update.mar to $(PKG_BASENAME).mar, r=chase 2005-06-22 23:52:41 +00:00
bryner%brianryner.com 8d9c63bf34 Add a root for mJSObj earlier in WindowStateHolder's ctor to prevent possible gc while traversing child docshells. Bug 298459, r+a=brendan. 2005-06-22 22:03:38 +00:00
sergei_d%fi.tartu.ee 2322e0c2be Bug 298171 Adjusting mouse mask handling, avoiding extra validation with proper view transparency color, cleaning header. r=sergei_d a=asa. BeOS-only changes 2005-06-22 21:44:00 +00:00
dveditz%cruzio.com 5b4909b8f2 bug 298054: fix xpinstall eval() crash. Thanks to shutdown and Mnyromyr for pointing out the flaw and the patch, r=timeless, sr=dveditz, a=dveditz 2005-06-22 21:37:25 +00:00
darin%meer.net 68b38a0055 We need to eliminate symlinks in the resulting application bundle since
FSCopyObject skips over symlinks, which would cause nsUpdateDriver.cpp
to fail to copy the complete updater bundle.
2005-06-22 20:52:53 +00:00
darin%meer.net 6a30b4829a Make nsUpdateDriver.cpp work on Mac OSX. 2005-06-22 20:51:27 +00:00
doronr%us.ibm.com 8941f37a65 Bug 298140 - Extension Manager regressions. patch by rob strong, r/a=bsmedberg 2005-06-22 20:29:45 +00:00
mozilla.mano%sent.com 5c48683e3e Bug 264562 - Disable FAYT on about:blank / about:config. patch from Michael Clackler <mikeclackler@hotmail.com> and Jaime Mitchell <bugzilla@jaimem.org.uk>, r=mconnor, a=asa. 2005-06-22 20:17:25 +00:00
vladimir%pobox.com 464b16c790 b=298353,298367,298335 need to make calendar views shrinkable, add context menu support to views, fix bug with last day not being queried correctly in views. r=vladimir 2005-06-22 19:41:12 +00:00
db48x%yahoo.com cb7a6636f9 bug 291375: toolkit: javascript strict warning in tabbrowser.xml - redeclaration of var reallyClose
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=bsmedberg, a=bsmedberg
2005-06-22 19:07:36 +00:00
scott%scott-macgregor.org f895d1b674 Bug #289197 --> When opening offline settings, we should bring up the options dialog, select the advanced
pane and then select the offline settings tab in that pane.
2005-06-22 18:16:28 +00:00
cltbld 82535db879 Add build ID to the information contained in the snippet and sent to AUS.
(chase)
2005-06-22 17:50:30 +00:00
shaver%mozilla.org 3184f80479 Bug 298357: maintain style rules to set the colour of entries (foreground, for
month view) based on the user's preferences. r=vlad.
2005-06-22 17:20:42 +00:00
shaver%mozilla.org 47544c7bfd Select correct theme, in preparation for building from base/jar.mn 2005-06-22 17:17:52 +00:00
mconnor%steelgryphon.com 62da1d290d bug 251625 - .part files not removed when cancelling download. r=bsmedberg, a=chofmann 2005-06-22 17:12:14 +00:00
shaver%mozilla.org 2cdc4a0b63 remove unused remnant 2005-06-22 17:10:26 +00:00
shaver%mozilla.org 9bd1437b72 Bug 298357: maintain style rules to set the colour of entries (foreground, for
month view) based on the user's preferences. r=vlad.
2005-06-22 17:02:23 +00:00
shaver%mozilla.org c315445ee3 Bug 298357: set the item's calendar's URI as an attribute so that we can
style the bejeezus out of it based on the user's calendar prefs. r=vlad.
2005-06-22 16:59:03 +00:00
kairo%kairo.at 79dea12072 bug 121443 - Default Button for Save Password Dialog should be "No", p=ajschult@verizon.net r+sr=Neil a=asa 2005-06-22 16:07:59 +00:00
cltbld bb32683448 Automated update from host egg 2005-06-22 16:06:15 +00:00
kairo%kairo.at 9606a3bfb4 bug 297257 - include reporter in suite, p=ajschult@verizon.net r=bsmedberg sr=Neil a=chofmann 2005-06-22 16:01:08 +00:00
cls%seawood.org fa9b3fbffb Use HOST_EXTRA_LIBS for linking HOST_PROGRAMS.
Do not define WinMain() for gcc builds.
Bug #298417 r=bsmedberg a=chofmann
2005-06-22 15:55:32 +00:00
dougt%meer.net 0d50a390c3 Remving toolkit components from our link. I am not actually sure why i enabled them here... hmm. NPODB 2005-06-22 15:46:09 +00:00
gandalf%firefox.pl 2d70e7df54 Bug 266456: "Gecko" hardcoded in credits.xhtml; p=p.franc@gmail.com,r=me,a=bsmedberg 2005-06-22 13:52:42 +00:00
neil%parkwaycc.co.uk fa816db9cc Trying to fix bug 297155 without hurting Tp so much r+sr=jag a=asa 2005-06-22 11:03:11 +00:00
cltbld 487235c2d6 Automated update from host egg 2005-06-22 05:36:05 +00:00
cls%seawood.org 9990fe650a Remove midl version check.
Bug #298260 r,a=bsmedberg
2005-06-22 05:26:15 +00:00
dougt%meer.net 8d0462c2aa createDC can accept a null init data. We need to handle this or crash. 2005-06-22 05:18:46 +00:00
joshmoz%gmail.com 92c165ef92 don't allow resizing of mac update window 2005-06-22 04:08:18 +00:00
cltbld 67d840fe93 Use the expected hash value for the update info. 2005-06-22 02:43:28 +00:00
cltbld 81790bb55c Package update.mar and inform auslite about the new file. Bug 297960,
attachment 186982. (chase)
2005-06-22 02:36:09 +00:00
cmp%mozilla.org fadb423a16 Build the MAR file by packaging dist/$(MOZ_PKG_APPNAME) instead of dist/bin
as that location has been tailored to for distribution.  a=asa
2005-06-22 02:17:13 +00:00
jst%mozilla.jstenback.com f3ed62af01 Fixing bug 296704. Make re-dispatching of events work as expected. r=dveditz@cruzio.com, sr=bryner@brianryner.com, a=dveditz@cruzio.com 2005-06-22 01:53:58 +00:00
darin%meer.net 1e46958622 Make the updater window a bit wider to accommodate localized text. 2005-06-22 01:48:54 +00:00
roc+%cs.cmu.edu 613c2ee10c Restoring fix for bug 295571 2005-06-22 01:38:49 +00:00
darin%meer.net 3d7e9a1a42 Make sure the updater UI is initially visible to the user. 2005-06-22 01:26:28 +00:00
jst%mozilla.jstenback.com 307ca96a14 Fixing bug 284245. Make midas work in an iframe across re-framing of the iframe. r+sr=dbaron@mozilla.org, a=asa@mozilla.org 2005-06-22 01:25:41 +00:00
timeless%mozdev.org f7d0172012 Bug 252405 proxy settings import doesn't strip http:// if present in IE
patch by ted.mielczarek@gmail.com r=mconnor a=asa
2005-06-22 01:18:40 +00:00
darin%meer.net 9b0cd07584 Make ShowProgressUI return when QuitProgressUI is called instead of terminating
the updater process.
2005-06-22 01:06:41 +00:00
ben%bengoodger.com f4e745ab8e default background checking to OFF for now 2005-06-22 01:00:56 +00:00
ben%bengoodger.com ffe3de55a8 undo oops 2005-06-22 01:00:09 +00:00