Gavin Sharp
7ca7c14c7a
Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice
2013-10-08 14:00:48 -07:00
Boris Zbarsky
a48b619d92
Bug 913855. Fix consumers of window mediator to be more consistent in their checking for closed windows. r=dolske
...
Note that we can't just stop returning closed windows from the window
mediator, because some consumers (e.g. session restore) rely on seeing
closed windows in the list so they can remove them from their internal
data structures expeditiouly.
2013-09-13 17:29:51 -04:00
Sebastian Hengst
070c210aec
Bug 906465 - gatherTextUnder in utilityOverlay.js returns only alt text for image (img) if found. r=dao
2013-08-18 21:40:47 +02:00
Michael Harrison
e40a13da10
Bug 890367 - Correctly handle non-ASCII text in browser.newtab.url. r=ttaubert
2013-07-23 10:52:20 -04:00
Dão Gottwald
b31f7c5cc4
Backed out changeset f029edccac09
2013-03-18 16:46:17 +01:00
Josh Matthews
604e47fa2a
Bug 847971 - Make openURL select recent windows that match the current privacy state. r=dolske
...
--HG--
rename : browser/modules/RecentWindow.jsm => toolkit/modules/RecentWindow.jsm
2013-03-14 17:41:52 -04:00
Josh Matthews
7ee187d393
Bug 847952 - Make utility function to return the topmost window discriminate between public and private windows. r=dao
2013-03-17 11:12:54 -04:00
Dão Gottwald
82267b429e
Backed out changeset 3f534921cf61
2013-03-17 22:44:57 +01:00
Josh Matthews
33331c07d2
Bug 847952 - Make utility function to return the topmost window discriminate between public and private windows. r=ehsan
2013-03-17 11:12:54 -04:00
Raymond Lee
88f5d17aaf
Bug 840678 - Use HTTPS instead of HTTP for input.mozilla.org submissions. r=gavin
2013-03-06 12:03:25 +08:00
Dão Gottwald
0cae1c6c83
Bug 846707 - Let openLinkIn raise the target window unconditionally. r=enn
2013-03-04 19:11:23 +01:00
Dão Gottwald
2a1e10f129
Bug 845811 - openLinkIn should use the target window's isBlankPageURL function. r=ehsan
...
--HG--
extra : rebase_source : ca94dd1d85f6f51e5a600f972840f4a95ec47851
2013-02-28 19:18:41 +01:00
Andre Reinald
9aceee2108
Bug 809254 - New Tab (⌘T) while minimized leaves the window minimized. r=dao
2013-02-26 18:18:26 +01:00
Ehsan Akhgari
32d278987e
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Mike Connor
17b82197ea
bug 830418 - hide health report menu items if health report is disabled, r=rnewman
2013-01-14 19:55:43 -05:00
Mike Connor
79e2fbeaa0
bug 719484 - build about:healthreport, r=dolske
...
--HG--
extra : rebase_source : 54dac2005640bcf6f0b37c16cfbf04bb11d5def1
2013-01-11 15:31:38 -08:00
Ehsan Akhgari
64519ae3a7
Bug 822008 - Only listen to private-browsing-transition-complete in global PB builds for determining the new tab URL; r=jdm
2012-12-15 12:10:05 -05:00
Ehsan Akhgari
69616b6cfb
Followup for bug 456884 - Fix the variable name to match the surrounding ones
...
DONTBUILD
2012-11-30 11:32:36 -05:00
Ehsan Akhgari
a3f8347fd1
Bug 456884 - Provide a way to open a link into private browsing mode; r=dao ui-r=madhava
2012-11-27 10:09:24 -05:00
Marco Bonardo
3080319dd3
Bug 814264 follow-up: change the error text. DONTBUILD
...
r_irc=gavin
2012-11-28 18:26:02 +01:00
Marco Bonardo
d2aac09c42
Bug 814264 - Restore the ability to call openUILink without an event parameter.
...
r=gavin
2012-11-27 17:06:17 +01:00
Ed Morley
e145624da3
Backout fae627fef335 (bug 795065) for browser-chrome failures
2012-11-27 17:34:42 +00:00
Marco Bonardo
0eacd801d7
Bug 814264 - bug 795065 broke calling openUILink without an event parameter.
...
r=gavin
2012-11-27 17:06:17 +01:00
Ehsan Akhgari
4355baabb6
Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm
2012-10-09 20:34:59 -04:00
Ed Morley
a2a48aea9e
Backout 6e26bb277c64 (bug 799780), cb395ed2de20 (bug 799664), cd5679486c7b (bug 799526) for causing frequent failures in browser_bug400731.js
2012-10-11 15:00:05 +01:00
Ehsan Akhgari
9328aeb770
Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm
2012-10-09 20:34:59 -04:00
Ehsan Akhgari
e6f1f39bc6
Bug 798516 - Remove support for gPrivateBrowsingUI.privateWindow; r=jdm
...
This patch replaces the privateWindow API with the toolkit
PrivateBrowsingUtils.isWindowPrivate API, which is better in the sense
that it is chrome/content agnostic and is not browser/ specific.
2012-10-05 19:25:52 -04:00
Josh Matthews
1c61b4bca6
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Abhishek Potnis
482c9a8d8a
Bug 691925 - Replaced content.focus() with gBrowser.selectedBrowser.focus() and/or window.focus(). r=dao
2012-09-19 12:59:26 +02:00
Justin Dolske
af5c9c3213
Bug 769960 - Refactor the terrifying code in nsSafebrowsingApplication.js. r=fryn, f=gcp
2012-07-27 23:25:11 -07:00
Saurabh Anand
9c51de9d9b
Bug 774660 - openPreferences should consistently not return a window object; r=dao
2012-07-18 20:48:11 +05:30
Saurabh Anand
1b45c1ce5f
Bug 767836 - show custom newtab page in private browsing mode if configured; r=ttaubert
2012-07-04 02:37:22 +05:30
Ehsan Akhgari
6a9cc5b4bd
Bug 767835 - Avoid using about:privatebrowsing as the new tab URL when permanent private browsing has been turned on; r=ttaubert
2012-06-25 13:00:32 -04:00
Ed Morley
6de6acadf0
Backout 4e195dd3a989 (bug 767835) for mochitest-browser-chrome failures
2012-06-26 09:23:16 +01:00
Ehsan Akhgari
d25b53a796
Bug 767835 - Avoid using about:privatebrowsing as the new tab URL when permanent private browsing has been turned on; r=ttaubert
2012-06-25 13:00:32 -04:00
Saurabh Anand
da2a5b6a11
Bug 763468 - Use about:privatebrowsing for new tabs opened in private browsing mode; r=ttaubert
2012-06-21 03:13:19 +05:30
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Devan Sayles
b6caf044a2
Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride
2012-05-08 19:31:51 -07:00
Dão Gottwald
0ca4926e78
Bug 740389 - Clean up openTopWin and mark it as deprecated. r=gavin
2012-03-29 19:46:26 +02:00
Dão Gottwald
e5b2153258
Bug 631500 - Let openUILink accept an object with named parameters. r=gavin
2012-03-17 20:39:08 +01:00
Tim Taubert
b73f8ac46f
Bug 722263 - New Tab Page: changing browser.newtab.url require restart; r=dao
2012-03-13 03:03:46 +01:00
Johan Charlez
b5bdaf7024
Bug 713052 - Add preference for disabling ALT-clicks to save links. r=gavin
2012-03-01 17:08:03 -05:00
Ryan VanderMeulen
6880c7b790
Backout bug 713052 (rev 5c84280687df). The checkin-needed flag was removed as a mid-air collision when I committed this.
2012-02-28 18:47:32 -05:00
Johan Charlez
106a9e60cc
Bug 713052 - Add preference for disabling ALT-clicks to save links. r=gavin
2012-02-28 18:40:38 -05:00
Dan Witte
3b846644de
Bug 729363 - Don't dump to console when shell service unavailable. r=gavin
2012-02-22 14:06:55 +01:00
Tim Taubert
f7b4c26c5a
Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin
2012-01-25 23:43:27 +01:00
Tim Taubert
8d57d8d45e
Backed out changeset 746adaa9c9da (bug 455553)
2012-01-26 18:27:49 +01:00
Tim Taubert
a530027e09
Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin
2012-01-25 23:43:27 +01:00
Dão Gottwald
0a32b673f9
Bug 485237 - Use \!toolbar.visible instead of the chromehidden attribute existence to identify popups. r=gavin
...
--HG--
extra : rebase_source : e5a18e5dca37e8ce3a0b5c832b376787d269b310
2012-01-24 01:37:54 +01:00
Reuben Morais
0d5f06a436
Bug 490225 - Open new tabs in existing browser window if there is one. r=dao
2011-12-20 14:02:48 +01:00