aaronleventhal%moonset.net
1b076301c4
Bug 304484. Expose alerts, prompts and message boxes as ROLE_ALERT so screen readers have a cue to speak the entire dialog when it appears. r=mconnor, a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177965 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-17 17:24:38 +00:00
gavin%gavinsharp.com
a03c8b171a
Bug 243324: Download manager fails to close with files that download very quickly (small files / cached files), patch by Ben Basson <cusser.bugs@cusser.net>, r=mconnor, a=asa
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177832 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 12:10:38 +00:00
gavin%gavinsharp.com
594eaadf17
Bug 255116: Pressing Home or Shift+Home should close the autocomplete dropdown, patch by Jesse Ruderman <jruderman@gmail.com>, r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@177634 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-12 03:41:14 +00:00
darin%meer.net
3a708b6002
fixes bug 303978 "Expose User/PassFieldName values for password entries" r=bryner a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@177589 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 20:07:41 +00:00
mozilla.mano%sent.com
b05cbf0f7b
Bug 266368 - Find bar is disabled when closed with 'match case' focused. r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@177521 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 22:22:35 +00:00
roc+%cs.cmu.edu
a4e5443b20
Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there.
...
git-svn-id: svn://10.0.0.236/trunk@177512 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 20:21:44 +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
jwalden%mit.edu
d902c20663
Remove a completely unused function, as determined by < http://lxr.mozilla.org/mozilla/search?string=findparentnode >. No bug, r+a=mconnor over IRC.
...
git-svn-id: svn://10.0.0.236/trunk@177407 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 03:22:33 +00:00
aaronleventhal%moonset.net
612986ef10
Bug 302402. Some XUL links opening twice. r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@177169 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 16:11:10 +00:00
aaronleventhal%moonset.net
390f428c27
Bug 302646. Fix accessibility problems in printing dialogs. r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@177168 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 15:53:24 +00:00
mozilla.mano%sent.com
c87f51779c
Bug 303555 - fix wrong new enitity name from bug 302164. r+a=mconnor.
...
git-svn-id: svn://10.0.0.236/trunk@177163 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 14:52:14 +00:00
mozilla.mano%sent.com
9558228955
Bug 302164 - Imporvements to text and button labels in the 'Remember Password' dialog. r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@177117 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 19:39:33 +00:00
aaronleventhal%moonset.net
4cfc851496
Bug 281932. Fix a11y problems in print preview. Also create tabbable <toolbarbutton>s via toolbar button class=tabbable. r=mconnor, a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@176894 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-31 15:34:57 +00:00
bsmedberg%covad.net
be9189c2fb
Additional xulrunner-specific bustage fixup from bug 295482
...
git-svn-id: svn://10.0.0.236/trunk@176711 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 22:48:15 +00:00
bsmedberg%covad.net
da12f9887c
Bustage fix for dougt, bug 295482
...
git-svn-id: svn://10.0.0.236/trunk@176708 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 21:46:39 +00:00
dougt%meer.net
54f4b5b76f
* This moves most of the configuration options of minimo into configure.in.
...
* This makes minimo use the same toolkit that ff uses.
* This makes toolkit build on WINCE. (makefile love only)
* This moves all default configuration options above where we enable
applications in configure.in
Build only changes.
r=bsmedberg
a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@176702 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 20:42:44 +00:00
rbs%maths.uq.edu.au
6fb7f369e3
Prevent View Selection Source from triggering the crasher bug 252970, r+sr=bz, a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@176664 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 07:51:52 +00:00
jwalden%mit.edu
155b1ba342
Bug 268776 - Help Viewer uses browser chrome. r=kmgerich, a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@176659 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 02:51:56 +00:00
jwalden%mit.edu
bfbbc6296a
Bug 296012 - Support an optional nc:platform attribute on items in Help content pack trees. r=shaver, a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@176653 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 00:45:43 +00:00
aaronleventhal%moonset.net
d13d1063b1
Bug 302111. Fix regression for broken back and forward buttons in help, r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@176646 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-26 22:27:29 +00:00
aaronleventhal%moonset.net
e0de08bd63
Bug 301398. Another round of link fixes. Now we're down to 2 link implementations. r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@176547 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-25 19:23:12 +00:00
masayuki%d-toybox.com
51ec460e53
Bug 296720 Can't get to links using FastFind (Ctrl+F) r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@176534 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-25 17:46:00 +00:00
gavin%gavinsharp.com
f4c9c5424b
Bug 191642 : Lots of missing keyboard accelerators in Options window, patch by Bryan <BoxerBoi76@hotmail.com> and me, r+a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@176513 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-25 04:42:13 +00:00
bsmedberg%covad.net
05e47dfc33
Bug 301385 - command line flag for help (-h) doesn't work, and static EnumHelp unused, r=darin a=shaver
...
git-svn-id: svn://10.0.0.236/trunk@176460 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-22 20:05:41 +00:00
aaronleventhal%moonset.net
3e18f387ef
Bug 301318. Fix initial focus in help and remove unnecessary throbber code. r=mconnor, a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@176307 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-20 03:55:24 +00:00
mozilla.mano%sent.com
3cb4cbbcfe
Bug 278377 - add 'window' and 'help' menus to View Source windows. r=mconnor, a=bsmedberg.
...
git-svn-id: svn://10.0.0.236/trunk@176299 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-20 00:00:55 +00:00
neil%parkwaycc.co.uk
963947710c
Bug 147058 regressed bug 126726 b=299555 p=martijn wargers r+sr=me a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@176255 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-19 20:43:24 +00:00
gavin%gavinsharp.com
61678da5a4
Bug 300963: about:config allows creation of prefs with no name, r+sr=Neil, a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@176254 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-19 20:37:26 +00:00
bzbarsky%mit.edu
6b2d4870c3
More uses of EmptyC?String(). Bug 232691, patch by Charles Fenwick
...
<clf03f@garnet.acns.fsu.edu >, r+sr=bzbarsky, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@176154 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 21:41:47 +00:00
mozilla.mano%sent.com
0d58c430b9
Bug 299480 - neterror.xhtml startup document isn't RTL in RTL locales. r+a=bsmedberg, sr+bzbarksky
...
git-svn-id: svn://10.0.0.236/trunk@176114 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-14 22:52:11 +00:00
rbs%maths.uq.edu.au
045f1eee78
Give the View Selection Source window a proper name, b=236465, r=mconnor, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@176057 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-13 21:32:48 +00:00
masayuki%d-toybox.com
2644272368
Bug 298658 When Enter key is pressed in FAYT mode, we should close find toolbar r=bryner, a=mconnor
...
git-svn-id: svn://10.0.0.236/trunk@175994 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-13 16:27:27 +00:00
mconnor%steelgryphon.com
45fbfdc5f7
bug 300039 - crash in download manager, r=bsmedberg, a=chase
...
git-svn-id: svn://10.0.0.236/trunk@175846 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-08 19:11:56 +00:00
cst%andrew.cmu.edu
a07258512d
Bug 263532 "Remember logon" dialog box should have "No" as default
...
(Firefox version of bug 121443)
Patch by ajschult, r=bryner, a=asa
git-svn-id: svn://10.0.0.236/trunk@175806 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-08 01:22:05 +00:00
mozilla.mano%sent.com
d4fa29338b
Bug 296275 - forward button history throws error. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@175776 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-07 19:30:09 +00:00
mconnor%steelgryphon.com
7d8ae217a2
bug 251625 - take two, r+a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@175765 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-07 17:45:47 +00:00
mconnor%steelgryphon.com
54794b4d7a
bug 295817 - Rework help viewer UI, r=vlad, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@175763 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-07 17:39:59 +00:00
cbiesinger%web.de
ca603609b9
more bustage fixing
...
git-svn-id: svn://10.0.0.236/trunk@175723 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-06 23:32:10 +00:00
cbiesinger%web.de
c47d88db1c
fixing firefox bustage
...
git-svn-id: svn://10.0.0.236/trunk@175721 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-06 23:22:27 +00:00
cbiesinger%web.de
dd25bcee0f
Bug 298842 make the temp file part of nsITransfer
...
r=mconnor sr=darin a=shaver
git-svn-id: svn://10.0.0.236/trunk@175720 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-06 23:12:22 +00:00
mozilla.mano%sent.com
b9b3590620
Bug 299396 - FAYT doesn't work in non-browser windows (help, view source). r=mconnor, a=cbread
...
git-svn-id: svn://10.0.0.236/trunk@175500 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-01 21:50:16 +00:00
bryner%brianryner.com
3f29872a45
Fix typeahead find when fastback is turned on by checking that the pres shell is attached to a window before using it. Clean up some warnings as well. Bug 298622, r+sr=dbaron, a=chase.
...
git-svn-id: svn://10.0.0.236/trunk@175191 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-28 01:02:03 +00:00
masayuki%d-toybox.com
8aa406a962
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
...
git-svn-id: svn://10.0.0.236/trunk@175081 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 04:25:43 +00:00
ben%bengoodger.com
87da27096f
partial progress
...
git-svn-id: svn://10.0.0.236/trunk@175062 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 21:45:06 +00:00
mozilla.mano%sent.com
1f8536f99e
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.
...
git-svn-id: svn://10.0.0.236/trunk@175016 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 20:17:25 +00:00
mconnor%steelgryphon.com
3752b9d0a3
bug 251625 - .part files not removed when cancelling download. r=bsmedberg, a=chofmann
...
git-svn-id: svn://10.0.0.236/trunk@175009 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 17:12:14 +00:00
darin%meer.net
a1f611051b
fixes bug 297862 "Provide an API to restart the application" r=bsmedberg a=asa
...
git-svn-id: svn://10.0.0.236/trunk@174895 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:18:00 +00:00
cbiesinger%web.de
96b0bb1a66
bug 289695 use the right free function
...
patch by Itay Perl <itay.perl@gmail.com > r=bsmedberg a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174827 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 18:09:51 +00:00
gandalf%firefox.pl
af3c4b8b71
Bug 294609: Restore Ctrl+Enter to highlight for the Find Bar; p=gavin.sharp@gmail.com, r=mconnor, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@174760 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 04:40:02 +00:00
peterv%propagandism.org
1670106ec8
Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@174702 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 12:58:13 +00:00