Gregory Szorc
5a8f3f125f
Bug 829184 - Update "Data Choices" pref pane with reworked XPCOM service; r=dolske
2013-01-11 15:33:57 -08:00
Gregory Szorc
2a2c9840fe
Merge mozilla-central into services-central
2013-01-11 11:07:05 -08:00
Ehsan Akhgari
bd4388681a
Bug 829180 - Never open externally opened links in a private window; r=gavin
2013-01-10 23:25:56 -05:00
Marco Bonardo
57a043dedc
Bug 828247 - Library downloads view does not show the end time for completed downloads.
...
r=Mano
2013-01-11 00:32:16 +01:00
Trevor Saunders
a412fe5dfa
bug 829288 - fix warnings under browser/ r=gavin
2013-01-10 07:34:58 -05:00
Richard Newman
2c2de1fa40
Merge m-c to s-c.
2013-01-09 12:48:01 -08:00
Mike Connor
7249f150c6
Bug 809094 - Move data upload choices to Advanced pref pane, add FHR option; r=gavin, gps
2013-01-03 23:45:15 -05:00
Asaf Romano
410fd1382f
Bug 827293 - The first list item in the downloads view should be selected when it's opened (was: Error: TypeError: view.selectNode is not a function). r=mak
2013-01-11 22:48:01 +02:00
Ehsan Akhgari
8ffeafeacf
Merge mozilla-central into mozilla-inbound
2013-01-15 09:10:19 -05:00
Mats Palmgren
d5826be6d7
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
2013-01-15 13:22:03 +01:00
Marco Bonardo
8270e43887
Bug 830405 - Make Clear Downloads button "tabbable" on Mac.
...
r=Mano
2013-01-15 00:49:36 +01:00
Michael Kraft
9277a212b9
Bug 824107 - Session Data lost on startup if nsISessionStartup.sessionType is referenced before async load complete. r=dteller
2013-01-06 22:24:15 -05:00
Raymond Lee
8fb93c1038
Bug 826311 - Extend the browser_privatebrowsing_cookieacceptdialog.js to check if the cookies modal dialog appears; r=ehsan
2013-01-06 18:44:35 -05:00
Paolo Amadini
0569633261
Bug 812813 - The Downloads Panel needs to draw your attention when a download finishes. r=mak
...
--HG--
rename : browser/themes/gnomestripe/downloads/download-notification.png => browser/themes/gnomestripe/downloads/download-notification-start.png
rename : browser/themes/pinstripe/downloads/download-notification.png => browser/themes/pinstripe/downloads/download-notification-start.png
rename : browser/themes/winstripe/downloads/download-notification.png => browser/themes/winstripe/downloads/download-notification-start.png
2013-01-06 12:18:21 +01:00
Asaf Romano
87d58e2848
Bug 826425 - double-click on finished downloads in Library view doesn't open them. r=mak.
2013-01-05 16:49:58 +02:00
Marco Bonardo
9416d1053b
Bug 822572 - Add a Clear Downloads button to the Library view.
...
r=Mano
2013-01-05 15:46:16 +01:00
Asaf Romano
97869f9e8e
Bug 822343 - Downloads view takes far too long to render. Part 2 - async I/O. r=mak
2013-01-05 16:08:45 +02:00
Marco Bonardo
ec6ecaccf2
Backout 1a99d532ccd6:ac7fc104c829 (bug 812813) due to bc test failure
...
--HG--
rename : browser/themes/gnomestripe/downloads/download-notification-start.png => browser/themes/gnomestripe/downloads/download-notification.png
rename : browser/themes/pinstripe/downloads/download-notification-start.png => browser/themes/pinstripe/downloads/download-notification.png
rename : browser/themes/winstripe/downloads/download-notification-start.png => browser/themes/winstripe/downloads/download-notification.png
2013-01-05 13:08:40 +01:00
Paolo Amadini
0664506199
Bug 812813 - The Downloads Panel needs to draw your attention when a download finishes.
...
--HG--
rename : browser/themes/gnomestripe/downloads/download-notification.png => browser/themes/gnomestripe/downloads/download-notification-start.png
rename : browser/themes/pinstripe/downloads/download-notification.png => browser/themes/pinstripe/downloads/download-notification-start.png
rename : browser/themes/winstripe/downloads/download-notification.png => browser/themes/winstripe/downloads/download-notification-start.png
2013-01-05 11:44:34 +01:00
Marco Bonardo
35d949f6ac
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
...
r=Mano sr=gavin
2013-01-05 10:21:04 +01:00
Mike Conley
3918e001e9
Bug 826729 - about:downloads download item buttons look strange, and context menus don't update. r=mak.
2013-01-04 16:01:22 -05:00
William Chen
8f2a3385ae
Bug 617532 - Implement UndoManager. r=ehsan
2013-01-03 22:54:26 -08:00
Ehsan Akhgari
4361e7a9b1
Bug 826371 - Fix the private browsing autostart preference change confirmation on platforms without instant-apply (such as Windows); r=jdm
2013-01-03 14:16:46 -05:00
Ehsan Akhgari
57f6d467f6
Merge mozilla-central into mozilla-inbound
2013-01-15 13:50:43 -05:00
Asaf Romano
8ccafe3d75
Bug 830242 - Double clicking a folder in the right side pane opens first item into the current tab. And sent the 'library' into the background. r=mak
2013-01-15 20:28:35 +02:00
Asaf Romano
25dee4b05d
Bug 826991 - Store download state and end time in an annotation. r=mak
2013-01-15 01:03:08 +02:00
Mike Conley
fbbe721c1c
Bug 819428 - Re-jig keyboard navigation for the Downloads Panel. r=mak.
2013-01-14 12:59:40 -05:00
Marco Bonardo
8c76c5cca0
Bug 828895 - keyboard navigation in the Library View is bogus.
...
r=Mano
2013-01-10 21:48:03 +01:00
Ed Morley
33c275d46a
Bug 822284 - Disable browser_privatebrowsing_cookieacceptdialog.js & browser_privatebrowsing_crh.js on OS X for too many intermittent failures
2013-01-10 15:46:09 +00:00
Mike Conley
a59784f864
Bug 828302 - Downloads Panel is not correctly cropping long filenames. r=mak.
2013-01-10 10:13:02 -05:00
Ed Morley
f1ee649d65
Bug 795265 - Disable browser_tabview_bug678374.js for too many intermittent failures
2013-01-10 14:59:27 +00:00
Marco Bonardo
d93f38166d
Bug 828232 - Allow to retry history downloads.
...
r=Mano
2013-01-10 12:08:57 +01:00
Marco Bonardo
d6e3cc1074
Bug 828488 - Properly set the "active" attribute for session downloads.
...
r=Mano
2013-01-09 20:00:38 +01:00
Asaf Romano
c2035c534d
Bug 828111 - Workaround multiple reflows issue and slow xbl attachment in the downloads view. r=mak
2013-01-10 01:01:15 +01:00
Ed Morley
12c1be197a
Backout 912fb83c1820 (bug 828111) for browser-chrome leaks on a CLOSED TREE
2013-01-09 16:31:36 +00:00
Asaf Romano
af9fc2fa27
Bug 828111 - Workaround multiple reflows issue and slow xbl attachment in the downloads view. r=mak
2013-01-09 16:03:41 +02:00
Asaf Romano
d44cd56a3c
Bug 828243 - Cleanup wasDone, wasInProgress and endTime usage. r=mak
2013-01-09 14:45:08 +02:00
Ehsan Akhgari
7539747137
Merge mozilla-central into mozilla-inbound
2013-01-03 01:06:46 -05:00
Richard Newman
eaed7d2195
Merge m-c to s-c.
2013-01-02 19:35:43 -08:00
Ehsan Akhgari
9e4ef49c27
Bug 826037 - Re-introduce an obsolete private browsing service in order to not break all Jetpack add-ons; r=jdm
2013-01-02 16:41:32 -05:00
Ehsan Akhgari
dde6266e43
Bug 810208 - Show the private download manager UI when clicking on the notification alert after a private download finishes; r=mak sr=gavin
2012-12-29 20:01:34 -05:00
Ed Morley
d9fb62848b
Backout f6af3c44e395 (bug 810208) for crashes on a CLOSED TREE
2013-01-02 21:32:36 +00:00
Ehsan Akhgari
6744820571
Bug 810208 - Show the private download manager UI when clicking on the notification alert after a private download finishes; r=mak sr=gavin
2012-12-29 20:01:34 -05:00
Richard Newman
1bd9a0ba60
Merge m-c to s-c.
2012-12-22 11:32:28 -08:00
L. David Baron
4a7dd45bb0
Merge mozilla-inbound and mozilla-central.
2012-12-22 00:05:00 -05:00
Josh Matthews
e9bdf6c930
No bug. Fix Birch builds with per-window private browsing disabled. a=NPOTB
2012-12-21 15:13:25 -05:00
Ed Morley
664839a742
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-20 21:05:33 +00:00
Ehsan Akhgari
9de37fb804
Fix the sessionstore test Makefile in global PB builds; no bug
...
DONTBUILD since this is NPOTB
2012-12-20 14:07:22 -05:00
Asaf Romano
5da9aab5a7
Bug 815352 (part 1) - Move the Library downloads view to an overlay in browser/downloads.
...
r=mak
--HG--
rename : browser/components/places/content/downloadsView.js => browser/components/downloads/content/allDownloadsViewOverlay.js
rename : browser/components/places/content/download.css => browser/components/downloads/content/download.css
rename : browser/themes/gnomestripe/downloads/downloads.css => browser/themes/gnomestripe/downloads/allDownloadsViewOverlay.css
rename : browser/themes/winstripe/downloads/downloads.css => browser/themes/winstripe/downloads/allDownloadsViewOverlay.css
2012-12-20 12:03:11 +01:00
Richard Newman
33cfee79b0
Merge m-c to s-c.
2012-12-20 00:07:49 -08:00
Richard Newman
7accf00a01
Bug 695127 - missing ; in chrome://browser/content/preferences/sync.js. r=trivial
2012-12-19 15:19:25 -08:00
Asaf Romano
929aa65919
Bug 822343 - Downloads view takes far too long to render. Step 1 - fix some trivial stuff (use document fragments and resue nsiuri objects). This alone has somewhat limited impact on performance. r=mak
2012-12-19 07:18:56 +00:00
Ehsan Akhgari
9a1f231b0f
Bug 822016 - Remove the global PB specific code from the tabview UI; r=jdm
2012-12-19 00:12:20 -05:00
Cameron McCormack
b0db402ed9
Bug 822548 - Fix a bunch of JS warnings on startup. r=dao
2012-12-19 09:27:56 +11:00
Andres Hernandez
96c047fe8e
Bug 821178 - Port browser_248970_a.js and browser_248970_b.js to the per-window PB APIs. r=jdm
...
--HG--
rename : browser/components/sessionstore/test/browser_248970_b.js => browser/components/sessionstore/test/browser_248970_b_perwindowpb.js
2012-12-17 17:19:06 -06:00
Marco Bonardo
bd8d9ac107
Bug 822692 - Downloads titles are often empty in the Library view.
...
r=mconley
2012-12-18 18:02:05 +01:00
Marco Bonardo
9a5d4fb4e2
Bug 822689 - Nothing happens when clicking on a compete download in the Downloads Panel.
...
r=mconley
2012-12-18 18:02:03 +01:00
Theo Chevalier
6b249e6652
Bug 825464 - Skip any revision of TELEMETRY_DISPLAY_REV in tests & WebApp (long term fix). r=mak
2013-01-02 16:31:10 +01:00
David Rajchenbach-Teller
bf9e5fa6d4
Bug 532150 - Test main thread fallback for session file. r=Felipe
2012-12-19 20:04:53 -05:00
David Rajchenbach-Teller
07967936e4
Bug 532150 - Don't read and write the session file off the main thread. r=Felipe
2012-12-19 20:04:26 -05:00
Ehsan Akhgari
c823bfce6a
Bug 823732 - Remove the usage of the global PB service from nsSessionStartup.js in per-window PB builds; r=jdm
2012-12-20 17:50:35 -05:00
Asaf Romano
e6847d3abf
Bug 675902 - Follow up patch: Don't reload the download views multiple times when it's loaded. r=mak
2012-12-17 19:21:55 +00:00
Marco Bonardo
034a583dbc
Bug 821328 - PlacesUIUtils._openNodeIn throws with alt modifier.
...
r=dao
2012-12-17 15:13:52 +01:00
Mike Conley
4c87729070
Bug 817006 - "Remove from List" option in the Downloads Panel should be clarified as "Remove from History". r=mak.
2012-12-14 12:51:52 -05:00
Ed Morley
a4511f44f0
Backout e28f0f4b25a4 (bug 819510) for causing bug 822093
2012-12-17 12:43:55 +00:00
Asaf Romano
6ef57d171e
Relanding Bug 675902 - New Downloads view for Places Library. r=mak. Test fix contributed by Mike Conley (r=me). The new view is still disabled.
2012-12-17 07:38:53 +00:00
Ehsan Akhgari
c51600f223
Backed out 2 changesets (bug 532150) for test failure
...
Backed out changeset 57bbbda0dedd (bug 532150)
Backed out changeset 5cab33f5bfbd (bug 532150)
2012-12-15 12:08:04 -05:00
Ehsan Akhgari
add42aa344
Disable browser_tabview_bug679853.js in per-window PB builds since it does not make sense there, no bug
2012-12-15 11:06:11 -05:00
David Rajchenbach-Teller
8057248eae
Bug 532150 - Testing main thread fallback for session file; r=felipe
...
--HG--
extra : rebase_source : fe825601fc013fce66aaa619dece0980f6f03ff5
2012-12-15 10:45:13 -05:00
David Rajchenbach-Teller
f3770967d9
Bug 532150 - Reading and writing session file off the main thread; r=felipe
...
--HG--
extra : rebase_source : f9ceb62680c932621b876a39f007e74a4f4e4c40
2012-12-15 10:44:07 -05:00
Bellindira Castillo [:bellindira]
24568640ee
Bug 819510 - Quitting from a Private Browsing window makes Restore Previous Session fail once; r=ttaubert
2012-12-14 14:06:45 -06:00
Boris Zbarsky
d1c362908b
Back out bug 675902 (rev 627a842914d0) from CLOSED TREE because it fails browser-chrome tests.
2012-12-14 16:48:49 -05:00
Boris Zbarsky
0bb04dc300
Back out bug 817006 (rev 0852e5efadac) because it depends on a patch I'm about to back out for test failures.
2012-12-14 16:46:51 -05:00
Marco Bonardo
03cbec5ac2
Bug 822343 (Part 3) - Avoid some costs in downloads view appendChild.
...
r=Mano
2012-12-21 15:19:21 +01:00
Marco Bonardo
38c0c54ca1
Bug 822710 (part 2) - Reduce annotations queries on downloads view first load.
...
r=Mano
2012-12-21 15:19:06 +01:00
Ed Morley
e37969e6b1
Merge mozilla-central to mozilla-inbound
2012-12-21 11:41:08 +00:00
Ehsan Akhgari
a60bea2d34
Remove dead code which accesses the private browsing service from browser_597071.js, no bug
2012-12-20 15:26:12 -05:00
Asaf Romano
0405b419df
Bug 815352 (Part 2) - Add a stub view to implement in-content downloads.
...
r=mak
2012-12-20 21:20:18 +01:00
Mike Conley
0442ff095a
Bug 822244 - Use the Downloads View in Places if it's preffed on. r=mak.
2012-12-20 09:54:49 -05:00
Ehsan Akhgari
50712d8d45
Bug 823580 - Remove PlacesUIUtils.privateBrowsing usages in per-window PB builds; r=jdm
...
--HG--
extra : rebase_source : 4b6e55e3da4f57411cf2c3b996adad16ab22d228
2012-12-20 12:41:52 -05:00
Marco Bonardo
68e8288bd6
Bug 827405 - Lazily "activate" download items when they enter the visible richlistbox area.
...
r=Mano
2013-01-08 21:35:41 +01:00
Marco Bonardo
79a2b482db
Bug 827298 - Ensure all "Unknown size" downloads have an icon and Remove From History menuitem.
...
r=Mano
2013-01-07 23:38:27 +01:00
Marco Bonardo
3963d14f6e
Bug 827164 - Double-click to open exe downloads not working.
...
r=Mano
2013-01-07 20:16:27 +01:00
Gavin Sharp
784093ab77
Remove some unnecessary preprocessing, no bug
...
--HG--
extra : rebase_source : e30e249a9ce7c71d6d78cd2beb2d080a80880e83
2013-01-05 11:45:18 -08:00
Ed Morley
9e8a4f79dc
Merge mozilla-central to mozilla-inbound
2012-12-14 19:03:57 +00:00
Josh Matthews
79d5debd02
Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan
2012-12-06 22:35:26 -05:00
Ed Morley
0ff2809134
Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE
2012-12-14 15:07:48 +00:00
Mike Conley
7513809c0c
Bug 817006 - "Remove from List" option in the Downloads Panel should be clarified as "Remove from History". r=mak.
2012-12-14 12:51:52 -05:00
Asaf Romano
6172e1aa17
Bug 675902 - Implement the new Downloads view for the places Library window; r=mak
2012-12-14 12:32:20 -05:00
Raymond Lee
7c2d521ed0
Bug 806711 - Port do_test_placesTitleNoUpdate.js to the new per-window PB APIs; r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/unit/do_test_placesTitleNoUpdate.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_placesTitleNoUpdate.js
2012-12-14 16:24:59 +08:00
Mike Hommey
a1e2e50c4f
Bug 791694 - Use XRE_EXECUTABLE_FILE in browser shell instead of guesswork from NS_XPCOM_CURRENT_PROCESS_DIR and MOZ_APP_NAME. r=jimm
2012-12-14 08:32:54 +01:00
Josh Matthews
acd8b53c11
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
5245f4e283
Backed out changeset 7878092679cf (bug 819202)
2012-12-13 21:11:11 -05:00
Josh Matthews
42f22fa563
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
Dão Gottwald
2e26c0c69e
Bug 263433 - 'text-link' XUL widget should open tabs rather than windows. r=enn
...
--HG--
extra : rebase_source : aab45840ef599a15d491d5548fdfd3fd19a738c4
2012-12-14 01:09:03 +01:00
Mike Conley
fff4126b2b
Bug 820533 - Change Downloads Summary string from "+X other current downloads" to "+ X other downloads". r=mak.
2012-12-13 16:09:54 -05:00
Josh Matthews
4a8db0b493
Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan
2012-12-06 22:35:26 -05:00
Ehsan Akhgari
5926e0e97f
Bug 821178 - Part 0: Remove browser_248970_{a,b}.js in per-window PB builds
2012-12-13 01:04:11 -05:00
Josh Matthews
1137af84db
Backed out changeset cec5721713dc (bug 769288)
2012-12-12 02:53:01 -05:00
Josh Matthews
3f92998af0
Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan
2012-12-06 22:35:26 -05:00
Gregory Szorc
edbe265106
Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo
2012-12-11 10:53:24 -08:00
Ehsan Akhgari
fc4dcbf2e8
Bug 819956 - Remove gBrowserGlue from DownloadsCommon.jsm; r=gavin
2012-12-10 11:01:59 -05:00
Ehsan Akhgari
3dfdce66e9
Backed out changeset 827c31623942 (bug 819956) for the bad commit message
2012-12-10 13:27:21 -05:00
Ehsan Akhgari
ffa5e4b0f9
commit bed41369196057dda115456f9913cd0f4766a968
...
Author: Ehsan Akhgari <ehsan@mozilla.com>
Bug 819956 - Remove gBrowserGlue from DownloadsCommon.jsm; r=mak
2012-12-10 11:01:59 -05:00
Paolo Amadini
ecf49e6b46
Bug 763295 - Port the bookmarks export service to JavaScript. r=mak
2012-12-08 20:50:54 +01:00
Theo Chevalier
f62b7f2d35
Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77
2012-12-08 18:41:23 +01:00
Theo Chevalier
6300018d33
Bug 737600 - When telemetry is disabled in the pref pane, we should update toolkit.telemetry.rejected, r=mak77
2012-12-08 18:39:24 +01:00
Bellindira Castillo [:bellindira]
268ad05a3a
Bug 806718 - Port browser_tabview_privatebrowsing.js to the new per-tab PB APIs; r=ehsan
...
DONTBUILD since this is NPOTB for global PB builds
--HG--
rename : browser/components/tabview/test/browser_tabview_privatebrowsing.js => browser/components/tabview/test/browser_tabview_privatebrowsing_perwindowpb.js
2012-12-07 00:33:41 -06:00
Ehsan Akhgari
9f557231bb
Remove the setWindowPrivate function which is now unused, no bug
...
DONTBUILD since this is NPOTB for global PB builds
2012-12-07 08:35:02 -05:00
Ehsan Akhgari
d79e37f3d1
Simplify browser_privatebrowsing_lastpbcontextexited.js and make it not leak, no bug
...
DONTBUILD since this is NPOTB for global PB builds
--HG--
extra : rebase_source : 6b2c4a18d04c09f707d6724f16b00c8f2e8ce1ff
2012-12-07 08:27:39 -05:00
Josh Matthews
fea0503514
Bug 769285 - Remove obsolete test of geolocation access token.
2012-12-06 23:00:23 -05:00
Ehsan Akhgari
9ee27cbe92
Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt
2012-12-06 21:13:15 -05:00
Ehsan Akhgari
0784ce9b76
Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak
2012-12-05 22:31:26 -05:00
Ehsan Akhgari
954f4a65bd
Backed out changeset ea20935fa19d (bug 801232) because of leaks
2012-12-06 15:52:30 -05:00
Ehsan Akhgari
9300225bfd
Bug 817292 - Bump the timeout for browser_480148.js; r=edmorley
2012-12-06 14:45:18 -05:00
Ehsan Akhgari
3a337de456
Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak
2012-12-05 22:31:26 -05:00
Ehsan Akhgari
c7fd5aa176
Backed out changeset 31d5dca2a3b4 (bug 801232) because of leaks
2012-12-06 14:01:35 -05:00
Ehsan Akhgari
2f2d76a5a5
Bug 801232 - Add support for the downloads panel in per-window private browsing builds; r=mak
2012-12-05 22:31:26 -05:00
Ehsan Akhgari
45d35b7949
Bug 817337 - Add a JS module to get the most recent browser window, with the option of restricting the search to include only private windows; r=dao
2012-12-05 20:59:26 -05:00
Ed Morley
4c22376d16
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-06 10:02:57 +00:00
Ehsan Akhgari
e6636cdb30
Bug 806718 - Part 0: Don't run browser_tabview_privatebrowsing.js in per-window PB builds
2012-12-06 00:24:03 -05:00
Ed Morley
b44aae1e63
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-05 22:10:26 +00:00
Marco Bonardo
f9ffaf21c8
Bug 817999 - remove DownloadMonitorPanel remnants.
...
r=dao
2012-12-05 17:44:01 +01:00
Ehsan Akhgari
d1bf6e6b90
Bug 816914 - Revamp about:privatebrowsing to support per-window private browsing mode; r=jdm ui-r=shorlander
...
DONTBUILD since this is NPOTB for global PB builds
2012-12-02 15:11:48 -05:00
Bellindira Castillo [:bellindira]
fd79a7cf27
Bug 806717 - Port browser_tabview_bug650280.js to the new per-tab PB APIs; r=ehsan
...
DONTBUILD because this is NPOTB for global PB builds
--HG--
rename : browser/components/tabview/test/browser_tabview_bug650280.js => browser/components/tabview/test/browser_tabview_bug650280_perwindowpb.js
2012-12-05 11:53:55 -06:00
Bellindira Castillo [:bellindira]
0ea7ccbfda
Bug 806716 - Port browser_tabview_bug624727.js to the new per-window PB APIs; r=ehsan
...
DONTBUILD since this is NPOTB in global PB builds
--HG--
rename : browser/components/tabview/test/browser_tabview_bug624727.js => browser/components/tabview/test/browser_tabview_bug624727_perwindowpb.js
2012-12-04 16:45:41 -06:00
Ehsan Akhgari
7cc52ca87d
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
e779a59ea0
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
e4d9e7447d
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
465c72cd26
Bug 816524 - Do not store information about closed private windows; r=ttaubert
2012-11-30 15:43:38 -06:00
Ryan VanderMeulen
77948c6e44
Merge the last PGO-green inbound changeset to m-c.
2012-12-03 19:03:01 -05:00
Josh Matthews
a1401f5b6d
Backed out changeset 0902b7e89928 (bug 816524)
2012-12-03 17:01:15 -05:00
Ed Morley
b3e1fc52a1
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-03 19:05:07 +00:00
Ehsan Akhgari
1d7e5ee830
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
ac57263eb9
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]
0ab4323350
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
f2eec374d9
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
2b7c33ffa3
Backed out changeset 05865f2b8171 (bug 806690) because it was not effective
...
DONTBUILD
2012-12-02 20:42:15 -05:00
Ehsan Akhgari
b7e80be756
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]
2d3fe64ee7
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
872af67b0c
Bug 817584 - Replace descendent selectors in Downloads Panel CSS with child selectors. r=mak.
2012-12-03 13:19:16 -05:00
Ed Morley
db4f2771da
Merge mozilla-central to mozilla-inbound
2012-12-03 15:49:45 +00:00
Dão Gottwald
7709510c6a
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
1f57bdab8c
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
6e32183182
Merge mozilla-central into mozilla-inbound, but DONTBUILD since this all NPOTB stuff
2012-12-02 23:35:18 -05:00
Ryan VanderMeulen
a28e51405b
Merge m-c to inbound.
2012-12-02 20:33:48 -05:00
Ehsan Akhgari
d96f56d71e
Bug 817423 - Remove an unused function in aboutPrivateBrowsing.xhtml; r=jdm
2012-12-02 15:10:34 -05:00
Ehsan Akhgari
bc8db22919
Fix a typo, no bug, DONTBUILD
2012-11-30 01:59:59 -05:00
Mike Conley
0425772b89
Bug 815678 - Stop Downloads Panel from changing width when scanning completed download. r=mak.
2012-11-29 11:45:27 -05:00
Ryan VanderMeulen
e9768a8249
Merge m-c to inbound.
2012-11-28 22:46:45 -05:00
Ehsan Akhgari
09e380ab08
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
7d1a5cd87b
Backed out changeset 7c45205a61a0 (bug 769285)
2012-11-28 11:51:42 -05:00
Josh Matthews
b39d6a3977
Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt
2012-11-28 11:20:20 -05:00
Mike Conley
5ad3462fdc
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
646fc7d070
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
8b3fd7eb85
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
cd4509279b
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]
93ca3105f4
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
25236cd962
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
6db42d570c
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
1ab9002c4d
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]
8ba38ad2b3
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
8000189bb6
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
c42d3467d8
Bug 812241 - Remove disabled test warnings. r=khuey
2012-11-20 16:13:04 -08:00
Andres Hernandez
e991645a0b
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]
0b8e3f40e6
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
Ehsan Akhgari
0e237b0440
Merge mozilla-central into mozilla-inbound, but DONTBUILD since this all NPOTB stuff
2012-12-05 15:01:59 -05:00
Mike Conley
ab7f911b14
Bug 814961 - Hide the summary in the Downloads Panel if there are no hidden downloads in progress or paused. r=mak.
2012-12-05 12:12:00 -05:00
Josh Matthews
c78cb042e7
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
910932f282
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
4cabfc6180
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
f354d1b194
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
c7506771fc
Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi
2012-06-30 07:34:17 -07:00
Josh Matthews
fe9bf71ef2
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
bbae80e3f1
Backout e123e0173185, 326ed6f1dc9e & 7c2c9c988869 (bug 722979) for mochitest-a11y failures
2012-11-16 15:06:13 +00:00
Josh Matthews
79a2c3192a
Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi
2012-06-30 07:34:17 -07:00
Josh Matthews
34db7ead87
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
8c3130820e
Backout f077ad362ca3 (bug 722859) for bustage
2012-11-16 10:44:20 +00:00
Josh Matthews
a4ad7d3c84
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
1b2eac9cf7
Backout 00cc23d1f72b (bug 722859) for compilation failures
2012-11-16 10:01:14 +00:00
Josh Matthews
78b9994eb3
Bug 722859 - Support concurrent private/public downloads in the download manager. r=mak/paolo
2012-05-25 12:24:35 +01:00
Bellindira Castillo [:bellindira]
5ae4680bec
Bug 806701 - Port browser_privatebrowsing_windowtitle.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_windowtitle.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_windowtitle.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_windowtitle_page.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_windowtitle_page.html
2012-11-15 19:07:55 -06:00
Mario Alvarado [:marioalv]
d31f3de005
Bug 806695 - Port browser_privatebrowsing_protocolhandler.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_protocolhandler.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_protocolhandler.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_protocolhandler_page.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_protocolhandler_page.html
2012-11-15 16:21:12 -06:00
Marco Bonardo
eeb0141355
Bug 773982 - Always show hidden entries when searching history.
...
r=mano
2012-11-15 12:33:06 +01:00
Andres Hernandez
f5ed2015b6
Bug 806700 - Port browser_privatebrowsing_urlbarfocus.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_urlbarfocus.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_urlbarfocus.js
2012-11-14 18:13:31 -06:00
Bellindira Castillo [:bellindira]
3fbe7c738d
Bug 806691 - Port browser_privatebrowsing_openLocationLastURL.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_openLocationLastURL.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_openLocationLastURL.js
2012-11-14 18:19:00 -06:00
Andres Hernandez
ed8a2f10ca
Bug 722985 - nsSessionStore makes many decisions based on global Private Browsing state; r=ehsan,ttaubert
...
--HG--
extra : rebase_source : 396ac92ad54f8cddc07a4570e5d5da309dd2073e
2012-11-13 16:26:00 -06:00
Mario Alvarado [:marioalv]
3d87d2a1d1
Bug 806694 - Port browser_privatebrowsing_popupblocker.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_popupblocker.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_popupblocker.js
rename : browser/components/privatebrowsing/test/browser/global/popup.html => browser/components/privatebrowsing/test/browser/perwindow/popup.html
extra : rebase_source : 637f2cc15fb5dd31a960b40bd9683b7ae7017853
2012-11-14 04:21:30 -06:00
Josh Matthews
71845a70ae
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
Josh Matthews
164359236e
Bug 804655 - Part 2: Wrap up interface aggregator callbacks with a target thread on which they should be released. r=mayhemer
2012-11-14 16:00:44 +00:00
Bellindira Castillo [:bellindira]
f2c235fdf0
Bug 806690 - Port browser_privatebrowsing_openlocation.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_openlocation.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_openlocation.js
extra : rebase_source : e1d0ba59cbcfe2af4a2d2053c7cca53bec63c9e8
2012-11-13 19:00:14 -06:00
Ehsan Akhgari
3b2aba2aee
Merge mozilla-central into mozilla-inbound
2012-11-13 18:40:56 -08:00
Ehsan Akhgari
7a2edfba04
Fix the typo in the makefile, no bug
2012-11-13 18:07:42 -08:00
Mario Alvarado [:marioalv]
58fdd3f074
Bug 806703 - Port browser_privatebrowsing_zoomrestore.js to the new per-window PB APIs
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_zoomrestore.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_zoomrestore.js
2012-11-13 15:02:23 -06:00
Ryan VanderMeulen
2182288fed
Merge the last PGO-green inbound changeset to m-c.
2012-11-13 18:58:01 -05:00
Mike Conley
30ff42fce0
Bug 766654 - Allow pasting of a URL into the Downloads Panel to initiate a download. r=mak.
2012-11-13 14:46:56 -05:00
Bellindira Castillo [:bellindira]
3a04c84dcf
Bug 806686 - Port browser_privatebrowsing_geoprompt.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_geoprompt.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_geoprompt.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_geoprompt_page.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_geoprompt_page.html
2012-11-12 21:18:22 -06:00
Bellindira Castillo [:bellindira]
0b00a5252f
Bug 806687 - Port browser_privatebrowsing_localStorage.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage_page1.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage_page1.html
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_localStorage_page2.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_localStorage_page2.html
2012-11-12 11:39:58 -06:00
Andres Hernandez
468a7012af
Bug 806685 - Port browser_privatebrowsing_downloadLastDir.js and its friends to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_DownloadLastDirWithCPS.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_DownloadLastDirWithCPS.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_downloadLastDir.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_downloadLastDir.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_downloadLastDir_c.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_downloadLastDir_c.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_downloadLastDir_toggle.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_downloadLastDir_toggle.js
2012-11-12 21:20:32 -06:00
David Rajchenbach-Teller
d2e44d6975
Bug 794091 - Write SessionStore with OS.File. r=ttaubert
2012-11-08 14:35:01 -05:00
Masatoshi Kimura
3305583642
Bug 562091 - Remove the EUC-KR conveter and rename x-windows-949 to EUC-KR. r=smontagu
2012-11-13 18:58:48 -05:00
Ehsan Akhgari
1898a642ce
Bug 802274 - Part 2: Show about:privatebrowsing when starting Firefox with the -private flag in both global and per-window private browsing mode; r=jdm,gavin
2012-11-12 12:26:53 -05:00
Paolo Amadini
ddc3904565
Bug 775495 - Replace waitForClearHistory and waitForAsyncUpdates with versions that return promises, and remove waitForFrecency. r=mak
2012-11-11 14:01:49 +01:00
Phil Ringnalda
dcd3477dcb
Back out 5ebd6549bf93 and 73287cb2dc6a (bug 794091) on suspicion of breaking Win64 PGO builds
2012-11-08 20:43:18 -08:00
Ehsan Akhgari
856e9d67ba
Bug 806698 - Port browser_privatebrowsing_theming.js to the new per-window PB APIs; r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_theming.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_theming.js
2012-11-08 15:32:24 -05:00
David Rajchenbach-Teller
4b339680a6
Bug 794091 - Write SessionStore with OS.File. r=ttaubert
2012-11-08 14:35:01 -05:00
Mike Conley
5311e97599
Bug 794752 - Downloads toolbar button changes size the first time it is clicked. r=mak.
2012-11-08 11:13:23 -05:00
Vladimir Vukicevic
0b37af40c2
b=809123; disable broken browser_586068-reload.js test; r=ttaubert
2012-11-08 10:14:04 -05:00
Ehsan Akhgari
e8a1f6f8ac
Bug 806689 - Port browser_privatebrowsing_opendir.js to the new per-window PB APIs; r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_opendir.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_opendir.js
2012-11-07 21:16:13 -05:00
Oonishi Atsushi
6f37aff640
Bug 808035 - Skip session history on loading initial <about:blank>. r=ttaubert
2012-11-07 18:04:23 -05:00
Andres Hernandez
b0a50228c2
Bug 806683 - Port browser_privatebrowsing_crh.js to the new per-window PB APIs r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_crh.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_crh.js
2012-11-07 14:37:56 -06:00
Marco Bonardo
7378a3a5e9
Bug 809022 - The downloads button opens the panel even if it's disabled.
...
r=paolo
2012-11-06 23:11:14 +01:00
Marco Bonardo
176916ab62
Bug 803546 - Applying background theme causes Downloads button to jump around.
...
r=mconley
2012-11-06 23:11:11 +01:00
Ehsan Akhgari
7c55267d5e
Bug 806682 - Port browser_privatebrowsing_cookieacceptdialog.js to the new per-window PB APIs; r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_cookieacceptdialog.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_cookieacceptdialog.js
2012-11-06 13:41:20 -05:00
Ehsan Akhgari
fb5b348978
Bug 806681 - Port browser_privatebrowsing_certexceptionsui.js to the new per-window PB APIs; r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_certexceptionsui.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_certexceptionsui.js
2012-11-06 13:41:09 -05:00
Mike Conley
56facfb197
Bug 759397 - Remove per-item download rate clutter from Downloads Panel. r=mak.
2012-11-06 13:21:50 -05:00
Mike Conley
0a1ef5edce
Bug 807709 - Downloads Panel does not always close when handing off operations to the OS. r=mak.
2012-11-06 13:21:50 -05:00
Gavin Sharp
a4953aa06d
Bug 718088: offer to re-set keyword.URL if it has a non-default value, r=bz on the docshell parts, r=fryn on the rest, ui-r=limi.
2012-11-06 09:14:35 -08:00
Neil Rashbrook
94fc0147cc
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan
2012-11-03 10:59:29 +00:00
Ryan VanderMeulen
f7e7922b7f
Backout 06b998c1100d (bug 664695) due to mochitest-other orange.
2012-11-02 17:12:22 -04:00
Neil Rashbrook
e3101f4764
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg
2012-11-02 20:07:50 +00:00
Kyle Huey
45adfbf2c8
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Ed Morley
4be09ba712
Merge mozilla-central to mozilla-inbound
2012-10-31 14:11:12 +00:00
Mike Conley
c96071316c
Bug 786662 - Open Containing Folder in context menu for Download Panel item is always disabled after pause. r=mak.
2012-10-31 10:07:44 -04:00
Ed Morley
202f620f35
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-31 14:06:39 +00:00
Vicamo Yang
e6e6deb486
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Johan Charlez
e48adcdbb9
Bug 750544 - Remove the scope bar from the Library window. r=mano.
2012-10-30 19:36:16 +02:00
Ehsan Akhgari
93265c8c88
Bug 806697 - Move browser_privatebrowsing_sslsite_transition.js to the obsolete directory; r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_sslsite_transition.js => browser/components/privatebrowsing/test/browser/obsolete/browser_privatebrowsing_sslsite_transition.js
2012-10-31 00:25:00 -04:00
Justin Dolske
4a49f7f2f7
Bug 778608 - Move SafeBrowsing.jsm to toolkit. r=gavin
...
--HG--
rename : browser/components/safebrowsing/content/blockedSite.xhtml => browser/base/content/blockedSite.xhtml
rename : browser/components/safebrowsing/content/report-phishing-overlay.xul => browser/base/content/report-phishing-overlay.xul
rename : browser/components/safebrowsing/SafeBrowsing.jsm => toolkit/components/url-classifier/SafeBrowsing.jsm
2012-10-29 17:26:41 -07:00
Kyle Huey
7457de64ad
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Josh Matthews
44336d0465
Bug 723002 - Determine privacy status from provided nsILoadContext in ContentPrefService. r=ehsan
2012-06-30 07:50:07 -07:00
Josh Matthews
c0907396fc
Bug 769283 - Add a separate HTTP auth cache for private channels. r=mayhemer
2012-10-29 16:20:03 -04:00
Mike Conley
25504243fb
Bug 766263 - Part 2: Add a regression test. r=mak.
2012-10-26 13:17:18 -04:00
Mike Conley
a5abbd41d8
Bug 766263 - Part 1: Downloads Panel should not open automatically once per Firefox session. r=mak.
2012-10-26 13:17:18 -04:00
Jan Horak
de4a6659f1
Bug 567377 - Support drag and drop for Linux. r=mak77
2012-10-25 17:43:24 -04:00
Andres Hernandez
59031ba05a
Bug 722987 - Places UI makes decisions based on global Private Browsing state; r=ehsan
2012-10-24 14:04:38 -06:00
Andres Hernandez
7ffb7d4b3c
Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan
2012-10-24 14:21:33 -06:00
Mike Conley
6c55267d1c
Bug 746756 - On feature activation, Download Panel should limit reported downloads. r=mak.
2012-10-24 10:02:29 -04:00
Josh Matthews
d6890fe57f
Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske
...
* * *
Bug 800669 - "Remove recent addition of gPrivateBrowsingUI in PB search bar test" [r=josh]
2012-10-24 00:27:58 -04:00
Phil Ringnalda
9381b785f3
Back out b8214dfa2924 (bug 794091) for talos hangs
2012-10-23 07:34:20 -07:00
David Rajchenbach-Teller
70bcc6a048
Bug 794091 - Write SessionStore with OS.File. r=ttaubert
2012-10-23 08:10:53 -04:00
Jonas Sicking
17c983bcea
Bug 786009: Give about:feeds pages the rigth principal so that they work even when the user has disabled JS. r=bz
2012-10-22 18:05:46 -07:00
Ehsan Akhgari
283f767815
Merge mozilla-central into mozilla-inbound
2012-10-22 17:05:46 -04:00
Richard Newman
453202527a
Merge m-c to s-c.
2012-10-18 00:09:17 -07:00
Richard Newman
4cd1aaf32e
Merge m-c to s-c.
2012-10-17 00:27:50 -07:00
Richard Newman
443d5a670c
Merge m-c to s-c.
2012-10-14 01:01:00 -07:00
Richard Newman
780994aa70
Merge m-c to s-c.
2012-10-12 11:47:24 -07:00
Josh Matthews
f4cce5808f
Backout bug 723001.
2012-10-11 22:22:43 -04:00