Commit Graph

891 Commits

Author SHA1 Message Date
reed@reedloden.com
eb3a474991 Bug 400809 - "remove unneeded/unused parts from the urlbar binding" [p=dao r=gavin aM9=mconnor] 2007-10-25 19:53:01 -07:00
reed@reedloden.com
a3263afa23 Bug 393718 - "Style searchbar splitter natively" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Mano a=blocking-firefox3+ for M9] 2007-10-24 14:58:42 -07:00
sdwilsh@shawnwilsher.com
d11b213dd7 Bug 394881 - [Mac] Prefpanes should specify heights. r=mconnor 2007-10-22 11:07:01 -07:00
enndeakin@sympatico.ca
0ecd9b5861 Bug 377677, second attempt at tree cleanup and tests, r=mano, a=sayrer 2007-10-22 06:19:37 -07:00
reed@reedloden.com
0c6ded53aa Completely backout Enn's patch from bug 377677 to see if it caused the Tp regression. 2007-10-16 00:29:08 -07:00
enndeakin@sympatico.ca
be9da29f9f Bug 377677, minor tree widget cleanup, mostly adding lots of tree tests, r=mano, a=sayrer 2007-10-15 09:18:01 -07:00
reed@reedloden.com
0498133fd6 Bug 398965 - "tab bar smooth-scrolling performance problems" (binary search) [p=dao r=gavin a1.9=sayrer] 2007-10-13 18:57:47 -07:00
reed@reedloden.com
032aa4ba2d Bug 398965 - "tab bar smooth-scrolling performance problems" (dispatch UpdatedScrollButtonsDisabledState only if there are updates) [p=dao r=gavin a1.9=sayrer] 2007-10-13 18:56:30 -07:00
martijn.martijn@gmail.com
efc1f794ab Bug 399316 - Bug introduced with patch for bug 216434 (autocomplete dropdown covers textbox when textbox is near bottom of screen), r=neil, a=mconnor 2007-10-12 03:24:00 -07:00
mnyromyr@tprac.de
e93145a78f Bug 397135: tree._ensureColumnOrder dies if no columns are defined; r=gavin, a=sayrer 2007-10-11 12:50:09 -07:00
enndeakin@sympatico.ca
5075e6eea5 Bug 387109, context menu not placed properly for lists when opened with the keyboard, r=smaug,sr=neil,a=dbaron 2007-10-09 06:40:06 -07:00
gerv@gerv.net
6dd53e09ca Bug 398009 - fix mangled license headers. a=stuart. 2007-10-06 05:08:39 -07:00
aaronleventhal@moonset.net
6d162608fa bug 397644. Don't process xhtml2:role, r=mano, r=philringnalda, r=surkov, sr=neil, a=dsicore 2007-10-01 17:57:23 -07:00
martijn.martijn@gmail.com
abfea7744c Bug 216434 - autocomplete dropdown covers textbox when textbox is near bottom of screen, r=neil, a=mconnor 2007-09-30 12:00:10 -07:00
mozilla.mano@sent.com
33ffa177cc Bug 397225 - Feed preview is borken. r=gavin. 2007-09-29 20:40:05 -07:00
ginn.chen@sun.com
bc9f221fe1 Bug 388185 LABELLED_BY, LABEL_FOR relations shoudl be set for labels in panels r=aaronleventhal,mano a=dsicore 2007-09-29 00:04:27 -07:00
neil@parkwaycc.co.uk
63376139c5 Menubar height incorrect in some themes and OSes b=396562/5 r=gavin a=bsmedberg 2007-09-28 12:11:51 -07:00
myk@mozilla.org
d54e87685b bug 391740: listheader in richlistbox appears to right/at bottom of richlistitems; reverting patch v1, which didn't fix the problem 2007-09-27 16:24:08 -07:00
mnyromyr@tprac.de
86307f75d0 Bug 397095: prefwindow.showPane dies without prefpanes; r=gavin, a=mconnor 2007-09-24 14:05:29 -07:00
asqueella@gmail.com
27308d9427 bug 396307 - Preference bindings don't report exceptions in user-defined event handlers to the Error Console fix by switching from dump()ing the exception in the catch clause to using Components.utils.reportError() r=gavin, a=mconnor 2007-09-22 12:51:10 -07:00
rob_strong@exchangecode.com
1762824878 Bug 396121 - make Applications prefpane the right height on all primary platforms. r=mconnor, a1.9=mconnor 2007-09-21 16:12:21 -07:00
mozilla.mano@sent.com
cad73793e2 Bug 387749 - add an item detail pane to the organizer. r=dietrich (r=gavin for editable-menulist changes). a=mconnor. 2007-09-21 15:57:18 -07:00
neil@parkwaycc.co.uk
613ac6354f Remove expensive DOMAttrModified listeners b=395496 r=Enn sr+a=bz 2007-09-21 09:09:45 -07:00
surkov.alexander@gmail.com
86b19a26a8 Bug 396336 - header of xul:list is not accessible [unchecked in changes in tree.xml] 2007-09-18 20:48:51 -07:00
surkov.alexander@gmail.com
6a7755abf5 Bug 396336 - header of xul:list is not accessible [unchecked in changes in listbox.xul 2007-09-18 20:44:47 -07:00
rob_strong@exchangecode.com
4ca6ad8130 Bug 396541 - Show Passwords dialog/chrome is broken. r=mconnor, a1.9=mconnor 2007-09-18 19:45:58 -07:00
gijskruitbosch@gmail.com
780be92e10 Bug 382990 - Tree onkeypress should check for ctrl key (+ test to make sure this keeps working) r=mano@mozilla.com (Asaf Romano) a=bzbarsky@mit.edu (Boris Zbarsky) 2007-09-18 07:26:05 -07:00
ted.mielczarek@gmail.com
569784cb8d bug 321000 - search bar should replace newlines in pasted text with spaces. r=gavin a=mconnor 2007-09-17 18:08:33 -07:00
neil@parkwaycc.co.uk
a671023cd3 Try to avoid really hiding menus b=127244 r=gavin a=mconnor 2007-09-17 15:12:51 -07:00
aaronleventhal@moonset.net
4250737715 Bug 371279. A11y events not generated for the Phrase Not Found label on Find toolbar. r=mano, a=mconnor 2007-09-17 13:49:21 -07:00
rob_strong@exchangecode.com
c57e8ed79d Bug 394666 - prefpane height is incorrect when animateFadeIn is true and some other edgecases. r=mconnor, a1.9=mconnor 2007-09-17 12:18:17 -07:00
myk@mozilla.org
bdb09ae04f bug 391740: make header in richlistbox appear on top/left instead of bottom/right of richlistitems; Patch by Michael Ventnor; r=mano; a=bzbarsky 2007-09-17 10:57:11 -07:00
enndeakin@sympatico.ca
21684d055a Bug 396348, colorpicker loses focus when keyboard is used to open it, r=mano, a=bz 2007-09-17 08:31:45 -07:00
enndeakin@sympatico.ca
839a4a7e2d Bug 395099, regression, src attribute not working for statusbarpanel, r=mano, a=bz 2007-09-17 07:25:38 -07:00
enndeakin@sympatico.ca
755cc112e6 Bug 377696, add back missing src property for statusbar, r=mano 2007-09-04 12:26:02 -07:00
bugzilla@standard8.plus.com
7513a28f82 Bug 392653 tree.xml: _reorderColumn should not fail in cases where the move and before columns are the same. r=enndeakin 2007-09-03 11:00:59 -07:00
rob_strong@exchangecode.com
6a56b868a9 Bug 283697 - Firefox Options (Preferences) panels are cropped (cut off). r=mconnor 2007-09-02 15:05:53 -07:00
asqueella@gmail.com
236cf70426 Bug 394080 - broken instanceof checks in textbox.xml p=Dao Gottwald <dao@design-noir.de> sigh=mano 2007-09-02 09:40:33 -07:00
enndeakin@sympatico.ca
cc958eb963 Bug 377696, fix up missing return values, and use image instead of src, plus add tests for deck, statusbar and the main element properties, r=mano 2007-09-01 16:17:44 -07:00
sspitzer@mozilla.org
8e9c527c5a fix for bug #387718: the location bar dropdown should show a star next to bookmarked results r=gavin 2007-08-31 13:19:19 -07:00
dbaron@dbaron.org
dc7ebbffc7 Make double-clicking in the URL bar again place the selected text in the X selection. Patch by Dão Gottwald <dao@design-noir.de> b=393828 r=mano 2007-08-31 10:12:07 -07:00
dtownsend@oxymoronical.com
cb07296c8c Bug 357951: Double clicking on the tab overflow scroll buttons should scroll by the width of the tab bar. p=Dao Gottwald <dao@design-noir.de> r=enndeakin 2007-08-26 02:17:54 -07:00
rflint@ryanflint.com
d3cc973d01 Bug 393361 - CVS remove orphaned tabbrowser bits. r=mconnor as part of bug 339964 2007-08-26 01:13:37 -07:00
dtownsend@oxymoronical.com
23f90cc48e Bug 393006: Use a constant tab scrolling speed when holding down the scroll arrows. p=Michael Ventnor <ventnor.bugzilla@yahoo.com.au> r=enndeakin 2007-08-26 00:53:42 -07:00
philringnalda@gmail.com
6e69ae9aa9 Bug 349884 - Fast Find must be disabled when viewing non-text content, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano 2007-08-25 21:17:32 -07:00
dtownsend@oxymoronical.com
179b232ddd Bug 357081: tab bar doesn't resume scrolling when moving off button and back on while holding mouse button. p=Dao Gottwald <dao@design-noir.de> r=enndeakin 2007-08-25 17:37:18 -07:00
cbarrett@mozilla.com
89e9e66fb7 Bug 393117 - Remove native resize API. r=josh r=mconnor sr+a1.9=pav 2007-08-24 18:55:28 -07:00
rflint@ryanflint.com
e3ac0b37b7 Bug 393351 - browser relies on strings from tabbrowser. r=mconnor 2007-08-23 10:16:43 -07:00
dtownsend@oxymoronical.com
1b531c7a1b Bug 317433: Richlistbox attempts to give focus to hidden items. p=Simon Bunzli <zeniko@gmail.com> r=enndeakin 2007-08-23 01:59:59 -07:00
sspitzer@mozilla.org
9b2769f1e8 fix for bug #389503: handle repeated calls to ProcessResult() [allow for incremental autocomplete search results] r=gavin 2007-08-21 16:55:54 -07:00