Neil Deakin
e0e8ab9403
Bug 577377, add a means to get the screen rectangle of a popup, r=neil
2011-06-03 15:38:23 -04:00
Neil Deakin
5fe3a9ac2b
Bug 637234, don't use readonly field for timepicker as they are initialized in this constructor, r=neil
2011-06-03 15:38:23 -04:00
Geoff Lankow
357bdfe96e
Bug 506069 - textbox with type=number does not properly update value for oninput event. r=enn
2011-06-02 10:53:42 +12:00
Margaret Leibovic
1975756fb3
Bug 616136 - Give popup notification panels role="alert" and make their close buttons tabbable. r=gavin
2011-05-24 17:43:05 +02:00
Marco Bonardo
a38c136789
Bug 618913 - Implement in product notifications to set up Sync.
...
Further modified by Stephen Horlander <shorlander@mozilla.com >.
r=dolske ui-r=shorlander a=Unfocused
2011-05-23 21:16:39 -07:00
Dão Gottwald
82668c76ea
Bug 451833 - Highlight the domain name in the address bar. r=roc,sdwilsh ui-r=faaborg
2011-05-02 19:50:18 +02:00
Anas Husseini
72c33a77b2
Bug 649840 - Adjust the direction of the autocomplete popup list based on the textbox direction. r=neil
2011-04-27 10:09:23 +02:00
L. David Baron
a9f3f435d9
Make nsBox more careful about accepting XUL attributes only on XUL elements. (Bug 102440) r=bzbarsky
2011-04-22 18:36:24 -07:00
Mounir Lamouri
966ded3081
Bug 638143 - Internal html:input of XUL numberbox shouldn't have type='number'. r=enndeakin
2011-03-02 22:32:58 +01:00
Neil Deakin
204bcb66b7
Bug 608603, properly handle adjusting the day in the grid datepicker when switching to a month with fewer days, and add displayed month and year properties to datepicker, which can differ from the selection, r=neil
2011-04-13 13:53:24 -04:00
Jonathan Kew
ac1876d6db
merge backout of bug 585152
2011-04-13 14:35:39 +01:00
Jonathan Kew
254a559ea4
Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug.
2011-04-13 14:35:06 +01:00
Frank Yan
5434caea3d
Bug 502892 - disable non-functional html5 audio volume slider. r=dolske
2011-04-12 20:54:26 -07:00
Paul Biggar
d42abd8a4f
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
L. David Baron
afc0b96895
Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds.
2011-04-12 01:29:41 -07:00
Paul Biggar
a9c1078531
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
Florian Quèze
d949f790d8
Bug 596759 - Selecting a tab should focus its content; r=enndeakin
2010-09-16 01:28:00 -04:00
Ehsan Akhgari
a37a42a15a
Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge)
2011-04-01 12:23:48 -04:00
Florian Quèze
153e023b2e
Bug 596759 - Selecting a tab should focus its content; r=enndeakin
2010-09-16 01:28:00 -04:00
Benjamin Smedberg
7a35fa94af
Bug 617539 - Merge nsIMenuBoxObject_MOZILLA_2_0_BRANCH, r=enn
2011-03-25 11:03:35 -04:00
Mounir Lamouri
a63dcc2203
Bug 629002 - Fix arrow panels rounding issues. r=enndeakin
2011-03-25 10:14:19 +01:00
Dão Gottwald
0d165ad94f
Bug 637159 - Clean up the fix / workaround for bug 635252. r=neil
2011-03-23 12:36:25 +01:00
Hiroyuki Ikezoe
0561afc8a3
Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao
2011-03-16 18:01:34 -04:00
Ehsan Akhgari
0b88f8cd63
Bug 637975 - Make XUL textboxes use the normal input textbox spellchecking binding, instead of directly managing it from XBL code, so that spellchecking is less fragile on those textboxes; r=roc
2011-03-16 15:34:30 -04:00
Ehsan Akhgari
9579bab7b4
Backed out changeset 75147c0a4b89 because it actually changes code, and is not test-only. a=silly-me
2011-03-16 18:03:35 -04:00
Hiroyuki Ikezoe
848e9b51d7
Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao a=test-only
2011-03-16 18:01:34 -04:00
Dão Gottwald
435f1f2ecf
Bug 631270: move status panel to the opposite side of the screen when the findbar is open, to avoid it obscuring find results in the common case of them being at the bottom left of the screen, r=gavin, ui-r=beltzner, a=beltzner
2011-03-02 16:48:58 -08:00
David Mandelin
fab9a348f9
Bug 635252: Prevent name collision in XBL field 'popup', r=bz,neil, a=blocking
2011-02-25 11:10:25 -08:00
Asaf Romano
0da9f2720c
Bug 567306 - Only set the Find bar's browser property if its browser ID is valid.
...
r=gavin a=blocking
2011-02-15 13:47:32 +01:00
Margaret Leibovic
84535f10e4
Bug 633400 - Vertically align geolocation "Learn More..." link with menubutton. r=dao
2011-02-12 00:32:07 -08:00
Patrick Walton
f3ed0ed4a4
Bug 628179 - Make top document navigation and tab switching close the Find bar. r=dao ui-r=limi a=sdwilsh
2011-02-11 16:11:24 -08:00
Philipp von Weitershausen
0d0bda1acb
Bug 609160 - Wizard header labels should wrap. r=Enn a=blocking-final
2011-02-09 13:05:33 -08:00
Alex Vincent
f54a2a9829
Bug 628470 - popup.xml#popup-base, hidePopup method throws exceptions for failed QI to nsIMenuBoxObject; r=enndeakin a=Mossop
2011-02-08 14:18:36 -05:00
Simon Montagu
a5ecce5d0f
Bug 508816: remove browser workarounds. a=blocker
2011-02-07 09:59:32 +02:00
Dão Gottwald
4033d7c51d
Bug 624157 - When maximising window, scroll buttons remain in tab bar. r=enn a=a
2011-01-20 16:38:26 +01:00
Mounir Lamouri
663c102d44
Bug 626605 - Improve the position of the arrow for arrow panels. r=enndeakin a=blocking-final
2011-01-20 14:38:11 +01:00
Neil Deakin
71223ae621
Bug 607224, followup to use separate interface, r=neil,a=blocking
2011-01-17 09:36:33 -05:00
Neil Deakin
91312c46cf
Bug 489303, show resizer when statusbar is hidden, r=roc,gavin a=blocking
2011-01-17 09:35:32 -05:00
Margaret Leibovic
725b35f90e
Bug 615315 - Add a small close button to all doorhanger notifications and panels. r=gavin, a=blocking-final
2011-01-13 16:07:44 -08:00
Neil Deakin
f95f75cce8
Bug 616607, use screen coordinates to calculate arrow panel position, r=neil, a=blocking
2011-01-12 20:57:36 -05:00
Frank Yan
29f236bf98
Bug 485696 - Video progress slider jitters on indefinite length streams. r=dolske a=blocking2.0final+
2011-01-11 19:32:17 -08:00
Dave Townsend
a80d393dce
Bug 569342: Find bar should not be enabled in about:addons. r=gavin, a=blocks-final
2011-01-11 13:33:51 -08:00
Neil Deakin
b2324d70cb
Bug 607224, add property that specifies if a menu was opened via the keyboard, r=neil,a=blocking
2011-01-04 12:24:51 -05:00
Drew Willcoxon
a6c21b3352
Bug 618954 - Smart keyword result titles in the awesomebar should not have extra space after them. r=gavin, a=blocking2.0-final
2011-01-03 15:02:28 -08:00
Olli Pettay
61f0a490b6
Bug 605127 - Autoscroll stops unintentionally while page is scrolling, r=neil, a=blocking
2010-12-29 10:14:12 +02:00
Gavin Sharp
f00bef160c
Back out 0ab0603bea99 (bug 489303) due to suspected Txul regression, a=backout
2010-12-25 14:55:35 -05:00
Neil Deakin
52538fc2e0
Bug 489303 - No resizer since the statusbar is gone, r=gavin+roc, a=b
2010-12-21 13:19:00 -08:00
Neil Deakin
87feb18a7e
Bug 580710 - Drag&Drop onto sidebar loads page into sidebar, r=neil, a=b
2010-08-11 07:37:00 -07:00
Chris Pearce
6fd1e58e3e
Bug 604885 commit backout merge. a=backout
2010-12-21 07:45:28 +13:00
Chris Pearce
baeb5cb0be
Bug 604885 - backout 8d54b45a181e a=backout
2010-12-21 07:45:02 +13:00