ben%bengoodger.com
e818f83e0d
302062 comprehensive log of updates - normalizes the names used by the client for the |type| field on the update object to use the same values sent by AUS in the response xml, makes the update object correctly serialize the buildID property, and makes sure the right Update object is added to the Update Manager so that multiple entries can show up. r=darin, a=asa
2005-09-26 22:15:32 +00:00
mozilla.mano%sent.com
f44148c9db
Bug 308114 - [Mac] No keyboard shortcut for 'Highlight All'. r=mconnor.
2005-09-17 23:07:40 +00:00
bzbarsky%mit.edu
b8cfbfc86a
Add context menu "copy" option to help. Bug 298950, patch by Martijn Wargers
...
<martijn.martijn@gmail.com>, r=mconnor
2005-09-16 20:08:23 +00:00
rob_strong%exchangecode.com
921ed8e91e
Bug 307654 - Scrollbars in Extension Manager are not displayed with the default 1.0.x EM width. r=mconnor
2005-09-13 18:36:38 +00:00
joshmoz%gmail.com
4d70ce72aa
make app update window on Mac big enough to fit everything. b=307436 r=mano sr=ben
2005-09-08 17:13:45 +00:00
rob_strong%exchangecode.com
0c8b33abd6
Remove Theme ->Show Item Contents (including strings) from extension and theme managers. Bug 306182 Theme ->Show Item Contents throws exception (in [nsILocalFile.reveal]). r=bsmedberg, a=asa
2005-09-01 20:48:14 +00:00
mozilla.mano%sent.com
ace0aa7504
Bug 302165 - add accesskeys to the 'Remember Password' dialog. r=vladimir.
2005-08-29 22:17:37 +00:00
dougt%meer.net
7c0ee6b9d3
Bug 302284. add xpi hash support to InstallTrigger.install(). r=dveditz, sr=shaver, a=asa
2005-08-26 06:46:21 +00:00
scott%scott-macgregor.org
a3e6c3f95b
Bug #303751 --> Thunderbird's Incompatible Items dialogue contains irrelevant text about web browsing. Make
...
the string generic for thunderbird and firefox.
sr=ben
2005-08-25 23:43:06 +00:00
cmp%mozilla.org
9dd7889eb0
Implement update service channels. Bug 302721, attachment 192129. Patch
...
by Darin Fisher <darin@meer.net>. r=benjamin@smedbergs.us
2005-08-25 02:16:35 +00:00
bsmedberg%covad.net
c0f83d0594
Bug 305759 - Compare .inc files - patch by Soeren Munk Skroeder <sskroeder@skroeder.dk> - r=me
2005-08-24 15:02:24 +00:00
gavin%gavinsharp.com
6161a47159
Bug 299085: EM should handle install errors instead of just throwing to xpinstall, patch by Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg
2005-08-10 12:56:30 +00:00
mconnor%steelgryphon.com
aab4703ebf
bug 299424 - disable common annoyances pref UI is too vague, r=vlad, a=asa
2005-08-10 05:50:54 +00:00
gavin%gavinsharp.com
b861077cd6
Bug 301955 : Add entities for changing DM height and width, patch by Pavel Franc - Pawell (Czilla.cz) <p.franc@gmail.com>, r+a=bsmedberg
2005-08-07 09:02:11 +00:00
mozilla.mano%sent.com
bf7bbf98c2
Bug 303555 - fix wrong new enitity name from bug 302164. r+a=mconnor.
2005-08-05 14:52:14 +00:00
mozilla.mano%sent.com
42ea3948cd
Bug 302164 - Imporvements to text and button labels in the 'Remember Password' dialog. r+a=mconnor
2005-08-04 19:39:33 +00:00
ben%bengoodger.com
1677b353ab
show update full name (including build id) in the update history window
2005-08-03 20:31:27 +00:00
ben%bengoodger.com
49a1b247ef
300925 - "Close" button should read "Hide" for less confusion, r=darin
...
301622 - Browser should only report legitimate security updates as important security updates with scary text, not nightlies. r=darin
2005-08-03 20:22:47 +00:00
gavin%gavinsharp.com
1fa9c0c81b
Bug 302466 : Context menu of an Extension in EM should say "Find Update" instead of "Find Updates", patch by Jaime Mitchell <bugzilla@jaimem.org.uk>, r=rob_strong, a=bsmedberg
2005-08-02 11:57:29 +00:00
aaronleventhal%moonset.net
73c6837503
Bug 281932. Fix a11y problems in print preview. Also create tabbable <toolbarbutton>s via toolbar button class=tabbable. r=mconnor, a=mconnor
2005-07-31 15:34:57 +00:00
bsmedberg%covad.net
3d7a68959b
Bug 302039 - Locked profile dialog needs a better message, r=mconnor+beltzner, a=asa
2005-07-29 15:54:34 +00:00
ben%bengoodger.com
ddf2fbc62a
UI for software update needs to be revised - several CSS and window open flag fixes for various aspects of software update UI (menu, preferences, wizard) to make it look better on OS X. Not quite done yet. r=darin
2005-07-26 23:21:15 +00:00
aaronleventhal%moonset.net
e95bfdbb40
Bug 301742. Customize char encoding dialog. r+a=mconnor
2005-07-26 22:17:10 +00:00
gavin%gavinsharp.com
76c3a08472
Bug 300895: EM: "will be installed the next time you restart Firefox" needs grammar check, patch by Tim Meader <tmeader@gmail.com>, r+a=mconnor
2005-07-26 03:59:23 +00:00
bugzilla%arlen.demon.co.uk
6a5e6ef55f
Bug 264750 Updating disabled extensions re-enables them
...
p=rob_strong@exchangecode.com r/a=benjamin
2005-07-25 23:27:38 +00:00
ben%bengoodger.com
81f0156359
299740 - Changes to update wizard text 'For more general information about this update, Click here' to 'View more information about this update' - text by deb richardson
2005-07-25 22:13:08 +00:00
ben%bengoodger.com
f26e452469
296566: move extension update into extension manager. 1) add background update timer to check for updates to extensions on a regular basis 2) replace observer service notifications with a new interface nsIAddonUpdateCheckListener 3) rename nsIExtensionDownloadListener to nsIAddonUpdateListener 4) show extension update inline in the extension manager 5) update all UI clients to interfaces in 2 and 3 including mismatch UI etc. 6) remove unnecessary files r=rob_strong@exchangecode.com
2005-07-25 17:29:18 +00:00
gavin%gavinsharp.com
6e600fffd2
Bug 191642 : Lots of missing keyboard accelerators in Options window, patch by Bryan <BoxerBoi76@hotmail.com> and me, r+a=mconnor
2005-07-25 04:42:13 +00:00
masayuki%d-toybox.com
15165f0770
Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor
2005-07-20 08:40:13 +00:00
timeless%mozdev.org
b18f5dca93
Bug 300356 Extension/Theme Manager windows default size should be editable by l10n-teams (p1 of 10)
...
patch by AlexIhrig@thunderbird-mail.de r=bsmedberg a=asa
2005-07-17 20:10:13 +00:00
mozilla.mano%sent.com
98c13f8a2e
Bug 298498 - Allow extension XPIs to ship multiple independent extensions. patch from Robert Strong <rob_strong@exchangecode.com>, r=bsmedberg, a=asa.
2005-07-15 10:08:17 +00:00
mozilla.mano%sent.com
bf547497d9
Bug 299480 - neterror.xhtml startup document isn't RTL in RTL locales. r+a=bsmedberg, sr+bzbarksky
2005-07-14 22:52:11 +00:00
rbs%maths.uq.edu.au
9399f742e7
Give the View Selection Source window a proper name, b=236465, r=mconnor, a=asa
2005-07-13 21:32:48 +00:00
steffen.wilberg%web.de
fda4bfd03f
Bug 299974: adjust Help docs to the new Help Viewer. r=jeff, a=asa
2005-07-09 07:03:53 +00:00
mconnor%steelgryphon.com
15bc82525e
bug 295817 - Rework help viewer UI, r=vlad, a=asa
2005-07-07 17:39:59 +00:00
ben%bengoodger.com
e6fe17cef7
299868 - 3 issues for swu for dpa2: wizard UI in weird state (make sure dialog buttons inited correctly for each page), partial download cleared out on restart, restart now button should be labeled Restart <appname> Now
...
r=darin a=bsmedberg
2005-07-07 05:49:53 +00:00
ben%bengoodger.com
5f0359fa0a
make install notification work on subsequent start after install - not done yet
2005-06-30 01:35:45 +00:00
scott%scott-macgregor.org
d05170a60a
Bug #269483 --> more thunderbird smart update work.
...
Moving update.xul/js/dtd from mozilla/browser/preferences to mozapp/preferences so we can all
share from them. a=ben on moving these files / the toolkit changes
2005-06-29 21:07:04 +00:00
ben%bengoodger.com
82d50f4e1f
Unify update download/checking error generation and reporting, more work on update history view, fix various polish bugs in downloading page, etc.
2005-06-28 03:27:42 +00:00
ben%bengoodger.com
57508d188f
Add update history list UI
2005-06-27 01:18:10 +00:00
ben%bengoodger.com
6322c3c4a8
Finish update available page, better network error reporting.
2005-06-26 22:33:59 +00:00
ben%bengoodger.com
f2353345fb
Start adding some nicer error messages
2005-06-24 23:52:42 +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
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
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
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
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