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
Dão Gottwald
d99fd36e7c
Bug 456382 - mousing on last tab shouldn't close window (middle click, close button, context menu). r=gavin
2009-03-01 11:51:18 +01:00
Mike Beltzner
297587f8ad
Fix comment on trunk, comment only change, no review
2009-02-27 14:45:53 -08:00
Mike Beltzner
b2a6a83a71
Bug 480260 - disable Clear Recent History when in Private Browsing mode; r=mconnor ui-r=beltzner a1.9.1=blocking-firefox3.1+
2009-02-27 23:55:04 +03:30
Mike Connor
59fcc1df86
Bug 473860 - Closing window after leaving Private browsing mode still shows "Stop Private Browsing" in Tools menu; r=gavin a1.9.1=beltzner
2009-02-27 23:55:04 +03:30
Asaf Romano
997033cc57
Bug 480151 - remember the last field modified first in the Add Bookmark dialog and start with focus there next time. r=dietrich.
2009-02-26 17:27:39 -08:00
Asaf Romano
8f15926e28
follow up fix to bug 465608
2009-02-26 17:03:36 -08:00
Ehsan Akhgari
cab92b94f7
Backed out changeset 876aa29eebe4 which was a patch in my mq which I pushed by mistake
2009-02-27 00:15:33 +03:30
Ehsan Akhgari
2042dec330
imported patch pb_disable_crh.patch
2009-02-27 00:06:12 +03:30
Kai Liu
60d03a30f4
Bug 424101 - Inputs with type image don't give a context menu to save the image; r=gavin ui-r=beltzner
2009-02-27 00:06:01 +03:30
Asaf Romano
ebc289ae1f
Bug 465608 - pressing ESC while dragging a tab should cancel the drag (windows/mac). r=mconnor
2009-02-26 10:18:47 -08:00
Anton Samson
6a13897ac8
Bug 374189; hotkey conflict on linux download manager; r+ui-r=mconnor
2009-02-25 16:25:28 +01:00
Gavin Sharp
45846ca399
Bug 446568: make sure to focus new windows opened from external apps, r=mconnor
2009-02-24 10:33:26 -08:00
Michal Novotny
5e7c0ee5dd
Bug 474434 - Active ftp sessions are not closed when clearing recent history; r=bzbarsky sr=cbiesinger
2009-02-23 19:28:17 +01:00
Dave Camp
720aaca207
Bug 462856 - offline app notification code doesn't handle subframes. r=mconnor, r=bz
2009-02-22 11:09:10 -08:00
Dave Camp
cfb033a33d
Bug 442810 - update ui for app cache changes. r=gavin, r=honzab, sr=bz
2009-02-22 11:09:10 -08:00
Dão Gottwald
c4850d0d07
Bug 404229 - remove inclusion of global/skin/toolbar.css from browser.xul. r=gavin
2009-02-22 10:13:59 +01:00
Simon Bünzli
534fc6ef06
Bug 479408 - search engine discovery code doesn't properly handle frames ("browser is null" in BrowserSearch::addEngine). r=gavin
2009-02-22 09:45:42 +01:00
Ehsan Akhgari
2d68e5d7c8
Bug 464736 - Cannot import History and Cookies from Safari while in Private Browsing mode; r=gavin
2009-02-19 09:34:12 +03:30
Boris Zbarsky
4a1ec31a24
Merging backout
2009-02-19 09:16:51 -05:00
Boris Zbarsky
731d751056
Backed out changeset 59e2945cce3c to see whether that fixes Linux unit tests.
2009-02-19 09:12:45 -05:00
Asaf Romano
c0d3b3c818
Bug 475066 - dragging a tab out of the browser window doesn't detach. r=mconnor
2009-02-19 14:00:05 +02:00
Ehsan Akhgari
2af9216ee1
Bug 464736 - Cannot import History and Cookies from Safari while in Private Browsing mode; r=gavin
2009-02-19 09:34:12 +03:30
Robert Strong
86f904540d
Followup to Bug 468197 - also add the version and not just the Alpha / Beta string. r=mconnor
2009-02-18 14:04:33 -08:00
Dave Townsend
1f94b87a04
Add logging to browser_alltabslistener.js to try to track down bug 478241
2009-02-18 11:18:53 -08:00
Olli Pettay
f9093a901c
Bug 477863 - Give gesture events usable clientX/screenX values, r+sr=roc
2009-02-17 13:49:03 +02:00
Robert Strong
af1a76731a
Bug 468197 - Simplify / automate the addition of the pre-release suffix string (e.g. Alpha 1, Beta 2, etc.). r=mconnor
2009-02-15 15:04:05 -08:00
Dão Gottwald
0c2a97a8a9
Bug 475327 - New Tab button is still right side of the Tab bar on Linux. r=gavin
2009-02-12 10:18:37 +01:00
John P Baker
2e13402791
Bug 449730 - favicon doesn't show up when dragging a tab between browser windows. r=gavin
2009-02-12 10:17:31 +01:00
Dão Gottwald
0a3c623098
Bug 477694 - useless dragover attribute set by newTabButtonObserver and newWindowButtonObserver. r=gavin
2009-02-11 11:24:59 +01:00
Marco Bonardo
285524fe48
Bug 474081 - Sporadic failures in browser_bug321000.js - poll clipboard, r=gavin
2009-02-05 14:11:54 +01:00
Asaf Romano
491ec3abe4
Bug 471499 - Actually address beltzner's comments.
2009-02-04 23:33:01 +02:00
Johnathan Nightingale
1c3144aa40
Bug 474792 - Clear "Never remember passwords for this site" with other site-specific settings in CRH dialog. r=dolske
2009-02-04 14:08:06 -05:00
Marco Bonardo
89beec81b8
Bug 476020 - Pressing Esc while having the tag autocomplete open closes the bookmarks panel, r=dietrich
2009-01-30 13:34:38 +01:00
Ehsan Akhgari
b6c79e2771
Bug 475564 - Clear Recent History dialog should not be minimized; r=gavin
2009-01-30 11:43:16 +03:30
Shawn Wilsher
43d27a55f5
Bug 384068 - [10.5] Firefox should download files to Leopard's Download Stack by default
...
Additionally, this sets browser.download.folderList to 1, which means we use the
downloads folder for all operating systems and oses. We can now also remove the
special code in browser-startup to set this pref to 1 for Vista only.
ui-r=beltzner
r=gavin
2009-01-28 19:00:14 -05:00
Gavin Sharp
1dd0d77ca8
Bug 474964: fix tabbrowser mousewheel scrolling (tabbrowser needs to override default scrollbox behavior since bug 457651), r=mano/Natch
2009-01-25 03:06:45 -05:00
Natch
e122708b1f
Bug 474964 - comment nodes screw up the tab bar. r=gavin
2009-01-24 01:41:36 +01:00
Marco Bonardo
7b8fc0c275
Bug 356571 - loadOneOrMoreURIs gives up if one of the URLs has an unknown protocol, r=gavin
2009-01-23 12:52:14 +01:00
Ehsan Akhgari
e4f94199a3
Bug 464962 - Zoom-Level reset to default when switching tabs while in Private Browsing Mode; r=gavin a=blocking-firefox3.1+
2009-01-23 12:42:51 +03:30
Natch
4c92e0dea7
Bug 456984 - "New Tab" Customizable Button Needs to Be Added Back. r=dao, r=gavin
2009-01-23 02:13:13 -06:00
Natch
244b665faf
Bug 457651 - New Tab button should be right of last tab. r=dao, r=gavin, ui=faaborg
2009-01-23 02:13:11 -06:00
Asaf Romano
2267d193a6
Bug 471499 - specification for valid drop targets for tab strip drag to tear off / detach tabs. r=mconnor, ui-r=beltzner
2009-01-22 19:00:54 -08:00
Marco Bonardo
6b253fd02e
Bug 474081 - Sporadic failures in browser_bug321000.js, r=gavin
2009-01-22 12:19:42 +01:00
Marco Bonardo
1960aa9265
Bug 462662 - Pressing Enter to select tag from autocomplete closes bookmarks properties dialog, r=dietrich
2009-01-22 12:19:42 +01:00
Dão Gottwald
bc12ac8e59
Bug 474594 - declare needToFocusWin properly. r=gavin
2009-01-22 11:18:30 +01:00
Mike Connor
c535b939bd
with browser.tabs.warnOnClose set to true, onBeforeUnload events are executed before user confirmation that tabs are to be closed, r=gavin
2009-01-21 23:54:26 -08:00
Daniel Holbert
2a7d88e05a
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Mike Connor
7b0b6ed6bb
bug 445845 - opening a new link from a full screen flash site doesn't focus the window where the tab was opened, r=gavin
2009-01-21 01:49:36 -08:00
Dão Gottwald
9da32fdb67
Bug 416937 - After clicking site button and clicking elsewhere focus goes to address bar. r=gavin
2009-01-21 09:41:34 +01:00
Johnathan Nightingale
39d975efc1
Expose site-specific settings in CRH dialog. b=380852, r=gavin
2009-01-20 10:59:49 -05:00
Dão Gottwald
2c2f89b2c3
Bug 474128 - remove newlines="replacewithspaces" from the search bar. r=gavin
2009-01-18 11:48:28 +01:00
Dão Gottwald
ddbe1e27c5
Bug 449359 - Middle-click on empty folder in Bookmarks Toolbar or Library creates empty new tab. r=mak77+gavin
2009-01-18 11:36:01 +01:00
Ehsan Akhgari
62b79c9b60
Bug 461627 - Hide the UI for saving certificate exceptions permanently in Private Browsing mode; r=kaie,gavin
2009-01-18 13:58:08 +03:30
Gavin Sharp
8e72f4667e
fix bustage from bug 473829
2009-01-17 20:55:55 -05:00
Dão Gottwald
6445b75bb3
Fix bogus id (bug 473829)
2009-01-17 22:13:11 +01:00
Henrik Skupin
33f5ce2148
Bug 473829 - Add ids to Firefox menus to make them accessible for MozMill. r=dao
2009-01-17 21:54:09 +01:00
Teune van Steeg
3da589286c
Bug 309953 - toolbarbuttons aren't in sync with their commands after customizing; updated patch by Klaas Heidstra. r=mano
2009-01-17 21:20:31 +01:00
Dão Gottwald
7ee3201d07
merge
2009-01-17 05:00:11 +01:00
Dão Gottwald
9612fb7bb1
Backed out changeset e30f1765a42c
2009-01-17 04:59:36 +01:00
Gavin Sharp
dbd10e746e
Bug 473128: add test for bug 422590, r=mano
2009-01-16 14:19:30 -05:00
Tuukka Tolvanen
34c1fe66da
Bug 456382 - mousing on last tab shouldn't close window (middle click, close button, context menu). ui-r=beltzner, r=gavin
2009-01-15 15:16:23 +01:00
Dão Gottwald
4923afce49
Bug 473745 - Implement tabContainer._fillTrailingGap. r=mano
2009-01-15 13:30:43 +01:00
Neil Deakin
72f9b0b06b
Bug 471438, check whether the drop event was cancelled when handling links in the browser
2009-01-14 13:23:33 -05:00
Dave Townsend
b1e513e1d5
Bug 386835: Page loaded in background doesn't get zoom applied until it is switched to. r=gavin
2009-01-12 20:15:27 +00:00
Ehsan Akhgari
63813c5dc5
Bug 349176 - [RTL] About Firefox; r=gavin
2009-01-13 21:30:05 +03:30
Justin Dolske
5f3fc61c3c
Bug 462478 - Make nsBrowserContentHandler use nsBrowserGlue's getMostRecentBrowserWindow(). r=gavin
2009-01-12 16:26:48 -08:00
Phil Ringnalda
2866d43b6f
Tranfer the correct spelling of transferable to the CLOSED TREE
2009-01-11 10:22:37 -08:00
Ehsan Akhgari
3c65854e39
Bug 463582 - Private browsing menu item does not work with no browser windows open; r=gavin
2009-01-09 14:54:17 +03:30
masa141421356@gmail.com
1bae96e874
Bug 452979 - Invisible control characters in URL MUST NOT be decoded when showing its address (r=gavin)
2009-01-06 09:41:34 -08:00
Olli Pettay
4055e86a98
Bug 471883 - Gesture events should be dispatched to the element under mouse, not to document. r+sr=roc
2009-01-03 14:40:26 +02:00
Natch
b932660ed6
Bug 416661 - "Site-specific zoom level shouldn't apply to image documents" (Future proof the test...) [r=gavin]
2009-01-02 01:34:44 -06:00
Ehsan Akhgari
c477a4b9ff
Bug 463400 - Make about:privatebrowsing useful outside the private browsing mode; r=gavin ui-r=beltzner
2009-01-02 10:07:04 +03:30
Vlado Valaštiak
34344ee7c5
Bug 471668: add access key for sanitizeDurationBox, r=gavin
2009-01-02 01:05:42 -05:00
Gervase Markham
eb9081f1b2
Bug 415128: fix Help->About copyright notice to mention licensing information, and remove references to logo copyright in non-branded builds, r=gavin, a=beltzner
2009-01-02 00:36:07 -05:00
Ehsan Akhgari
d46fa1ae1a
Bug 471428: add keyboard shortcut for private browsing mode (Cmd+Shift+P), r=gavin, ui-r=beltzner
2009-01-02 00:21:02 -05:00
Ehsan Akhgari
01a453eea4
Bug 469158 - Remove the 'privacy.sanitize.promptOnSanitize' preference; r=gavin ui-r=beltzner
2009-01-02 03:30:49 +03:30
Ehsan Akhgari
56697ffb92
Bug 471627 - Update text of about:private browsing before string freeze; r=gavin ui-r=beltzner
2009-01-02 03:29:48 +03:30
Ehsan Akhgari
cc56dbd5b3
Bug 465692 - Update the text of the Private Browsing prompt; r=gavin ui-r=beltzner,faaborg
2009-01-01 23:14:08 +03:30
Ehsan Akhgari
9457135778
Backed out changeset cdeb81e07974 because of a possible Mac problem
2009-01-01 22:59:29 +03:30
Ehsan Akhgari
226276a79c
Bug 465692 - Update the text of the Private Browsing prompt; r,ui-r=beltzner ui-r=faaborg
2009-01-01 22:34:43 +03:30
Phil Ringnalda
8aca67f326
Bug 470179 - Update browser/toolkit copyright dates to 2009, r=gavin
2008-12-31 18:54:17 -08:00
Dietrich Ayala
17dd8776c4
Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike)
2008-12-30 13:44:55 +01:00
Dietrich Ayala
44e08929e7
backout bug 414715 due to leaks
2008-12-29 17:22:39 -08:00
Dietrich Ayala
c51318949c
Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike)
2008-12-29 14:49:05 -08:00
Dão Gottwald
f65e656a13
Bug 471302 - "bookmark this page" resets the clipboard every time you enter the window. r=gavin
2008-12-28 19:25:10 +01:00
Justin Dolske
5c689a4061
Bug 455057 - some chrome images have embedded profiles. r=dbaron, ui-r=faaborg
2008-12-20 21:46:38 -08:00
Josh Aas
4c4299efbe
Backed out changeset e28cd33a0335
2008-12-19 05:30:53 -05:00
Josh Aas
170e6896d3
System for testing plugins, take 3. b=386676 r=smichaud sr=roc
2008-12-19 04:10:09 -05:00
Dietrich Ayala
a81ff7e680
imported patch backout-bug414715
2008-12-18 17:09:25 -08:00
Dietrich Ayala
3299fb830d
Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (r=marco, r=gavin, l10n-r=pike)
2008-12-18 13:47:48 -08:00
Ehsan Akhgari
412b4d1fc9
Bug 432599 - Double-click on the Star icon leads to incorrect display of the bookmark properties panel; r=mano
2008-12-18 23:42:40 +03:30
Dão Gottwald
983691ce30
Bug 470048 - feed and "popup blocked" button cleanup. r=gavin
2008-12-18 12:25:29 +01:00
Simon Montagu
30d51917c4
Fix typo in the checkin for bug 418513 (changeset 68e3d56ef84c).r=gavin
2008-12-18 00:50:59 -08:00
Dão Gottwald
b2706afe05
Bug 468191 - Padding on the Web feed icon and Star icon in location bar. r=gavin
2008-12-17 08:30:37 +01:00
Simon Montagu
70d49c14fa
Make display of the directional hook on the caret dependent on the bidi.browser.ui pref. Bug 418513, r=uriber, sr=roc (for core) r=mano, gavin.sharp (for browser)
2008-12-14 01:05:39 -08:00
Dietrich Ayala
50c4ee7c67
Bug 451586 - Removing a bookmark using the Star dialog also removes all duplicates (same url) (r=marco, l10n-r=pike)
2008-12-11 11:47:25 -08:00
Marco Bonardo
0dd8a6691d
Bug 431558 - implement preventive maintenance for places.sqlite, r=dietrich
2008-12-09 21:39:32 +01:00
Nochum Sossonko
9cfc9f9eb3
Bug 416661 - Site specific zoom level shouldn't apply to image documents, r=gavin ui-r=faaborg
2008-12-08 13:47:42 +01:00
Justin Dolske
98516ff2e7
Bug 424363 - Customize Toolbar ▸ Restore Default Set uses gtk-refresh instead of gtk-revert-to-saved. r=gavin, ui-r=faaborg
2008-12-08 00:05:10 -08:00
Justin Dolske
3d3cba8af8
Bug 466072 - Remove unused in-browser EULA prompt. r=beltzner
2008-12-07 23:29:47 -08:00