Ehsan Akhgari
ce8005de91
Bug 829870 - Only draw in the title bar of private windows which are browser windows on Mac; r=gavin
2013-01-13 16:23:13 -05:00
Ehsan Akhgari
27b9a69fba
Merge mozilla-central into mozilla-inbound
2013-01-12 09:27:31 -05:00
Mike Connor
e46ce230b0
Bug 804745 - Unified notification for application data reporting; r=gavin
2013-01-11 19:05:35 -08:00
David Keeler
7cf3a0e3d2
bug 809846 - CTP: activate dynamically added plugins of the same type when using popup notification r=jaws
...
--HG--
rename : browser/base/content/test/plugin_bug743421.html => browser/base/content/test/plugin_add_dynamically.html
2013-01-11 16:25:02 -08:00
Dão Gottwald
745b00d1f8
Bug 827954 - Firefox button overlaps the first tab in private windows. r=ehsan
2013-01-11 13:39:39 +01:00
Ehsan Akhgari
515cd3cb79
Bug 749394 - Per-window private browsing theme changes for Windows and OS X; r=dao
2013-01-07 13:24:08 -05:00
Panos Astithas
022bea1ed6
Merge m-c to fx-team
2013-01-05 11:41:23 +02:00
Joe Walker
5c84bd2eb8
Bug 795988 - Closing browser window with Developer Toolbar open leaks an everything; r=paul,ttaubert
2013-01-04 20:31:38 +00:00
Ed Morley
289bb2e7ae
Merge mozilla-central to mozilla-inbound
2012-12-21 11:41:08 +00:00
Paul Rouget
6eec3f0ef3
Bug 817537 - Connection screen polish. r=vporof
2012-12-18 08:54:00 +01:00
David Keeler
52d3900b30
bug 820497 - update popup notification for click-to-play more often r=jaws
2012-12-17 16:12:14 -08:00
Gavin Sharp
10f431c5f7
Bug 614304: make Esc only stop page/XHR/WebSocket loads when the stop button is shown, r=dao
...
--HG--
extra : transplant_source : %A9K%87%F5%87d%3F%1Cj%11%9AJ7%D7%EC%F9%08%15%BFf
2012-12-20 16:16:11 -05:00
Dão Gottwald
70f971fb0b
Bug 822435 - Undo global-scope pollution from browser-plugins.js. r=jaws
2012-12-18 01:05:00 +01:00
Frank Yan
833fa5f92d
Bug 822056 - Use truthy test not typeof == 'object' for OpenBrowserWindow options in browser.js. r=gavin
2012-12-15 15:59:19 -08:00
Gavin Sharp
2ccef33a99
Bug 802026, r=dao
...
--HG--
extra : transplant_source : _%DEr6%3A%8A%40%AF%FE%5E/%C6N%82%00%0B%0FtU%DD
2012-12-12 01:09:49 -08:00
Ed Morley
7774c430ca
Merge mozilla-inbound to mozilla-central on a CLOSED TREE
2012-12-14 15:28:22 +00:00
Joe Walker
349f95edf3
Merge m-c to fx-team
2012-12-13 17:42:37 +00:00
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
Jared Wein
a7aa907054
Bug 814404 - Hide useless menu item in non-browser windows on Mac. r=gavin
...
--HG--
extra : rebase_source : 4aebcaa31a6cf45fa1949eba731ad5c4d2e05188
2012-12-11 15:41:42 -08: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
Josh Matthews
a088c2550d
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
9886741df2
Backed out changeset 7878092679cf (bug 819202)
2012-12-13 21:11:11 -05:00
Josh Matthews
6cb4e54466
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
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