Ehsan Akhgari
52bd8156e1
Bug 817931 - Don't restore the contents of the last closed window into a newly opened window if it's a private window; r=ttaubert
...
DONTBUILD since this is NPOTB for global PB builds
2012-12-04 00:18:26 -05:00
Ehsan Akhgari
19810c492c
Bug 817932 - Ignore unrelated load events to fix the intermittent failure in browser_privatebrowsing_openlocation.js; r=jdm
...
DONTBUILD since this is NPOTB for global PB builds
2012-12-03 23:15:22 -05:00
Andres Hernandez
4c9d018859
Bug 817472 - Port browser_394759_privatebrowsing.js to the new per-window PB APIs; r=ehsan
...
DONTBUILD because this is NPOTB for global PB builds
--HG--
rename : browser/components/sessionstore/test/browser_394759_privatebrowsing.js => browser/components/sessionstore/test/browser_394759_perwindowpb.js
2012-12-03 16:51:16 -06:00
Andres Hernandez
cc9ec615fc
Bug 816524 - Do not store information about closed private windows; r=ttaubert
2012-11-30 15:43:38 -06:00
Ryan VanderMeulen
ccdbc2ba3d
Merge the last PGO-green inbound changeset to m-c.
2012-12-03 19:03:01 -05:00
Josh Matthews
16091527e1
Backed out changeset 0902b7e89928 (bug 816524)
2012-12-03 17:01:15 -05:00
Ed Morley
664dc9d334
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-03 19:05:07 +00:00
Ehsan Akhgari
e9c82e7b7a
Follow-up to bug 810180 - Reset the homepage to about:blank when opening new windows in the test; r=jdm
...
DONTBUILD because this is NPOTB in global PB builds
2012-12-02 23:22:45 -05:00
Ehsan Akhgari
fb31691313
Bug 817463 - Disable loading the homepage for per-window private browsing tests; r=jdm
...
DONTBUILD since this is NPOTB in global PB builds
2012-12-02 21:48:46 -05:00
Mario Alvarado [:marioalv]
646b62cd4f
Bug 813215 - Port browser_354894.js to the per-window PB APIs; r=ehsan
...
DONTBUILD because this is NPOTB in gloabl PB builds
--HG--
rename : browser/components/sessionstore/test/browser_354894.js => browser/components/sessionstore/test/browser_354894_perwindowpb.js
2012-11-29 01:02:06 -06:00
Andres Hernandez
9d1fead04c
Bug 816524 - Do not store information about closed private windows; r=ttaubert
...
DONTBUILD since this is NPOTB for global PB builds
2012-11-30 15:43:38 -06:00
Ehsan Akhgari
211af780b4
Backed out changeset 05865f2b8171 (bug 806690) because it was not effective
...
DONTBUILD
2012-12-02 20:42:15 -05:00
Ehsan Akhgari
bd84c35ab8
Bug 806690 - Cancel the current browser load to make sure that we don't catch unexpected load events for about:home; shoulder-r=jdm
...
DONTBUILD since this in NPOTB for global PB builds
2012-12-02 19:05:50 -05:00
Bellindira Castillo [:bellindira]
6da57ee4b2
Bug 806715 - Port browser_tabview_bug624265.js to the new per-tab PB APIs; r=ehsan
...
--HG--
rename : browser/components/tabview/test/browser_tabview_bug624265.js => browser/components/tabview/test/browser_tabview_bug624265_perwindowpb.js
2012-11-30 18:39:20 -06:00
Mike Conley
e4bb67c95f
Bug 817584 - Replace descendent selectors in Downloads Panel CSS with child selectors. r=mak.
2012-12-03 13:19:16 -05:00
Ed Morley
08abd11595
Merge mozilla-central to mozilla-inbound
2012-12-03 15:49:45 +00:00
Dão Gottwald
38efef5d46
Bug 816995 - Use openUILinkIn instead of the gBrowser.selectedTab = gBrowser.addTab() pattern. r=Mossop
...
--HG--
extra : rebase_source : cc016af00864d2aaa1468c143f6b053a21ebd7a1
2012-12-01 05:11:44 +01:00
Mike Conley
320735d648
Bug 815941 - Remove the usages of nsIDownload.id and nsIDownloadManager.getDownload from the downloads panel code. Code started by ehsan. feedback=paolo, r=mak.
2012-11-30 22:37:48 -05:00
Ehsan Akhgari
6c4055de2b
Merge mozilla-central into mozilla-inbound, but DONTBUILD since this all NPOTB stuff
2012-12-02 23:35:18 -05:00
Ryan VanderMeulen
ad435cf717
Merge m-c to inbound.
2012-12-02 20:33:48 -05:00
Ehsan Akhgari
32b0508bbb
Bug 817423 - Remove an unused function in aboutPrivateBrowsing.xhtml; r=jdm
2012-12-02 15:10:34 -05:00
Ehsan Akhgari
a1427ff737
Fix a typo, no bug, DONTBUILD
2012-11-30 01:59:59 -05:00
Mike Conley
79b58c650d
Bug 815678 - Stop Downloads Panel from changing width when scanning completed download. r=mak.
2012-11-29 11:45:27 -05:00
Ryan VanderMeulen
d9dd86b601
Merge m-c to inbound.
2012-11-28 22:46:45 -05:00
Ehsan Akhgari
cc57bb6797
Attempt to fix bug 810180 by waiting for the window to be focused, DONTBUILD since this only affects per-window private browsing builds
2012-11-28 17:13:43 -05:00
Josh Matthews
0541a0bcc3
Backed out changeset 7c45205a61a0 (bug 769285)
2012-11-28 11:51:42 -05:00
Josh Matthews
5b91db75ab
Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt
2012-11-28 11:20:20 -05:00
Mike Conley
6c42deee0b
Bug 815273 - Don't force focus the Downloads Panel "Show all downloads" button when opening the panel. r=mak.
2012-11-28 11:10:57 -05:00
Josh Matthews
8f54709b0a
Bug 815229 - Make search completion test for private browsing test all autocomplete entries. r=ehsan
2012-11-26 14:04:07 -05:00
Andres Hernandez
7956b1abc2
Bug 810180 - Convert browser_private_search.js to use the per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/search/test/browser_private_search.js => browser/components/search/test/browser_private_search_perwindowpb.js
2012-11-23 15:52:31 -06:00
Ehsan Akhgari
12f7142a50
Bug 814705 - Disable browser_privacypane_6.js and its in-content variant in per-window PB mode; r=jdm
2012-11-23 14:35:29 -05:00
Bellindira Castillo [:bellindira]
9f65ef351f
Bug 806702 - Port browser_privatebrowsing_zoom.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_zoom.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_zoom.js
2012-11-21 21:04:49 -06:00
Mike Conley
cf3f35abe1
Bug 814099 - Paused downloads don't behave properly in Downloads Panel after the session is restored. r=mak.
2012-11-22 14:54:51 -05:00
Mike Conley
7937e621b6
Bug 809852 - Allow cycling through the "Show all downloads" and summary footers in the Downloads Panel using the arrow keys. r=mak.
2012-11-22 14:38:38 -05:00
Mike Conley
4037acdba3
Bug 800314 - Stop the browser window from stealing focus when a download begins. r=paolo.
...
The most recent browser window (if available) was stealing focus when a download
started. This was to account for the case where a download was initiated from
the Library. We are, however, switching to a Library view that shows download
state and progress in bug 675902, so this focus pull is now unnecessary, and
disruptive for users with window managers that don't have focus-stealing
prevention.
2012-11-22 10:59:09 -05:00
Mario Alvarado [:marioalv]
80e685fc14
Bug 806699 - Port browser_privatebrowsing_ui.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_ui.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_ui.js
extra : rebase_source : bc814120977d36fee6285ea7391aa340361b33cc
2012-11-21 15:26:36 -06:00
Andres Hernandez
2c32c78812
Bug 722993 - WindowsJumpLists.jsm uses global Private Browsing state to make decisions; f=jdm, r=ehsan
2012-11-20 19:31:35 -06:00
Seth Fowler
630ed49838
Bug 812241 - Remove disabled test warnings. r=khuey
2012-11-20 16:13:04 -08:00
Andres Hernandez
f6f6143158
Bug 806693 - Port browser_privatebrowsing_placestitle.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_placestitle.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_placestitle.js
rename : browser/components/privatebrowsing/test/browser/global/title.sjs => browser/components/privatebrowsing/test/browser/perwindow/title.sjs
2012-11-20 13:41:40 -06:00
Mario Alvarado [:marioalv]
22c295e4df
Bug 806688 - Port browser_privatebrowsing_localStorage_before_after.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage_before_after.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage_before_after.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage_before_after_page.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage_before_after_page.html
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage_before_after_page2.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage_before_after_page2.html
extra : rebase_source : e22dc284a5839939d564a30be5c5a53f976dff87
2012-11-20 10:57:02 -06:00
Josh Matthews
42e88bf5c5
Bug 812828 - If there's no active window when opening targets in tabs, assume we don't want private browsing. r=mak
2012-11-19 16:40:32 +00:00
Mike Conley
25afb0c91a
Bug 808277 - Show the progress of downloads that are not visible in the Downloads Panel in a summary. r=mak.
2012-11-16 16:19:45 -05:00
Ryan VanderMeulen
a377629c2d
Backed out changesets c2ea3fb28c45 (bug 812343), 68e26307643e (bug 812345), 15eaadc2cd9a (bug 811076), and 5a98a1662e64 (bug 808277) for mochitest-1 failures.
...
CLOSED TREE
2012-11-16 17:57:44 -05:00
Mike Conley
ddb61a9487
Bug 808277 - Show the progress of downloads that are not visible in the Downloads Panel in a summary. r=mak.
2012-11-16 16:19:45 -05:00
Josh Matthews
3c1cd97486
Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi
2012-06-30 07:34:17 -07:00
Josh Matthews
0da98fa02a
Bug 722850 - Part 2: Query the private browsing status of channels used to manipulate cookies. r=mconnor
2012-02-08 13:37:07 -05:00
Ed Morley
f2ccb0abbe
Backout e123e0173185, 326ed6f1dc9e & 7c2c9c988869 (bug 722979) for mochitest-a11y failures
2012-11-16 15:06:13 +00:00
Josh Matthews
6d9f8239fe
Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi
2012-06-30 07:34:17 -07:00
Josh Matthews
38b344de52
Bug 722859 - Support concurrent private/public downloads in the download manager. r=paolo/mak sr=bz ui-r=shorlander
2012-05-25 12:24:35 +01:00
Ed Morley
1b167c9767
Backout f077ad362ca3 (bug 722859) for bustage
2012-11-16 10:44:20 +00:00