Commit Graph

2269 Commits

Author SHA1 Message Date
Ehsan Akhgari
08568fa966 Bug 819274 - Disable the Restore Previous Session command for private windows in per-window PB builds; r=dao 2012-12-09 23:13:50 -05:00
Jared Wein
49c155d032 Bug 814404 - Hide useless menu item in non-browser windows on Mac. r=gavin 2012-12-11 15:41:42 -08:00
David Keeler
ec4d48c7a5 bug 810082 - open popup when invisible click-to-play plugin is scripted r=jaws 2012-12-05 15:36:39 -08:00
Dão Gottwald
85ce9d5a87 Bug 818724 - Replace gStartupRan with a private gBrowserInit property. r=mak 2012-12-07 12:10:41 +01:00
Ehsan Akhgari
de6c3489b4 Bug 816527 - Disable switch to tab for private windows in per-window private browsing builds; r=gavin
This patch makes sure that when you have a tab open in a private window,
we would never switch to it from either a private or non-private window.
Also, this disabled switching to tabs inside private windows.

This patch uses the autocompletesearchparam attribute to convey whether
the autocomplete search is coming from a private window, to disable
finding open pages in nsPlacesAutoComplete.  It also changes the
behavior of switchToTabHavingURI to make sure that switch to tab
actually fails if somehow attempted (this is used in the test.)  It also
prevents pages opened in a private window to be registered with
nsPlacesAutoComplete as open pages, in order to make sure that those
pages do not appear as switch to tab entries in the autocomplete list
for other windows.

The test for this patch is based on browser_bug555767.js, and tests all
of the four possible interactions here.
2012-11-30 02:40:47 -05:00
Josh Matthews
444a2f35f1 Bug 819202 - Simplify the semantics of OpenBrowserWindow: new windows are public unless explicitly passed a 'private' option or global private browsing is in effect. r=dao DONTBUILD 2012-12-10 06:39:00 -05:00
Josh Matthews
8ddedc516b Backed out changeset 7878092679cf (bug 819202) 2012-12-13 21:11:11 -05:00
Josh Matthews
8337f73713 Date: Mon Dec 10 00:16:09 2012 -0500
Bug 819202 - Simplify the semantics of OpenBrowserWindow: new windows are public unless explicitly passed a 'private' option or global private browsing is in effect. r=dao
2012-12-10 06:39:00 -05:00
Joe Walker
9632928486 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Mounir Lamouri
54dce1ccac Bug 815650 - Show the URI spec if there is no URI host in the popup blocker. r=ttaubert 2012-11-28 15:48:35 +00:00
Joe Walker
09f22af880 Backed out changeset 132d2e88ef03 (bug 788977) for talos regression. 2012-11-27 10:39:10 +00:00
Joe Walker
782dda8def Merge m-c to fx-team 2012-11-27 02:50:33 +00:00
Joe Walker
6cf594c56e Merge m-c to fx-team 2012-11-24 12:06:17 +00:00
Joe Walker
ffb8f7a6c4 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-22 21:35:19 +00:00
Jonathan Kew
f0be4f09aa bug 814383 - fix javascript strict-mode warnings in browser.js. r=gavin 2012-11-26 16:18:25 +00:00
Josh Matthews
36cb9c84ea Bug 813533 - Ensure windows opened in global private browsing mode with no parent present are still marked as private. r=ehsan 2012-11-20 14:47:45 -05:00
Gavin Sharp
b280c6b157 Bug 814255: use defineLazy[Module]Getter in browser.js, r=dao 2012-11-21 17:38:56 -08:00
Marco Bonardo
412382cb6c Bug 817999 - remove DownloadMonitorPanel remnants.
r=dao
2012-12-05 17:44:01 +01:00
John Schoenick
bbef96c166 Bug 800018 - Part 2 - Move plugin fallback event handling entirely to the front end. r=jaws 2012-11-19 11:38:04 -08:00
Jared Wein
b19a86bee1 Bug 798925 - Add back the Error Console menuitem by default (backout revision 42a7cb309ca1, bug 602006). r=dcamp 2012-11-16 19:20:51 -08:00
Josh Matthews
e77a3bf92a Bug 723005 - Remove all checks for global privacy status in history-related code, and add them to callers when appropriate. r=mak sr=gavin 2012-02-18 01:40:10 -05:00
Abhishek Potnis
91476e7920 Bug 607280 - Remove the call to getShortcutOrURI in the contentAreaClick function. r=gavin 2012-11-04 19:18:37 +05:30
Brian Smith
a83721129f Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao 2012-11-10 20:49:29 -08:00
Brian Smith
34e27efb22 backout cset b36d5c933092 due to orange 2012-11-10 19:09:07 -08:00
Brian Smith
574944205a Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao 2012-11-10 18:18:14 -08:00
Jared Wein
5ff7529015 Bug 808176 - devtools.chrome.enabled=true should also show the Error Console menuitem. r=dcamp 2012-11-07 14:27:50 -08:00
Jim Mathies
f090df7308 Bug 809001 - Fix bad resource path in browser.js for Safebrowsing.jsm. r=gavin 2012-11-06 12:24:19 -06:00
Dão Gottwald
ad92592cef Bug 756313 - Don't load the homepage before the first paint. r=enn 2012-11-02 03:46:56 +01:00
Ryan VanderMeulen
347e549d1e Backout e35f252ca573 for mochitest-other orange.
CLOSED TREE
2012-11-01 19:31:02 -04:00
Dão Gottwald
85b0e8a97e Bug 756313 - Don't load the homepage before the first paint. r=enn 2012-11-01 22:00:35 +01:00
Andres Hernandez
2df29bc477 Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan 2012-10-24 14:21:33 -06:00
Dão Gottwald
8a821d41e5 Bug 715402 - Wait until chrome is painted before executing code not critical to making the window visible. r=gavin 2012-10-24 01:16:08 +02:00
Phil Ringnalda
1f31bd0f2f Merge mozilla-central to fx-team 2012-10-19 22:13:58 -07:00
Shane Caraveo
9191cf6dc2 Bug 794640 - Clicking a link in social content panels should close the panel. r=gavin 2012-10-15 23:58:13 -07:00
Mihai Sucan
5e11407ca2 Bug 795691 - b2g fixes for the web console actors; r=past,vingtetun,ttaubert 2012-10-11 21:24:57 +03:00
Ehsan Akhgari
dca2ea2a40 Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm 2012-10-09 20:34:59 -04:00
Ed Morley
0ab800be6e 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
1f0df69c1e Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm 2012-10-09 20:34:59 -04:00
Ehsan Akhgari
5cf1bb84f9 Bug 799001 - Part 3: Hook up about:privatebrowsing to load when opening a new private window; r=jdm
This page needs to be revamped later on to make sure that it fits the
new world!
2012-10-07 23:53:29 -04:00
Ehsan Akhgari
89dc83058c Bug 799001 - Part 2: Hook up the per-window version of the gPrivateBrowsingUI object; r=dao 2012-10-07 23:30:32 -04:00
Ehsan Akhgari
63b5efdb22 Bug 798508 - Part 2: Add a browser-level API for opening new Private Browsing windows; r=jdm
This is currently hidden behind the per-window PB build option.
2012-10-07 15:39:42 -04:00
Josh Matthews
c5b97d8984 Bug 795556 - Part 1: Make Style Editor open with sensible parent window. r=jwalker 2012-10-10 11:27:39 -04:00
Ehsan Akhgari
f30ee7fd07 Bug 722978 - Port the certificate exception UI to the new per-window private browsing API; r=jdm 2012-10-12 23:38:19 -04:00
Masayuki Nakano
8d389dcd6d Bug 672193 Support some actions of WM_APPCOMMAND such as New, Open, Close, Save, Find, Help, SendMail, ReplyToMail and ForwardMail r=gavin+jimm 2012-12-31 09:33:49 +09:00
Ehsan Akhgari
8f81bfa65d Bug 825454 - Make contentAreaDownloadsView.xul a proper in-content UI; r=dao 2012-12-29 17:04:16 -05:00
Dão Gottwald
fb6c6318f0 Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin 2012-12-28 10:25:59 +01:00
Sebastian Hengst
d161fc7dfe Bug 823658 - Use Services.jsm and String methods like startsWith in browser.js. r=gavin 2012-12-20 21:34:06 +01:00
OHZEKI Tetsuharu
c16f0fadc3 Bug 565717 - "Search for" context menu entry should be in textareas/inputs too. r=gavin.sharp 2011-04-24 12:15:53 -04:00
Ehsan Akhgari
75790083a3 Bug 798965 - Avoid using gPrivateBrowsingUI.privateBrowsingEnabled in browser.js and use the per-window PB API instead; r=jdm 2012-10-07 17:47:10 -04:00
Ehsan Akhgari
b8d5d66e67 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