Commit Graph

51 Commits

Author SHA1 Message Date
steffen.wilberg%web.de
48e274db72 Bug 292496: preferences window grows to double of its normal height in special circumstances. r/a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199828 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-13 19:58:20 +00:00
bent.mozilla%gmail.com
b2999307c7 Bug 331225 - "prefwindow/prefpane does not work in xulrunner". r+a=bsmedberg.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195718 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-29 18:15:10 +00:00
mozilla.mano%sent.com
dbeeffd3e9 Bug 334034 - the attributes of few elements in the preferences binding are under the wrong namespace. patch by Phil Ringnalda <philringnalda@gmail.com>, r+a181=me.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194478 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-16 19:25:01 +00:00
gavin%gavinsharp.com
886628c7f1 Bug 330190: change callers of initEvent on the branch to match the trunk (this param is essentially ignored on the branch), a181=neil
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192315 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 17:05:48 +00:00
gavin%gavinsharp.com
ce4f713ef3 Revert accidental checkin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192309 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 15:01:25 +00:00
gavin%gavinsharp.com
a1a799af46 Fix whitespace and nits to sync branch/trunk, rs=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192308 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 14:57:48 +00:00
gavin%gavinsharp.com
418c6753fd revert accidental checkin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192268 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-13 15:09:08 +00:00
gavin%gavinsharp.com
2f2b1fc5f7 Bug 308068: fix strict warning, simplify index getters, patch by Simon Bünzli <zeniko@gmail.com>, r=doron/mconnor, a181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192267 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-13 15:05:34 +00:00
dbaron%dbaron.org
1b28df7e26 Fix leaks caused by cyclical ownership and XPCOM timers. b=315951 r=mconnor a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191386 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 14:13:43 +00:00
gavin%gavinsharp.com
ed80190c7f Bug 318407: onchange event of preference elements gets called twice, patch by Dave Townsend <mossop@blueprintit.co.uk>, r+branch181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190673 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 13:35:24 +00:00
gerv%gerv.net
d843bf0f26 Bug 236613: change to MPL/LGPL/GPL tri-license. a=caillon.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188846 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 14:41:27 +00:00
gavin%gavinsharp.com
d00b8abd00 Bug 297503: remove useless autoscroll code, patch by Martijn Wargers <martijn.martijn@gmail.com>, r+branch181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188784 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 22:53:47 +00:00
gavin%gavinsharp.com
c5c70685f7 Bug 309041: Changing the proportional font does not update the default font until options are re-opened, patch by Dave Townsend <mossop@blueprintit.co.uk>, r=mano, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187655 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-15 18:58:36 +00:00
timeless%mozdev.org
806285ca00 Bug 310194 Change events can get fired multiple times for preference elements
patch by mossop@blueprintit.co.uk r=mconnor a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181277 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-30 12:24:45 +00:00
timeless%mozdev.org
2322d207c6 Bug 310162 - Changing proxy settings is slow and throws multiple javascript errors
patch by mossop@blueprintit.co.uk r=mconnor a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181276 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-30 12:20:01 +00:00
mconnor%steelgryphon.com
fd9b8c1fa8 bug 309140 - fix help button placement under Unix, r=mano, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180995 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-26 21:56:27 +00:00
mozilla.mano%sent.com
b789614cbc Bug 309015 - zero values don't show up in prefwindow (regression from 303998). r=mconnor, a=mtschrep.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180598 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-19 22:27:00 +00:00
mozilla.mano%sent.com
7e30e0cb81 Bug 308966 - fire preferences change events even if instantApply is turned off. patch from Dave Townsend (Mossop) <mossop@blueprintit.co.uk>, r=mconnor, a=asa.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180511 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-18 18:16:51 +00:00
gavin%gavinsharp.com
92ad935e8d Bug 307412: other dialogs don't open from options dialog when options dialog is opened from startmenu, patch by Dave Townsend <mossop@blueprintit.co.uk>, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180454 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-17 01:25:45 +00:00
mozilla.mano%sent.com
1535e5c105 Bug 303998 - home page location(s) input field scroll doesn't work properly on long URLs. r=mconnor, a=asa.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180331 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-15 23:46:58 +00:00
ben%bengoodger.com
e6903ebab6 289361 - checkbox constructor does something really weird, state handling is not as expected. fix by reverting checkbox.xml to v1.6 behavior, and add special handling to preferences.xml to handle checkboxes and colorpickers having a different state property. r=mconnor, a=brendan
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@178650 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 00:01:30 +00:00
aaronleventhal%moonset.net
7670172c72 Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente
git-svn-id: svn://10.0.0.236/trunk@177505 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 18:15:53 +00:00
mozilla.mano%sent.com
25396236a7 Bug 303307 - [Mac] If a prefpane doesn't have its own title, fallback to the prefwindow title. r+a=mconnor.
git-svn-id: svn://10.0.0.236/trunk@177158 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 06:27:30 +00:00
ben%bengoodger.com
0825866733 299507 - automatic update options dialog contains too much text. revised UI designed by mike beltzner.
also fixes preferences binding to use event names that match the onfoo attributes.


git-svn-id: svn://10.0.0.236/trunk@176955 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-02 05:27:14 +00:00
ben%bengoodger.com
fad6de242d 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
git-svn-id: svn://10.0.0.236/trunk@176650 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-26 23:21:15 +00:00
gavin%gavinsharp.com
424954975e Bug 301837 followup, fix strict warning, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor
git-svn-id: svn://10.0.0.236/trunk@176587 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-26 00:11:45 +00:00
gavin%gavinsharp.com
ba53174c94 Bug 301837 : NaN appears when entering a letter and/or symbol in the history "days" box, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor
git-svn-id: svn://10.0.0.236/trunk@176495 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-24 05:13:34 +00:00
aaronleventhal%moonset.net
b775012887 Bug 301436. Start using official DHTML a11y namespaces. r+sr=jst, a=asa
git-svn-id: svn://10.0.0.236/trunk@176352 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-20 19:34:55 +00:00
mozilla.mano%sent.com
66b1b48925 Bug 286197 - preferences should not close upon hitting enter on Mac OS X. r+a=mconnor.
git-svn-id: svn://10.0.0.236/trunk@176251 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-19 18:13:50 +00:00
mozilla.mano%sent.com
46779ae190 Bug 299580 - Cannot enter 8 or 9 into the history 'days' box. patch from Caleb <bugs.caleb@gmail.com>, r=mconnor, a=shaver.
git-svn-id: svn://10.0.0.236/trunk@175629 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-05 19:42:10 +00:00
mozilla.mano%sent.com
d735c36b87 Bug 297286 (Changing Color breaks 'Set as desktop background') - Fire colorpicker and preferences events in the right context object. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@175593 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-05 05:17:59 +00:00
mozilla.mano%sent.com
eaf1ecd84b Bug 286182 - When instant-apply is on, textfield-widget prefs values aren't being saved during input. r=mconnor, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@175442 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-01 00:46:28 +00:00
mozilla.mano%sent.com
ecda8a7bde Bug 287111 - Change onpreferenceread/onpreferencewrite to onsyncfrompreference/onsynctopreference. r=mconnor/mscott, a=bsmedberg.
git-svn-id: svn://10.0.0.236/trunk@175243 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-28 20:08:56 +00:00
steffen.wilberg%web.de
eb7ef75064 Bug 260054: fix nasty typo. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174845 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 11:52:01 +00:00
steffen.wilberg%web.de
0f6f46896f Bug 260054: add context sensitive Help to the preferences dialog. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174732 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 22:16:26 +00:00
db48x%yahoo.com
3925837bec bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa


git-svn-id: svn://10.0.0.236/trunk@174557 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 10:19:34 +00:00
timeless%mozdev.org
bf32d05d8d Bug 285513 Selected options pane fails to persist if the last selected pane no longer exists
patch by dave.townsend@blueprintit.co.uk r=mconnor a=shaver


git-svn-id: svn://10.0.0.236/trunk@174371 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:02:16 +00:00
timeless%mozdev.org
7185386a9e Bug 293755 "image" attribute on prefpane element doesn't work (typo)
patch by twanno@lycos.nl r=mconnor a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174331 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 00:34:45 +00:00
steffen.wilberg%web.de
ca0cb7e6fa Bug 284081: When software install (xpinstall.enabled) is disabled, clicking 'Edit Options' on the message bar opens an empty window. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172835 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:49:46 +00:00
aaronleventhal%moonset.net
209131954d Bug 286145. Expose preference categories as in a list, not a radio group. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171548 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 01:53:13 +00:00
joshmoz%gmail.com
02189ad997 don't let preferences dialog get progressively shorter when rapidly switching between panes on Mac OS X with animation. patch by Asaf Romano. b=283713 r=joshmoz sr=mconnor
git-svn-id: svn://10.0.0.236/trunk@171278 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 20:50:23 +00:00
mozilla.mano%sent.com
9898e29fb6 Bug 286910 - Buttons order is wrong in preferences sub-dialogs (on *nix/mac). r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171050 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 10:51:09 +00:00
joshmoz%gmail.com
5c8f53b170 fix Mac OS X preferences animation/fading to be more in line with aqua specs. b=285904 r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170970 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 04:45:03 +00:00
aaronleventhal%moonset.net
6472433ae9 Bug 286079. Tabindex broken in XUL. r=vlad, sr=neil
git-svn-id: svn://10.0.0.236/trunk@170658 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 22:25:04 +00:00
marco%gnome.org
6214ba5f6c Bug 233461 Add button icons on the new preferences dialog
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@170277 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 09:53:07 +00:00
mozilla.mano%sent.com
7efa40f536 Bug 283660 - The new preferences window can't be closed on OS X (and doesn't have a collapse toolbar button) r=ben
git-svn-id: svn://10.0.0.236/trunk@170131 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:13:37 +00:00
ben%bengoodger.com
8613c5e2d4 284084 - setting "ask before sanitizing" and "sanitize on shutdown" opens a broken sanitize window on shutdown.
git-svn-id: svn://10.0.0.236/trunk@170076 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 05:27:19 +00:00
ben%bengoodger.com
0faadf38fd 283988 - javascript annoyances options checkbox does not work properly
git-svn-id: svn://10.0.0.236/trunk@169979 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 08:47:29 +00:00
ben%bengoodger.com
4e459350d2 283639 - sanitize does not work when confirm dialog is shown, also correct licenses
git-svn-id: svn://10.0.0.236/trunk@169925 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 06:39:44 +00:00
ben%bengoodger.com
81e38f41a7 283610 - load tabs in background checkbox is inverted
git-svn-id: svn://10.0.0.236/trunk@169923 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 06:13:43 +00:00