Dão Gottwald
3dda3d388a
Bug 490030 - privacy.cpd.history should overrule privacy.cpd.downloads in the Clear Recent History dialog. r=johnath
2009-05-14 00:42:07 +02:00
Dão Gottwald
9296ddd5de
Backed out changeset 5d2cfb8fa4b5
2009-06-11 09:06:05 +02:00
Kaspar Brand
01152402da
Bug 455334 - Improve truncation and RTL display of EV cert owner strings in location bar. r=dao
2009-06-11 02:59:41 +02:00
Dão Gottwald
aac465e011
Bug 488543 - remove Mac-specific tabs-closebutton-box. r=rflint
2009-06-11 01:10:42 +02:00
Dão Gottwald
b3741649cc
Bug 495058 - Location bar emptyText not shown when deteaching blank tab or about:privatebrowsing into a new window. r=gavin
2009-06-11 01:10:09 +02:00
Neil Deakin
79321ef1f8
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 14:00:39 -04:00
Mark Finkle
71094b75ef
Bug 497098: add imageURL getter to nsContextMenu for extension compat, r=gavin
2009-06-09 21:59:18 -04:00
Drew Willcoxon
ebde8c9e52
Bug 496782 - browser_sanitizeDialog.js calls finish() twice; r=gavin.sharp
2009-06-09 16:12:35 +02:00
Henri Sivonen
2b33dab370
Bug 468708 - namespaceURI for HTML elements should be http://www.w3.org/1999/xhtml (also make localName return in lower case) r=sicking, sr=peterv, a=beltzner
2009-06-09 10:41:19 +03:00
Mike Connor
6adc091468
more credit updates
2009-06-08 13:12:33 -07:00
Dão Gottwald
f45f20f067
Trying to fix browser_ctrlTab.js failure on OS X...
2009-06-07 21:38:17 +02:00
Dão Gottwald
4c063c775d
Test for bug 495058
2009-06-07 13:29:25 +02:00
Dão Gottwald
d7a44b8af1
merge
2009-06-07 01:50:00 +02:00
Dão Gottwald
89ca912ffd
Backed out changeset ab707e83c6fc
2009-06-07 01:49:43 +02:00
Dão Gottwald
8cec109ef8
try to fix weirdness in browser_ctrlTab.js test
2009-06-07 00:34:49 +02:00
Dão Gottwald
b16409f70a
Test for bug 495058
2009-06-06 19:21:59 +02:00
Mike Beltzner
449e1074ed
Bug 489245: Distinguish between selecting help from the menu item and pressing F1, r=mconnor
2009-05-30 00:09:57 -04:00
Michael Kohler
28dca3265f
Bug 404279 - Suggest automatic filling of 'name' field after selecting "add a keyword for this search" from context menu, r=mak77 ui-r=beltzner
2009-05-11 11:06:02 +02:00
Ben Turner
bfddde7c05
Bug 490703. Don't hold long-lived references to link elements from the browser. r=gavin
2009-05-08 14:52:25 +12:00
Doug Turner
2302f91fad
Bug 491732 - Add geolocation to Page Info. r=gavin
2009-05-06 15:38:50 -07:00
L. David Baron
8c38aba811
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
2009-05-06 13:46:04 -07:00
Dão Gottwald
1a2ab897d9
Bug 482801 - Middle-clicking the selected tab should not focus the tab bar. r=gavin
2009-05-06 10:29:38 +02:00
Dão Gottwald
3a174512ac
Bug 490401 - "Bookmarks Toolbar Items" actually displays bookmarks in customization palette. r=gavin
2009-04-30 18:42:42 +02:00
Dão Gottwald
c820d423ae
Bug 486280 - Several things briefly appear and disappear when closing the last tab (closeWindowWithLastTab=false). r=gavin
2009-04-25 10:09:39 +02:00
Dão Gottwald
30e97f47a1
Bug 486395 - Unable to copy url from location bar in popup. r=gavin
2009-04-25 10:09:08 +02:00
Dão Gottwald
d58008b5eb
Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn
2009-04-24 13:20:03 +02:00
Markus Stange
234627d86b
Bug 477827 - Use inset box shadows instead of border images for the toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console. r=dao, r=Enn, r=dtownsend
2009-04-24 12:01:21 +02:00
Dão Gottwald
38469312fc
Bug 489927 - Simplify PluralForm getter. r=gavin
2009-04-24 10:20:15 +02:00
Dão Gottwald
fd05c142da
Bug 489628 - avoid closure for attrChanged in tabbrowser.addTab. r=gavin
2009-04-24 10:18:53 +02:00
Paul O'Shannessy
9f27260aec
Bug 394759 - add a PluralForm setter for backward compatibility. r=gavin
2009-04-23 20:51:01 +02:00
Boris Zbarsky
b0bf808a84
Fix the test orange from bug 394759. Thanks to Dão for pointing to the right code to change.
2009-04-23 09:29:14 -04:00
Dão Gottwald
42e3ba910b
merge
2009-04-23 11:47:40 +02:00
Dão Gottwald
448c7ca718
Backed out changeset 69f84bd26700 (bug 487250) to fix browser_privatebrowsing_searchbar.js failure
2009-04-23 11:47:12 +02:00
Dão Gottwald
1896e31769
Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn
2009-04-23 08:57:38 +02:00
Paul O'Shannessy
a7d1de272b
Bug 394759 - Add undo close window feature. r=zeniko,dietrich,ehsan
2009-04-22 23:50:30 -07:00
Edward Lee
ad3ca7126e
Bug 88541 - Show URI in status bar onmouseover of Back/Forward menu items. r=dao, r=mconnor, ui=faaborg
2008-12-31 11:52:40 -08:00
Steffen Wilberg
fccae67ec6
Bug 432380: Remove openHelpMac.commandkey and hardcode modifiers. r=gavin
2009-04-18 20:49:22 +02:00
Dão Gottwald
cbc3ecf920
Backed out changeset ea00ee9634c4
2009-04-18 15:14:08 +02:00
Graeme McCutcheon
2e61db4de6
Bug 279022 - "Highlight all" cannot be undone after switching tabs. r=mano
2009-04-18 09:44:33 +01:00
Asaf Romano
09cc9dcaa7
add the test
2009-04-16 17:58:04 +03:00
Asaf Romano
0a1b8c4649
Bug 477014 -Work around bug 458697 for the tabs' busy state. r=mconnor.
2009-04-16 17:44:07 +03:00
Asaf Romano
d0972ecf0b
Bug 475066 - dragging a tab out of the browser window doesn't detach the tab (i.e. opens a window for that tab). r=enn.
2009-04-16 03:33:15 +03:00
Drew Willcoxon
410dd5c0a6
Bug 480169 - Clear recent history refresh (sprint)
...
Item list hidden behind expander/progressive disclosure button, added a warning when clearing all history, added a tree view for selecting a fine-grained timespan. We decided to remove the tree view at the last minute; code is still there but #ifdef'ed out.
r=mconnor
2009-04-15 10:59:07 -07:00
Ehsan Akhgari
28f1915c0a
Bug 462041 - Refresh the Privacy preference pane; r=mconnor
2009-04-16 00:18:22 +03:30
Doug Turner
d93788b8bd
Bug 487467. Support for a Network Geolocation Provider.
...
Browser bits for sanitizing. r=gavin
Mochitest. r=ctalbert
Dom bits. r/sr=jst
Provider component. r=gavin, sr=jst
2009-04-14 09:10:20 -07:00
Ehsan Akhgari
860d3a6880
Backout bug 462041 due to test failures on Mac
2009-04-14 16:16:42 +03:30
Ehsan Akhgari
4d72c92735
Bug 462041 - Refresh the Privacy preference pane; r=mconnor
2009-04-14 14:06:51 +03:30
Nochum Sossonko
5d9c4ce319
Bug 475203 - regression tests for tabstrip scrolling
2009-04-14 08:53:12 +02:00
Boris Zbarsky
92edfc0145
Merge backout of rev 524ab31ef073 to CLOSED TREE.
2009-04-13 15:35:12 -04:00
Boris Zbarsky
c316a4a639
Backed out changeset 524ab31ef073 (bug 477014) in an attempt to fix the unit test orange on Mac.
2009-04-13 15:34:41 -04:00
Dão Gottwald
23388547f8
Bug 487982 - arrowscrollbox.scrollByIndex fails if there are gaps between the elements. r=enn
2009-04-13 19:38:09 +02:00
Asaf Romano
cddc348ced
Bug 477014 - Work around bug 458697 for the tabs' busy state. r=mconnor
2009-04-13 19:08:20 +03:00
Vlado Valastiak
019c15684c
Bug 448029 - "Check for Updates" label and its variations need separate accesskeys. r=gavin
2009-04-11 10:46:01 +02:00
Dão Gottwald
2b158c4a2f
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
2009-04-10 10:24:24 +02:00
Nochum Sossonko
684740fa02
Test for bug 419612 - pref to not update site-specific zoom for existing background tabs. r=gavin
2009-04-09 08:45:07 +02:00
Boris Zbarsky
560a36e226
Backed out changeset 17abd3beeabf (bug 419612) on suspicion of causing intermittent leak orange.
2009-04-09 12:00:20 -04:00
Nochum Sossonko
0e9fefb7d8
Test for bug 419612 - pref to not update site-specific zoom for existing background tabs. r=gavin
2009-04-09 08:45:07 +02:00
Johnathan Nightingale
5a894c20bd
Bug 483950 - Hide statusbar domain name for SSL, pending removal. r=mconnor
2009-04-01 17:56:29 -04:00
Florian Quèze
f1c08eba57
Bug 426029 - Media preview displays broken images for images with data url. r=mano
2009-04-05 16:45:54 +02:00
Dão Gottwald
bf04ba0769
Bug 481560 - tab closes and location bar clears before the window closes. r=gavin
2009-04-05 10:10:24 +02:00
Mike Connor
6194d5d27e
bug 418687 - [Mac] Firefox Menu Listing does not show Addons, Downloads, Error Console Popup Windows in PB mode, r=gavin
2009-03-12 21:41:57 -04:00
Jim Mathies
bf62e148ca
Bug 479901 - Add WM_GESTURE support for Windows 7. r=vlad+smaug.
2009-04-02 14:34:31 -05:00
Dão Gottwald
df2a416e74
Bug 468170 - Update comment to reality
2009-04-02 17:12:41 +02:00
Michael Kohler
8eb7ddcc40
Bug 468170 - Menu entry "Help > Release Notes" opens in same tab instead of new one. r=gavin
2009-04-02 16:56:25 +02:00
zeniko@gmail.com
8501a1f9e5
Bug 485346 - Location bar doesn't have an icon in customize toolbar dialog (r=gavin)
2009-03-31 11:11:53 -07:00
Ehsan Akhgari
25c95f7f7a
Bug 424101 - Inputs with type image don't give a context menu to save the image (tests); r=gavin
2009-03-28 11:20:36 +03:30
Asaf Romano
3dd3f44306
Bug 475066 attempt #2 -dragging a tab out of the browser window doesn't detach the tab (i.e. opens a window for that tab). r=enn, sr=jonas.
2009-03-27 09:50:03 +03:00
David Dahl
54869c2469
Bug 431011: add shortcut key for opening the bookmarks manager on Linux, r=gavin, ui-r=beltzner
2009-03-26 13:54:53 +01:00
Dave Townsend
a9994b8854
Bug 435788: Plugin finder service can't install plugins using installerLocation, stage 1. r=robstrong
2009-03-26 11:12:55 +00:00
Dão Gottwald
cf89ed43cd
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
2009-03-25 23:18:23 +01:00
Dão Gottwald
1af56794ae
Bug 457096 - When closing the last tab, two tabs are briefly visible (browser.tabs.closeWindowWithLastTab = false). r=gavin
2009-03-25 10:54:33 +01:00
Dão Gottwald
cfb7d12d79
Bug 462673 - Browser exits unexpectedly whan calling window.close() from an unload handler. r=gavin
2009-03-24 12:47:06 +01:00
Ryan VanderMeulen
0332a383e8
Bug 420811 - Convert broken-image.gif and loading-image.gif to PNGs. r+sr=mconnor
2009-03-22 09:57:04 +01:00
Drew Willcoxon
7c15cb2cfb
Bug 480169: Update strings for Clear Recent History dialog, and add some additional strings in preparation for later refactoring, r=gavin, ui-r=beltzner, a=mconnor
2009-03-20 01:30:29 -04:00
Dão Gottwald
49a98a3492
Test for bug 455852
2009-03-20 09:12:53 +01:00
Shawn Wilsher
c3bde40cce
Bug 468305 - nsINavBookmarksObserver has no "onBeforeItemRemoved" callback
...
Not having this callback makes life difficult for anyone trying to synchronize
bookmarks. You cannot get any additional information about a bookmark when
onItemRemoved is called, since it's been removed. Things like a guid no longer
exist, which results in a lot of pain for add-ons that want to synchronize.
r=dietrich
2009-03-19 15:56:51 -04:00
Robert Strong
8f8d95ead3
Bug 481703 - Use python to create pre release suffix. r=bsmedberg
2009-03-19 11:56:40 -07:00
Benjamin Smedberg
702b16f68a
Bug 483856 - Use core_abspath and $(CURDIR) instead of shells. Use Preprocessor.py instead of preprocessor.pl to avoid perl insanity with pymake, and generally just make me happy. r=ted
2009-03-11 18:39:24 -04:00
Mark Finkle
ba8c5a6408
Bug 484127 - Move browser_scope.js into browser/; r=gavin.sharp
...
--HG--
rename : testing/mochitest/tests/browser/browser_scope.js => browser/base/content/test/browser_scope.js
2009-03-19 15:57:55 +01:00
Marco Bonardo
266a76ab6d
Bug 428690 - Two entries added to history menu when visiting a page that redirects, r=dietrich
2009-03-17 22:00:50 +01:00
Mike Beltzner
bd9715e64f
Bug 482480 - Text on provided identity information seems contradicting. r=gavin, ui-r=johnath
2009-03-15 17:15:59 +01:00
Ehsan Akhgari
dbe27c5dd0
Bug 483375 - The Location text box in the Open Location dialog box should always be LTR; r=dao
2009-03-14 20:29:34 +03:30
Mike Connor
4462dc027b
Backed out changeset e27fe0b767ea to see if it helps unit test failures
2009-03-13 00:25:22 -04:00
Mike Connor
936cd020e6
bug 418687 - [Mac] Firefox Menu Listing does not show Addons, Downloads, Error Console Popup Windows in PB mode, r=gavin
2009-03-12 21:41:57 -04:00
Dão Gottwald
9e751633bf
Backed out changeset 2d7dde25e45f
2009-03-12 14:44:27 +01:00
Nochum Sossonko
d081874d42
Bug 475203 - regression tests for tabstrip scrolling. r=dao
2009-03-12 13:10:38 +01:00
Vlado Valastiak
d2e608463a
Bug 482450 - Fix workaround string for the "Open in a New Window" tab context menu item. r=gavin, ui-r=beltzner
2009-03-11 11:02:55 +01:00
Neil Deakin
1396b23fe4
Bug 462289, disable test on mac because of the full keyboard access pref
2009-03-09 16:41:52 -04:00
Neil Deakin
5a990e7d9b
Bug 462289, don't focus the selected tab when clicking it with the mouse, r=gavin
2009-03-09 13:52:22 -04:00
Neil Deakin
84e17c3406
Bug 462289, don't focus the selected tab when clicking it with the mouse, r=gavin
2009-03-09 13:43:44 -04:00
Ehsan Akhgari
74ff6fead7
Bug 479598 - About dialog's user agent field should always be LTR; r=dao
2009-03-09 00:43:18 +03:30
Dão Gottwald
bca8c5db80
Bug 479899 - Remove id selector usage from toolkit themes. r=enn
2009-03-08 20:05:53 +01:00
Dão Gottwald
1fc9615f76
Bug 481391 - Image document test in FullZoom._applyPrefToSetting fails for background tabs. r=gavin
2009-03-08 07:42:54 +01:00
Dão Gottwald
0fcbefdd3a
Bug 474908 - Dragging a tab in a window with only one tab detaches the tab. r=mano
2009-03-07 17:03:32 +01:00
Jim Mathies
492b851d97
Bug 463088 - Tab tear off cursor needs to be constant on Windows. r=enndeakin.
2009-03-06 11:54:29 -06:00
Dão Gottwald
8782601548
browser_bug386835.js cleanup
2009-03-05 13:39:05 +01:00
Marco Bonardo [:mak77]
9ebb2df1c9
Disable test for 321000 due to sporadic failures. Tracked by bug 474081.
2009-03-03 10:24:07 -05:00
Ehsan Akhgari
197714a17a
Bug 471512 - Focus the location bar after entering the private browsing mode; r=gavin
2009-03-03 11:50:14 +03:30
Dão Gottwald
e26456ba12
Bug 480953 - Identity button should appear pressed when opening the identity popup. r=gavin
2009-03-02 21:01:03 +01:00
Nochum Sossonko
d8338fbc37
Bug 419612 - pref to not update site-specific zoom for existing background tabs. r=gavin
2009-03-01 12:22:44 +01:00