Joe Walker
a2f9e35eb4
Automated merge with ssh://hg.mozilla.org/integration/fx-team/
2012-12-13 15:26:29 +00:00
Joe Walker
e083b9d5e6
Bug 813031 - gDevTools needs an API review [toolbox]; r=paul
2012-12-13 13:03:55 +00:00
Ehsan Akhgari
f59bb94d2a
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
David Keeler
dac115dc1f
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
f6b86722fa
Bug 818724 - Replace gStartupRan with a private gBrowserInit property. r=mak
2012-12-07 12:10:41 +01:00
Ehsan Akhgari
2a1cf21b66
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
Joe Walker
a3224c8b35
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
c88168fd91
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
1080556613
Backed out changeset 132d2e88ef03 (bug 788977) for talos regression.
2012-11-27 10:39:10 +00:00
Joe Walker
dfb956a6c7
Merge m-c to fx-team
2012-11-27 02:50:33 +00:00
Joe Walker
68e2336dfc
Merge m-c to fx-team
2012-11-24 12:06:17 +00:00
Joe Walker
e9233b2864
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
9bbf39372f
bug 814383 - fix javascript strict-mode warnings in browser.js. r=gavin
2012-11-26 16:18:25 +00:00
Josh Matthews
3708bf0225
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
1590899437
Bug 814255: use defineLazy[Module]Getter in browser.js, r=dao
2012-11-21 17:38:56 -08:00
Marco Bonardo
49c0bc96c5
Bug 817999 - remove DownloadMonitorPanel remnants.
...
r=dao
2012-12-05 17:44:01 +01:00
John Schoenick
a1c0496fa5
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
34585ddb40
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
f07cac3737
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
a9094a7158
Bug 607280 - Remove the call to getShortcutOrURI in the contentAreaClick function. r=gavin
2012-11-04 19:18:37 +05:30
Brian Smith
5bd1df9e3f
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
2012-11-10 20:49:29 -08:00
Brian Smith
a71cf40b82
backout cset b36d5c933092 due to orange
2012-11-10 19:09:07 -08:00
Brian Smith
3c7bd35add
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
...
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
2012-11-10 18:18:14 -08:00
Jared Wein
c6031b2b42
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
e407ba9c3c
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
2af5871aa2
Bug 756313 - Don't load the homepage before the first paint. r=enn
2012-11-02 03:46:56 +01:00
Ryan VanderMeulen
357ab39ee9
Backout e35f252ca573 for mochitest-other orange.
...
CLOSED TREE
2012-11-01 19:31:02 -04:00
Dão Gottwald
6a7571f30d
Bug 756313 - Don't load the homepage before the first paint. r=enn
2012-11-01 22:00:35 +01:00
Andres Hernandez
38edfa2bc6
Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan
2012-10-24 14:21:33 -06:00
Dão Gottwald
5c231d07d1
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
b6e6285116
Merge mozilla-central to fx-team
2012-10-19 22:13:58 -07:00
Shane Caraveo
51b7918880
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
2d87b85b5d
Bug 795691 - b2g fixes for the web console actors; r=past,vingtetun,ttaubert
2012-10-11 21:24:57 +03:00
Ehsan Akhgari
f1d775755a
Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm
2012-10-09 20:34:59 -04:00
Ed Morley
9b9179d8dc
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
8101798633
Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm
2012-10-09 20:34:59 -04:00
Ehsan Akhgari
3326870fee
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
4f7ec5f784
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
d25c72e153
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
417aeba285
Bug 795556 - Part 1: Make Style Editor open with sensible parent window. r=jwalker
2012-10-10 11:27:39 -04:00
Ehsan Akhgari
61482c1186
Bug 722978 - Port the certificate exception UI to the new per-window private browsing API; r=jdm
...
--HG--
extra : rebase_source : a49d0c630a170a950dd830ad484e084a29f8b51f
2012-10-12 23:38:19 -04:00
OHZEKI Tetsuharu
da6300702b
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
c5ed2d6c2e
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
0d95057a75
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
Graeme McCutcheon
ce6430aeef
Bug 693029 - followup: fix another errant pair of quotes.
2012-10-08 09:32:16 +01:00
Graeme McCutcheon
9ecfe6fc92
Bug 693029 - Followup - inconsistent quoting style sneaked in. DONTBUILD.
2012-10-05 12:17:57 +01:00
Graeme McCutcheon
9047fbf81c
Bug 693029 - Don't check for disableFastFind attribute until we've got some of the document loaded. r=gavin
2012-10-05 11:56:22 +01:00
Josh Matthews
be721d5624
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Jared Wein
6f260d8250
Bug 602006 - Remove Error Console item. r=dao
2012-10-01 21:34:34 -07:00
Jonathan Kew
7c72bd5ca4
bug 674373 pt 5 - provide a fullZoom API in nsIDOMWindowUtils, and use this rather than inferring zoom from CSS to device pixel ratio. r=roc
2012-09-29 12:35:19 +01:00