Commit Graph

2142 Commits

Author SHA1 Message Date
ben%bengoodger.com
6322c3c4a8 Finish update available page, better network error reporting. 2005-06-26 22:33:59 +00:00
masayuki%d-toybox.com
fd921f7cbd Bug 241282 When choosing an alternative location via "Browse...", the Installer "defaults" to ns_temp subfolder. patch by <jhenry@ccs.neu.edu> r+a=benjamin 2005-06-26 10:54:45 +00:00
ben%bengoodger.com
f2353345fb Start adding some nicer error messages 2005-06-24 23:52:42 +00:00
ben%bengoodger.com
efdb7c74c9 Make the updater properly clean up after previous failed attempts to update, improve logging so that modules can be properly turned on and off for easier debugging, implement automated testing mode 2005-06-24 22:50:39 +00:00
darin%meer.net
739f4f6901 Use XRE_GetBinaryPath to construct the argv[0] of the application to launch
after the updater completes.  This mimics what is done to restart Firefox.
2005-06-24 22:44:09 +00:00
darin%meer.net
965082a6c1 Make sure that we don't leak any file descriptors in the updater, otherwise
Firefox will inherit those file descriptors, and it may leave firefox on
windows unable to remove / cleanup files created by the updater.
2005-06-24 22:11:03 +00:00
doronr%us.ibm.com
eccd3fcc83 Bug 296127 - [Mac] Options button systematically disappears. Patch by rob strong, r=kevin a=bsmedberg 2005-06-24 22:11:02 +00:00
webmail%kmgerich.com
d45e228f5a Remove old printing CSS and images from Winstripe (bug #297992)
Add RTL chevron image to Winstripe (bug # 221824)
a=asa
2005-06-24 21:14:46 +00:00
masayuki%d-toybox.com
f404c612b9 backing-out previous patch. Because patrocles faild to build. 2005-06-24 19:11:41 +00:00
ben%bengoodger.com
c60b60ba61 conditionally read prefs only to prevent js errors 2005-06-24 16:45:37 +00:00
ben%bengoodger.com
60146ef89b conditionally read prefs only to prevent js errors 2005-06-24 16:44:32 +00:00
masayuki%d-toybox.com
3acbae42ae Bug 241282 When choosing an alternative location via "Browse...", the Installer "defaults" to ns_temp subfolder patch by <jhenry@ccs.neu.edu> r+a=benjamin 2005-06-24 15:38:01 +00:00
ben%bengoodger.com
2998ae70b6 Fix logging to be done per Update Service component 2005-06-24 15:32:15 +00:00
masayuki%d-toybox.com
1f93ebdcd5 Bug 259454 IME input (e.g., Chinese, Japanese and Korean) cannot be performed in Find Toolbar when opened with "/" or "'" r=bryner, dbaron, sr=dbaron, a=benjamin 2005-06-24 04:25:43 +00:00
darin%meer.net
d0bed5c733 Link updater.exe with /SUBSYSTEM:WINDOWS to avoid DOS console 2005-06-24 01:27:09 +00:00
darin%meer.net
db991725a9 Support update.manifest with DOS style line endings. 2005-06-24 00:36:33 +00:00
darin%meer.net
5af4da9ba6 Make the updater work when run from a path with spaces in it on Windows. 2005-06-23 23:49:57 +00:00
ben%bengoodger.com
6ae0729177 partial progress 2005-06-23 21:45:06 +00:00
doronr%us.ibm.com
b011da6386 Bug 298524 - Add init() method to richlistbox. r=robstrong,mconnor a=bsmedberg 2005-06-23 20:04:57 +00:00
timeless%mozdev.org
d1105a072d Bug 298530 Incorrect dtd reference in errors.xul,
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-23 18:20:13 +00:00
bsmedberg%covad.net
fab45591e2 Bug 297923 - Make the standalone glue work on mac, and write GRE-finding code which looks for our new XUL framework, and make our new XUL framework. r=jhpedemonte+darin a=chofmann 2005-06-23 16:55:52 +00:00
mkaply%us.ibm.com
2a5c4e7b2c #293404
r=mconnor, a=asa
Misspelling fix from devin - devin's first bug fix - nice job
2005-06-23 13:36:09 +00:00
darin%meer.net
19c5249d72 Make ShowProgressUI return even when the updater UI is not active. 2005-06-23 05:03:26 +00:00
darin%meer.net
2bff37b882 Remove commented out code. 2005-06-23 04:08:14 +00:00
darin%meer.net
1ac5f6abf8 fix win32 bustage 2005-06-23 04:06:17 +00:00
darin%meer.net
91e5d28f6c Pass callback parameters as separate arguments. 2005-06-23 04:04:36 +00:00
darin%meer.net
99b3b6aaf5 Launch Firefox from updater using NSTask instead of system to allow the
updater process to exit.  Otherwise, the user will see the updater icon
in the dock once Firefox launches.  This patch also moves the rest of
the systems away from 'system' to invoke Firefox.
2005-06-23 04:03:40 +00:00
ben%bengoodger.com
548f813992 fix bugs in the downloader panel 2005-06-23 01:52:35 +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
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
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
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
joshmoz%gmail.com
92c165ef92 don't allow resizing of mac update window 2005-06-22 04:08:18 +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
darin%meer.net
3d7e9a1a42 Make sure the updater UI is initially visible to the user. 2005-06-22 01:26:28 +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
b4932db5a2 Many update improvements: making background update work properly. User nagging after user opts to do something later. Rework timer manager so it's less retarded. etc. 2005-06-22 00:59:50 +00:00
joshmoz%gmail.com
279c6972d0 back out attempt to make ShowProgressUI return. it doesn't work right 2005-06-22 00:16:01 +00:00
joshmoz%gmail.com
21f31989b4 make ShowProgressUI return in Mac OS X updater 2005-06-21 23:52:26 +00:00
aaronleventhal%moonset.net
0e192b3393 Bug 281538. Fix new richlistbox widget to expose itself to screen readers and other assistive technologies. r=mconner, a=mkaply 2005-06-21 20:13:56 +00:00
doronr%us.ibm.com
843af9a7d3 Bug 298186 - richlistbox - richlistitem's disabled property is not available except by using getAttribute. r=mconnor a=chofmann 2005-06-21 18:13:01 +00:00
joshmoz%gmail.com
1e8c105ee5 add localization code to the mac updater UI. It won't work until the call to ReadStrings() can succeed, but the code for when that happens is all there. 2005-06-21 08:36:11 +00:00
ben%bengoodger.com
a7acafc4d3 Tidy up finished page some more 2005-06-21 02:04:47 +00:00
ben%bengoodger.com
a3adad8b4f work on improving 'updates found' page 2005-06-20 23:23:45 +00:00
darin%meer.net
c043681487 fixes bug 297862 "Provide an API to restart the application" r=bsmedberg a=asa 2005-06-20 23:18:00 +00:00
scott%scott-macgregor.org
4783dcc79e Add small throbber images to the qute theme. Required by the new update service 2005-06-20 22:39:30 +00:00
ben%bengoodger.com
8ed12a9d8e Make sure we close input streams properly when reading the update files so we don't create lots of active-update.xml files, also use more exception handling to ensure streams are reliably closed. 2005-06-20 22:29:31 +00:00
ben%bengoodger.com
117dedb47d Change wording on background download prompt dialog 2005-06-20 21:26:13 +00:00
ben%bengoodger.com
2558122a2a Make pause and resume work properly across UI sessions, allow the UI to be reopened and show current state of update download... 2005-06-20 20:56:25 +00:00
joshmoz%gmail.com
f09b4a0677 don't allow user to quit out of Mac OS X updater by any means until the patching job is finished 2005-06-20 19:10:19 +00:00
joshmoz%gmail.com
0dacaaecf8 make Mac OS X update UI work. 2005-06-20 18:33:36 +00:00
steffen.wilberg%web.de
3e2958db51 Bug 260054: fix nasty typo. r=mconnor, a=asa 2005-06-20 11:52:01 +00:00
ben%bengoodger.com
9bd1c743ed work on finish page for wizard 2005-06-19 23:43:26 +00:00
ben%bengoodger.com
357ce4b4ef Make downloading page work nicely, remove update manager components for now 2005-06-19 22:42:25 +00:00
bugzilla%arlen.demon.co.uk
87ad4cd4ce Bug 243902 about:plugins includes a link to netscape
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk a=asa
2005-06-19 19:48:21 +00:00
cbiesinger%web.de
05459f44fc bug 289695 use the right free function
patch by Itay Perl <itay.perl@gmail.com> r=bsmedberg a=bsmedberg
2005-06-19 18:09:51 +00:00
joshmoz%gmail.com
b99a072b0a fix bad pointer operator for gcc 4 - why did gcc 3.3 even accept that 2005-06-18 18:02:50 +00:00
mozilla.mano%sent.com
7bc2e3a929 Bug 284776 - Need support in dialog.xml for setting a default button. r=mconnor a=asa. 2005-06-18 10:21:49 +00:00
joshmoz%gmail.com
36347e4da9 Make Mac OS X updater UI actually show up, and center it. The progress bar doesn't update still, but we're closer.l 2005-06-18 05:40:08 +00:00
darin%meer.net
84d4890b64 Generate dist/bin/updater.app 2005-06-18 01:25:35 +00:00
darin%meer.net
65ff9c2568 Adding application bundle for updater. Provided by Josh Aas. 2005-06-18 01:16:26 +00:00
darin%meer.net
ac3e0b9640 Landing part of the progress UI for OSX from Josh Aas and hooking it up to the build. 2005-06-18 00:59:37 +00:00
ben%bengoodger.com
0d5d836aaa make status notification prettier, part 1 of n 2005-06-17 22:55:58 +00:00
darin%meer.net
b99c0dd888 fixes bug 298046 "XRE_PROFILE_TEMP_PATH should be XRE_PROFILE_LOCAL_PATH" r+a=bsmedberg 2005-06-17 21:03:53 +00:00
cls%seawood.org
bef743c3f8 Define _WIN32_IE for mingw builds. Fixing bustage.
Thanks to Sebastian Tusk <bugzilla.20.scyt@spamgourmet.com> for the patch.
Bug #297999 r=cls a=asa
2005-06-17 20:57:56 +00:00
ben%bengoodger.com
9229ea7731 getting update manager to work better 2005-06-17 19:14:35 +00:00
doronr%us.ibm.com
148f27f947 Bug 285584 - Make download & extension manager use accessible XBL widget. r=mconnor,a=bsmedberg 2005-06-17 18:11:02 +00:00
bsmedberg%covad.net
d2edde688d Bug 297570 - Crash in nsMenuFrame when the menu is display: none (seen in "GM" extension), regression from bug 295711 - use visibility: collapse as a workaround for the time being r=mconnor sr=bz 2005-06-17 13:44:07 +00:00
gandalf%firefox.pl
429b6a0f82 Bug 294609: Restore Ctrl+Enter to highlight for the Find Bar; p=gavin.sharp@gmail.com, r=mconnor, a=asa 2005-06-17 04:40:02 +00:00
webmail%kmgerich.com
f857157337 Bug 294479: Add portrait and landscape icons to Winstripe print setup dialog 2005-06-17 02:59:26 +00:00
ben%bengoodger.com
2c2c0be0d0 encode + in update url 2005-06-17 01:23:00 +00:00
ben%bengoodger.com
9a801a6355 add 'no updates found' page. 2005-06-17 01:18:48 +00:00
darin%meer.net
f9aa9a5fab fixes bug 297609 "updater should keep going if a 'Remove' command cannot be completed because the target file does not exist" r=bsmedberg 2005-06-17 00:30:59 +00:00
steffen.wilberg%web.de
683087b90f Bug 260054: add context sensitive Help to the preferences dialog. r=mconnor, a=asa 2005-06-16 22:16:26 +00:00
doronr%us.ibm.com
2e373f4427 Bug 289076 - plugin finder URL should not be localizable. r/a=bsmedberg 2005-06-16 18:24:34 +00:00
peterv%propagandism.org
555cc2a1f9 Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa. 2005-06-16 12:58:13 +00:00
gandalf%firefox.pl
6c3bda1208 Bug 297684: Non-localizable label in Updates wizard: "Finished"; p=stefan_h@hem.utfors.se,r=gandalf,a=bsmedberg 2005-06-16 12:53:43 +00:00
timeless%mozdev.org
e249f32343 Bug 293663 Unable to install themes or extensions manually
patch by rob_strong@exchangecode.com r=mconnor a=asa
2005-06-16 04:28:42 +00:00
timeless%mozdev.org
2f051908b5 Bug 294640 One bad RDF can block the whole FireFox Update mechanism
patch by rob_strong@exchangecode.com r=bsmedberg a=asa
2005-06-16 04:10:02 +00:00
timeless%mozdev.org
51eb8da79a Bug 292619 to-be-installed extension disappears from EM during incompatible update check
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-16 04:06:27 +00:00
timeless%mozdev.org
74936419a6 Bug 291792 "undefined" folder created because installDroppedInFiles doesn't check for return value of getIDForLocation
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-16 04:03:39 +00:00
ben%bengoodger.com
ed8394a54b make pause/resume work properly 2005-06-16 00:02:10 +00:00
bryner%brianryner.com
e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
ben%bengoodger.com
92c55b5616 show progress properly, begin to make pause/resume work 2005-06-15 23:17:53 +00:00
ben%bengoodger.com
b65206ff6c make the downloader work again! 2005-06-15 19:36:32 +00:00
joshmoz%gmail.com
5f890490c2 gcc 4 fixes for Mac OS X. part 2 of landing (last part). Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron 2005-06-15 03:52:48 +00:00
ben%bengoodger.com
d1f1b3f791 fix some errors in update manager UI 2005-06-15 01:01:45 +00:00
jwalden%mit.edu
00acb3a546 Bug 297577 - Update search sentence in welcome.xhtml (searches are automatic now, not Enter-activated). p=stefan_h@hem.utfors.se, r=me, a=asa 2005-06-15 00:11:44 +00:00
ben%bengoodger.com
112fe89ad1 Add code to build UI from the update manager, track state and update name on nsIUpdate 2005-06-15 00:05:31 +00:00
darin%meer.net
780c7fb24b Factor updater.ini parsing out into a separate source module for use under OSX.
Cleanup GTK progress UI somewhat.
2005-06-14 23:09:52 +00:00
darin%meer.net
fded8f1054 Position UI elements in a slightly nicer way, r=sparky 2005-06-14 22:16:01 +00:00
db48x%yahoo.com
e475909d23 bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa
2005-06-14 10:19:34 +00:00
db48x%yahoo.com
f07970c3be bug 292592: Remove unused theme pictures (icon32.png, downloadOptions.png)
patch by Robert Parenton <rparenton@louisianaada.org>, r=kevin, a=shaver
2005-06-14 10:10:00 +00:00
db48x%yahoo.com
a12a79eefd bug 290668: Update button in Extensions window should be disabled when list is empty
patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor, a=asa
2005-06-14 10:03:48 +00:00
db48x%yahoo.com
b0e8cdbebd bug 287792: View Source panel does not have 'Normal Text Size' option in 'View' menu
patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mconnor, a=asa
2005-06-14 09:49:37 +00:00
db48x%yahoo.com
0092617a45 bug 280584: Maybe this part of the autoscroll code could be optimized (mousemove event handler)?
patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor, a=asa
2005-06-14 09:47:24 +00:00
db48x%yahoo.com
9ad5d96c41 bug 263346: find toolbar deforms page with relative-height frames so click on link doesn't always work
patch by Michael Clacker, r=mconnor, a=asa
2005-06-14 09:39:51 +00:00