Граф коммитов

873 Коммитов

Автор SHA1 Сообщение Дата
martijn.martijn%gmail.com 096b11d1d6 Bug 317334 - hang when long wrappable string is passed to prompt() [e.g. as used in the exploit for IE's <body onload=window()> bug, r=mconnor 2006-06-29 05:41:29 +00:00
sspitzer%mozilla.org 604fa64419 fix for bug #343054, js errors when changing certain browser.tabs.* prefs 2006-06-29 01:26:28 +00:00
steffen.wilberg%web.de 5dcb76c12f Bug 328563: redesign about: (remove licensing info, fix l12y issues). r=bsmedberg 2006-06-28 06:31:11 +00:00
sspitzer%mozilla.org 1b096a746f 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
2006-06-26 22:35:08 +00:00
martijn.martijn%gmail.com 55c78196d3 Bug 312930 - rich text editor doesn't have context menu items for cut/copy/paste/spellcheck, r=brettw 2006-06-21 00:44:20 +00:00
gavin%gavinsharp.com cf43eef68f Bug 327101: Ctrl+Left should close autocomplete, r=mconnor 2006-06-20 04:44:26 +00:00
bryner%brianryner.com c2391975f2 Close the autocomplete popup if a context menu is opened (bug 296526), patch by martijn, r=me 2006-06-19 19:55:33 +00:00
brettw%gmail.com a54888a781 Bug 335291 r+sr=bz Make trunk popup events safer 2006-06-19 16:54:53 +00:00
gavin%gavinsharp.com d1334501f1 Bug 296383: valueFromPreferences should report unknown pref types (eg 'char') to JS Console, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mconnor 2006-06-17 21:24:48 +00:00
gavin%gavinsharp.com 870e67d657 Bug 317641: Double-Clicking on empty space below tree causes an error, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=enndeakin 2006-06-17 21:23:49 +00:00
gavin%gavinsharp.com 958fb7f15e Bug 341309: fix crash caused by the autocomplete popup setting bogus maxRows values, r=jhughes+mconnor 2006-06-16 01:50:30 +00:00
jwalden%mit.edu 77d2863c98 Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano 2006-06-15 18:57:22 +00:00
Olli.Pettay%helsinki.fi 922d2b6489 Bug 339659, Make .eventPhase to work with event retargeting, r=bz+enndeakin, sr=bz 2006-06-15 17:45:22 +00:00
joe%retrovirus.com 04e2ab0ff0 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
2006-06-12 17:49:06 +00:00
jminta%gmail.com a46d9df804 Bug 287677 dropping unknown scheme on a tab produces 2 errors, rather than 1, r=mconnor 2006-06-12 17:23:30 +00:00
sspitzer%mozilla.org 9b1e9a8203 fix for bug #340547. error in tabbrowser.xml cause by a leak fix. r=mconnor 2006-06-10 00:08:42 +00:00
sspitzer%mozilla.org c11f5e5df4 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: ----------------------------------------------------------------------
2006-06-09 02:00:26 +00:00
gavin%gavinsharp.com 9afd27d622 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 2006-06-08 17:50:03 +00:00
steffen.wilberg%web.de c96ac4ce0a Bug 292496: Preferences window grows to double of its normal height in special circumstances. r=mconnor 2006-06-07 23:22:17 +00:00
masayuki%d-toybox.com 0dcf75876d Bug 340131 Takes two clicks to go to pasted URL r=mconnor 2006-06-07 16:48:56 +00:00
Jan.Varga%gmail.com e5158d88ef Fix for bug 296040. Cell-based selection in trees
r=Neil Deakin, sr=Neil Rashbrook, sponsored by BEToptions
2006-06-06 20:05:13 +00:00
gavin%gavinsharp.com 0c2fa54ec1 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 2006-06-06 16:21:42 +00:00
gavin%gavinsharp.com e268f39216 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 2006-06-04 06:53:44 +00:00
jminta%gmail.com 70303ebf3e Bug 339477 tabbrowser.xml's observer destructor never gets called, leaking mTabClipWidth at shutdown. Patch by Adam Guthrie <ispiked@gmail.com>, r+a=mconnor 2006-06-02 18:05:55 +00:00
masayuki%d-toybox.com 9ebd103ee6 Bug 339661 Location bar dropdown does not disappear on second click r=mconnor 2006-05-31 17:55:19 +00:00
martijn.martijn%gmail.com 79fd63f9d5 Bug 300875 - textbox with elements inside can only receive focus if its type is set to autocomplete, r=bugs.mano, sr=neil, a=neil 2006-05-30 19:50:29 +00:00
cst%andrew.cmu.edu a99b40f939 Bug 338441
Make tabbrowser's ".browsers" property faster (Toolkit version)
r+a=mconnor
2006-05-30 15:16:11 +00:00
enndeakin%sympatico.ca 31f554baac Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc 2006-05-30 13:50:48 +00:00
masayuki%d-toybox.com 0506e328ed Bug 240095 Location Bar doesn't stay open (collapses) when clicking on arrow the first time r=mconnor 2006-05-29 18:34:25 +00:00
gavin%gavinsharp.com 658095827b Fix customize toolbar dialog centering, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r=mconnor 2006-05-29 16:18:45 +00:00
neil%parkwaycc.co.uk 4417e1c7ec Bug 339313 Can't FAYT for shifted characters (symbols) in listboxes or trees p=zeniko@gmail.com r+sr=me 2006-05-26 12:58:09 +00:00
gijskruitbosch%gmail.com d925f30a5f Bug 212540 - Toolbar Customization dialog should stay where the user places it
r=mconnor
p=mossop.bugzilla@blueprintit.co.uk (Dave Townsend)
2006-05-26 12:20:51 +00:00
enndeakin%sympatico.ca 467cbb1519 Bug 336439, notification area not sized properly, r=mconnor 2006-05-25 18:55:34 +00:00
neil%parkwaycc.co.uk ea49c9699c Bug 330236 Can't always drag columns to the left r=enndeakin sr=jag 2006-05-19 11:49:28 +00:00
hwaara%gmail.com cc558e3fbb 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 2006-05-17 08:54:27 +00:00
Olli.Pettay%helsinki.fi b37689e105 Bug 335586, r+sr=mconnor,neil 2006-05-17 07:21:23 +00:00
jminta%gmail.com 418d4bb26c Bug 309814 fireEvent should report exceptions using Components.utils.reportError, r=mconnor 2006-05-17 00:46:00 +00:00
brettw%gmail.com b40e3af47f Bug 335600 r+a=mscott Give spellchecking dictionaries reasonable names in the UI 2006-05-16 20:40:37 +00:00
ginn.chen%sun.com 9dc2366fc0 Bug 320369 wrong behavior of radiobox status update in GOK
patch by evan.yan@sun.com r=neil
2006-05-16 03:48:23 +00:00
bugzilla%standard8.demon.co.uk ca232ec3c1 Bug 282182 sync xpfe general.xml with toolkit general.xml. (Bv1-TK) <general.xml> p=Serge GAUTHERIE <gautheri@noos.fr>,r=mconnor 2006-05-13 11:08:19 +00:00
db48x%yahoo.com 49558c479e bug 190353: Property "pageIndex" of "wizard" tag is not working. r=neil 2006-05-12 23:58:39 +00:00
brettw%gmail.com d1b52f2c7e Bug 335607 r=bryner,sr=mscott
dquote> Make dictionary selection persistent
2006-05-12 23:15:17 +00:00
bugzilla%standard8.demon.co.uk 1c72d5776c Bug 282186 sync xpfe text.xml with toolkit text.xml - (Bv2-TK) <text.xml> p=Serge GAUTHERIE <gautheri@noos.fr>,r=bryner 2006-05-11 18:48:01 +00:00
beng%bengoodger.com 5dd5b4f80f 335443 - support <link> autodetection of search engines patch by Pam Greene <pamg.bugs@gmail.com> r=brettw@gmail.com sr=ben@mozilla.org 2006-05-06 02:37:51 +00:00
gavin%gavinsharp.com d5a098b86f Bug 336219: fix exception thrown in the notification widget, patch by Dietrich Ayala <dietrich@mozilla.com>, r=enn 2006-05-02 19:46:34 +00:00
roc+%cs.cmu.edu 0aad8a4f0c 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 2006-05-01 23:23:33 +00:00
neil%parkwaycc.co.uk 7c5c69c752 suiterunner uses xpfe autocomplete rs=mconnor (no bug) 2006-04-29 22:35:00 +00:00
gavin%gavinsharp.com 29e602c49f Remove XXX comment and change from bug 330853, because it was unnecessary, r=ben 2006-04-28 22:55:03 +00:00
gavin%gavinsharp.com 1c8b1396dc Bug 335319: pre-process out debug.js' license header, r=jhughes, sr=ben 2006-04-28 22:29:06 +00:00
Olli.Pettay%helsinki.fi 4fc3b6f154 Bug 335586, r=mconnor+neil 2006-04-27 11:00:28 +00:00