Commit Graph

870 Commits

Author SHA1 Message Date
sspitzer%mozilla.org
7cebef9d18 fix for bug #318168, tab browsing improvements such as:
1)  when we have "too many" tabs in a window, allow the user to scroll through
the tabs.

2)  add events for when adding and removing tabs

initial patch by mconnor.  final patch r=mconnor


git-svn-id: svn://10.0.0.236/trunk@200967 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 22:35:08 +00:00
martijn.martijn%gmail.com
49ffe5f4d5 Bug 312930 - rich text editor doesn't have context menu items for cut/copy/paste/spellcheck, r=brettw
git-svn-id: svn://10.0.0.236/trunk@200487 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-21 00:44:20 +00:00
gavin%gavinsharp.com
1be9aa4728 Bug 327101: Ctrl+Left should close autocomplete, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@200408 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-20 04:44:26 +00:00
bryner%brianryner.com
268c29ba39 Close the autocomplete popup if a context menu is opened (bug 296526), patch by martijn, r=me
git-svn-id: svn://10.0.0.236/trunk@200345 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-19 19:55:33 +00:00
brettw%gmail.com
7010948430 Bug 335291 r+sr=bz Make trunk popup events safer
git-svn-id: svn://10.0.0.236/trunk@200320 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-19 16:54:53 +00:00
gavin%gavinsharp.com
a919f5f05b Bug 296383: valueFromPreferences should report unknown pref types (eg 'char') to JS Console, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@200206 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-17 21:24:48 +00:00
gavin%gavinsharp.com
2ede1b93a5 Bug 317641: Double-Clicking on empty space below tree causes an error, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=enndeakin
git-svn-id: svn://10.0.0.236/trunk@200205 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-17 21:23:49 +00:00
gavin%gavinsharp.com
2d1f41642a Bug 341309: fix crash caused by the autocomplete popup setting bogus maxRows values, r=jhughes+mconnor
git-svn-id: svn://10.0.0.236/trunk@200085 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-16 01:50:30 +00:00
jwalden%mit.edu
ffccdd0af3 Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano
git-svn-id: svn://10.0.0.236/trunk@200019 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 18:57:22 +00:00
Olli.Pettay%helsinki.fi
8c70388852 Bug 339659, Make .eventPhase to work with event retargeting, r=bz+enndeakin, sr=bz
git-svn-id: svn://10.0.0.236/trunk@200002 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 17:45:22 +00:00
joe%retrovirus.com
257fc70baf Fixes autocomplete so that it no longer resets the maxRows to 6 after
first popup display, regardless of the value of the maxrows attribute on the
textbox.

bug=340572
r=gavin
sr/branch=mconnor


git-svn-id: svn://10.0.0.236/trunk@199721 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 17:49:06 +00:00
jminta%gmail.com
03619ab646 Bug 287677 dropping unknown scheme on a tab produces 2 errors, rather than 1, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@199716 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 17:23:30 +00:00
sspitzer%mozilla.org
c5b6a958e7 fix for bug #340547. error in tabbrowser.xml cause by a leak fix. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@199648 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-10 00:08:42 +00:00
sspitzer%mozilla.org
4ec2a3aa66 fix for bug #315167. purple tab arrow flashes if cursor is put on it. stole this fix from jag's fix for the suite. r=mconnor
VS: ----------------------------------------------------------------------


git-svn-id: svn://10.0.0.236/trunk@199569 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-09 02:00:26 +00:00
gavin%gavinsharp.com
8661116188 Bug 314386: Tabbing or arrowing in an autocomplete popup ignores entry position at mouse pointer, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@199517 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-08 17:50:03 +00:00
steffen.wilberg%web.de
b0b268be43 Bug 292496: Preferences window grows to double of its normal height in special circumstances. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@199468 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-07 23:22:17 +00:00
masayuki%d-toybox.com
2b336a00b1 Bug 340131 Takes two clicks to go to pasted URL r=mconnor
git-svn-id: svn://10.0.0.236/trunk@199423 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-07 16:48:56 +00:00
Jan.Varga%gmail.com
0b8adc5a43 Fix for bug 296040. Cell-based selection in trees
r=Neil Deakin, sr=Neil Rashbrook, sponsored by BEToptions


git-svn-id: svn://10.0.0.236/trunk@199140 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-06 20:05:13 +00:00
gavin%gavinsharp.com
35d3d81376 Bug 281012: Closing the last tab loads an untitled page (about:blank) instead; doesn't clear session history, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@199123 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-06 16:21:42 +00:00
gavin%gavinsharp.com
db90e6f2fb Bug 331938: make sure to set at least the visual transfer status of a new blank tab, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@198990 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-04 06:53:44 +00:00
jminta%gmail.com
7c151e2c8e Bug 339477 tabbrowser.xml's observer destructor never gets called, leaking mTabClipWidth at shutdown. Patch by Adam Guthrie <ispiked@gmail.com>, r+a=mconnor
git-svn-id: svn://10.0.0.236/trunk@198877 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-02 18:06:01 +00:00
masayuki%d-toybox.com
3bdd389d1c Bug 339661 Location bar dropdown does not disappear on second click r=mconnor
git-svn-id: svn://10.0.0.236/trunk@198749 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-31 17:55:19 +00:00
martijn.martijn%gmail.com
b2747ea068 Bug 300875 - textbox with elements inside can only receive focus if its type is set to autocomplete, r=bugs.mano, sr=neil, a=neil
git-svn-id: svn://10.0.0.236/trunk@198667 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 19:51:35 +00:00
cst%andrew.cmu.edu
46e7da363b Bug 338441
Make tabbrowser's ".browsers" property faster (Toolkit version)
r+a=mconnor


git-svn-id: svn://10.0.0.236/trunk@198637 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 15:16:28 +00:00
enndeakin%sympatico.ca
add54323c7 Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc
git-svn-id: svn://10.0.0.236/trunk@198629 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 13:50:48 +00:00
masayuki%d-toybox.com
585693eb64 Bug 240095 Location Bar doesn't stay open (collapses) when clicking on arrow the first time r=mconnor
git-svn-id: svn://10.0.0.236/trunk@198584 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-29 18:34:25 +00:00
gavin%gavinsharp.com
c506422e65 Fix customize toolbar dialog centering, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@198570 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-29 16:18:45 +00:00
neil%parkwaycc.co.uk
619bfa0bcb Bug 339313 Can't FAYT for shifted characters (symbols) in listboxes or trees p=zeniko@gmail.com r+sr=me
git-svn-id: svn://10.0.0.236/trunk@198453 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 12:58:09 +00:00
gijskruitbosch%gmail.com
98c77bfeb9 Bug 212540 - Toolbar Customization dialog should stay where the user places it
r=mconnor
p=mossop.bugzilla@blueprintit.co.uk (Dave Townsend)


git-svn-id: svn://10.0.0.236/trunk@198452 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 12:20:51 +00:00
enndeakin%sympatico.ca
f516725f87 Bug 336439, notification area not sized properly, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@198395 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-25 18:55:34 +00:00
neil%parkwaycc.co.uk
cec76c6165 Bug 330236 Can't always drag columns to the left r=enndeakin sr=jag
git-svn-id: svn://10.0.0.236/trunk@197995 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 11:49:28 +00:00
hwaara%gmail.com
c5cf491e4f bug 335089, shouldn't auto-focus things in dialogs/sheets on OS X (esp. not with full keyboard access off). r=mano, a181=neil, mano. xpfe patch by Neil
git-svn-id: svn://10.0.0.236/trunk@197843 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-17 08:55:16 +00:00
Olli.Pettay%helsinki.fi
5f23d2465e Bug 335586, r+sr=mconnor,neil
git-svn-id: svn://10.0.0.236/trunk@197838 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-17 07:21:23 +00:00
jminta%gmail.com
5f7666ccc5 Bug 309814 fireEvent should report exceptions using Components.utils.reportError, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@196720 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-17 00:46:00 +00:00
brettw%gmail.com
6feace8035 Bug 335600 r+a=mscott Give spellchecking dictionaries reasonable names in the UI
git-svn-id: svn://10.0.0.236/trunk@196701 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-16 20:40:37 +00:00
ginn.chen%sun.com
8d7affc0dc Bug 320369 wrong behavior of radiobox status update in GOK
patch by evan.yan@sun.com r=neil


git-svn-id: svn://10.0.0.236/trunk@196636 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-16 03:48:23 +00:00
bugzilla%standard8.demon.co.uk
7afd5237c8 Bug 282182 sync xpfe general.xml with toolkit general.xml. (Bv1-TK) <general.xml> p=Serge GAUTHERIE <gautheri@noos.fr>,r=mconnor
git-svn-id: svn://10.0.0.236/trunk@196458 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-13 11:08:19 +00:00
db48x%yahoo.com
5f5990397f bug 190353: Property "pageIndex" of "wizard" tag is not working. r=neil
git-svn-id: svn://10.0.0.236/trunk@196437 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 23:58:39 +00:00
brettw%gmail.com
713d05d4b4 Bug 335607 r=bryner,sr=mscott
dquote> Make dictionary selection persistent


git-svn-id: svn://10.0.0.236/trunk@196432 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 23:15:17 +00:00
bugzilla%standard8.demon.co.uk
8e22a56d52 Bug 282186 sync xpfe text.xml with toolkit text.xml - (Bv2-TK) <text.xml> p=Serge GAUTHERIE <gautheri@noos.fr>,r=bryner
git-svn-id: svn://10.0.0.236/trunk@196328 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-11 18:48:01 +00:00
beng%bengoodger.com
6653745c48 335443 - support <link> autodetection of search engines patch by Pam Greene <pamg.bugs@gmail.com> r=brettw@gmail.com sr=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@196086 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-06 02:37:51 +00:00
gavin%gavinsharp.com
f82d04699a Bug 336219: fix exception thrown in the notification widget, patch by Dietrich Ayala <dietrich@mozilla.com>, r=enn
git-svn-id: svn://10.0.0.236/trunk@195831 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-02 19:46:34 +00:00
roc+%cs.cmu.edu
af5eee8a12 Bug 263444. Allow nsILookAndFeel to request any combination of scrollbar arrows (up and/or down (or neither) at each end of the scrollbar) on all platforms. Get the arrow settings from the GTK2 style in GTK2 builds. r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@195782 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-01 23:23:33 +00:00
neil%parkwaycc.co.uk
a48cc7148f suiterunner uses xpfe autocomplete rs=mconnor (no bug)
git-svn-id: svn://10.0.0.236/trunk@195721 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-29 22:35:00 +00:00
gavin%gavinsharp.com
3ce4234ace Remove XXX comment and change from bug 330853, because it was unnecessary, r=ben
git-svn-id: svn://10.0.0.236/trunk@195694 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-28 22:55:03 +00:00
gavin%gavinsharp.com
19b442a672 Bug 335319: pre-process out debug.js' license header, r=jhughes, sr=ben
git-svn-id: svn://10.0.0.236/trunk@195693 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-28 22:29:06 +00:00
Olli.Pettay%helsinki.fi
d4b33c6ef5 Bug 335586, r=mconnor+neil
git-svn-id: svn://10.0.0.236/trunk@195560 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-27 11:00:28 +00:00
brettw%gmail.com
bbf313e908 Bug 319315 r+a=ben Remove old spelling suggestions from context menu
git-svn-id: svn://10.0.0.236/trunk@195479 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-26 23:37:45 +00:00
bzbarsky%mit.edu
f736a7bab0 Deal with checkLoadURI better in the face of URI fixup. Bug 334341, r=biesi, sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@195330 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 03:24:43 +00:00
gavin%gavinsharp.com
9079548a00 Bug 295178: Misleading l10n note in customizeCharset.dtd, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@195070 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-21 16:58:05 +00:00