Commit Graph

4145 Commits

Author SHA1 Message Date
Ms2ger
3813557cac Merge m-i to b-s. 2013-02-28 14:46:10 +01:00
Ms2ger
5155aa92f0 Merge m-c to m-i on a CLOSED TREE. 2013-02-28 14:42:12 +01:00
Ed Morley
ab179550e6 Backed out changeset b01c5df06269 (bug 841717) for causing bug 846106 on a CLOSED TREE 2013-02-28 11:34:44 +00:00
Ms2ger
79c09cf500 Merge mozilla-central to build-system. 2013-02-28 12:11:53 +01:00
Ms2ger
7ecd3d917f Merge services-central to m-c. 2013-02-28 12:08:14 +01:00
Ms2ger
8c8f28f373 Merge fx-team to m-c. 2013-02-28 12:06:24 +01:00
Gregory Szorc
89d297a677 Merge mozilla-central into build-system
The 3 merged files had no conflicts and were manually verified to ensure
no incompatible changes crept in.
2013-02-27 21:02:02 -08:00
Gregory Szorc
f0b7e3972c Merge mozilla-central into build-system
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Tim Taubert
6a3107f903 Bug 727765 - part 2 - let Panorama use PageThumbs to draw screenshots to TabCanvases; r=jaws 2013-02-27 13:37:45 +01:00
Phil Ringnalda
9ebbdf1241 Merge m-c to fx-team 2013-02-26 14:32:37 -08:00
Ms2ger
cd9c6150fe Merge m-c to b-s. 2013-02-26 19:09:25 +01:00
Gregory Szorc
758d7a8978 Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger 2013-02-25 12:47:18 -08:00
Ed Morley
a25a4df5d7 Merge mozilla-central to mozilla-inbound 2013-02-27 11:07:25 +00:00
Richard Newman
8ba9584d11 Bug 843980 - Switch tests to check for category entries, not service existence. r=mconnor 2013-02-22 08:15:53 -08:00
Tim Taubert
f680438fbc Bug 829568 - part 1 followup - correct a little typo in a comment r=me DONTBUILD 2013-02-25 22:40:41 +01:00
Raymond Lee
6d14864b91 bug 839034 - move markPageAsXXX methods to nsINavHistoryService r=mak sr=gavin 2013-02-27 10:54:09 +08:00
Tim Taubert
e315738a73 merge m-c to fx-team 2013-02-20 15:37:23 +01:00
Tim Taubert
9b5781041b Bug 830656 - Don't report errors when wipe() tries to remove non-existant session files; r=yoric 2013-02-19 19:34:25 +01:00
Tim Taubert
dc272234f3 Bug 842513 - Specify character sets for sample files and data URLs used in tests; r=felipe 2013-02-19 19:32:29 +01:00
Tim Taubert
b35b1aa0d9 merge m-c to fx-team 2013-02-19 10:39:49 +01:00
Tim Taubert
bc5d3cb377 Bug 829568 - part 3 - restore the initial session in case the user opens a non-private window; r=felipe 2013-02-18 18:57:48 +01:00
Tim Taubert
312ea44d70 Bug 829568 - part 2 - back up the initial session when starting up with a private window; r=felipe 2013-02-15 13:20:48 +01:00
Tim Taubert
2a93821a9c Bug 829568 - part 1 - don't save (invalid) states without any windows; r=felipe 2013-02-15 12:28:00 +01:00
Matt Brubeck
29a03fb2d7 Bug 840287 - Move NewTabUtils.jsm into toolkit [r=ttaubert]
--HG--
rename : browser/modules/NewTabUtils.jsm => toolkit/modules/NewTabUtils.jsm
rename : browser/modules/test/unit/chromeappsstore.sqlite => toolkit/modules/tests/xpcshell/chromeappsstore.sqlite
rename : browser/modules/test/unit/test_newtab-migrate-v1.js => toolkit/modules/tests/xpcshell/test_newtab-migrate-v1.js
2013-02-16 20:16:16 -08:00
Matt Brubeck
72ace35626 Bug 811548 - Move PageThumbs.jsm from /browser to /toolkit
--HG--
rename : browser/components/thumbnails/BrowserPageThumbs.manifest => toolkit/components/thumbnails/BrowserPageThumbs.manifest
rename : browser/components/thumbnails/Makefile.in => toolkit/components/thumbnails/Makefile.in
rename : browser/components/thumbnails/PageThumbs.jsm => toolkit/components/thumbnails/PageThumbs.jsm
rename : browser/components/thumbnails/PageThumbsProtocol.js => toolkit/components/thumbnails/PageThumbsProtocol.js
rename : browser/components/thumbnails/PageThumbsWorker.js => toolkit/components/thumbnails/PageThumbsWorker.js
rename : browser/components/thumbnails/test/Makefile.in => toolkit/components/thumbnails/test/Makefile.in
rename : browser/components/thumbnails/test/background_red.html => toolkit/components/thumbnails/test/background_red.html
rename : browser/components/thumbnails/test/background_red_redirect.sjs => toolkit/components/thumbnails/test/background_red_redirect.sjs
rename : browser/components/thumbnails/test/browser_thumbnails_bug726727.js => toolkit/components/thumbnails/test/browser_thumbnails_bug726727.js
rename : browser/components/thumbnails/test/browser_thumbnails_capture.js => toolkit/components/thumbnails/test/browser_thumbnails_capture.js
rename : browser/components/thumbnails/test/browser_thumbnails_expiration.js => toolkit/components/thumbnails/test/browser_thumbnails_expiration.js
rename : browser/components/thumbnails/test/browser_thumbnails_privacy.js => toolkit/components/thumbnails/test/browser_thumbnails_privacy.js
rename : browser/components/thumbnails/test/browser_thumbnails_redirect.js => toolkit/components/thumbnails/test/browser_thumbnails_redirect.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage.js => toolkit/components/thumbnails/test/browser_thumbnails_storage.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage_migrate3.js => toolkit/components/thumbnails/test/browser_thumbnails_storage_migrate3.js
rename : browser/components/thumbnails/test/head.js => toolkit/components/thumbnails/test/head.js
rename : browser/components/thumbnails/test/privacy_cache_control.sjs => toolkit/components/thumbnails/test/privacy_cache_control.sjs
2013-02-16 20:15:41 -08:00
Dão Gottwald
040a6d6dc6 Bug 838713 - Skip slow-startup check if startup was interrupted. r=jaws 2013-02-20 00:15:38 +01:00
Marco Bonardo
e1e9b58bec Bug 842577 - Remove from History is visible for a paused download.
r=mconley
2013-02-19 17:48:41 +01:00
Ryan VanderMeulen
360e368cab Merge m-c to inbound. 2013-02-19 04:47:00 -05:00
Raymond Lee
25ac357a40 Another attempt at fixing bug 822284; r=ehsan 2013-02-07 18:16:04 +08:00
Christian Sonne
3b1cfaa71e Bug 842185 - "Remove From History" doesn't work r=mak 2013-02-18 01:31:04 -08:00
Christian Sonne
1a0b7acc7e Bug 816254 - Add logging to Downloads Panel r=mak 2013-02-15 17:34:18 -08:00
Josh Matthews
4faff0974a Bug 843247 - Allow external links to be opened in private windows in perma-private mode. r=ehsan 2013-02-26 18:15:57 -05:00
Ehsan Akhgari
90f36ef27c Bug 832325 - Finish the initialization of nsSessionStartup correctly if permanent PB is turned on; r=ttaubert 2013-02-23 01:45:37 -05:00
Ehsan Akhgari
68c70ad5f6 Bug 845063 - Remove the dummy global private browsing service; r=jdm 2013-02-25 17:57:28 -05:00
Ehsan Akhgari
364f71a1cc Backed out changeset 30f7cbdcc2a1 (bug 845063) because of build bustage on a CLOSED TREE 2013-02-25 22:32:50 -05:00
Ehsan Akhgari
2d40efd622 Bug 845063 - Remove the dummy global private browsing service; r=jdm
--HG--
extra : rebase_source : 400d1240f8cb016d4183c64cab353a753b3fe74d
2013-02-25 17:57:28 -05:00
Gregory Szorc
3db370a7d6 Bug 840177 - Part 6: Record urlbar searches in Firefox Health Report; r=gavin 2013-02-14 14:47:49 -08:00
Gregory Szorc
a8d719ab59 Bug 840177 - Part 4: Record search bar searches in Firefox Health Report; r=gavin 2013-02-13 14:33:24 -08:00
Ryan VanderMeulen
b39cc7050b Merge m-c to inbound. 2013-02-12 21:26:49 -05:00
Ryan VanderMeulen
cfb35019f6 Merge m-c to inbound. 2013-02-12 21:25:43 -05:00
Marco Bonardo
7ca87781f3 Bug 837117 (follow-up) - Downloaded items change position in the downloads view if Clear List is selected
r=mconley
2013-02-12 23:50:37 +01:00
Ryan VanderMeulen
b2815d5a41 Merge m-c to inbound. 2013-02-12 15:05:37 -05:00
Tim Taubert
43c911f3aa merge m-c to fx-team 2013-02-12 19:08:06 +01:00
Sunny
13e0d9a6c5 Bug 689821 - Clean up browser/components/preferences/sync.js. r=rnewman 2013-02-12 15:16:32 -08:00
Tim Taubert
6ea9d683ea Bug 239254 - [Linux] Migrate existing thumbnails to their new local path; r=yoric 2013-02-11 15:47:22 +01:00
Mike Conley
2da1d50e98 Bug 839054 - Both "Open Containing Folder" and "Show in Finder" were being used in the Downloads Panel on OSX. r=mak. 2013-02-12 11:33:49 -05:00
Ryan VanderMeulen
2861e3219f Merge m-c to inbound. 2013-02-11 13:51:32 -05:00
Mike Hommey
640e79f848 Bug 755724 - Move browser application in a subdirectory. r=jimm 2013-02-11 14:10:16 +01:00
Florian Quèze
a18ca35008 Bug 838552 - nsSessionStartup.js' debug code is noisy, r=Yoric. 2013-02-10 23:08:32 +01:00
Jim Mathies
472c77a798 Bug 839793 - TelemetryTimestamps.jsm imported using the wrong path. r=glandium 2013-02-09 12:28:38 -06:00
Mike Hommey
362f974085 Bug 793767 - Use the executable file location to derive the update root. r=rstrong 2013-02-08 15:58:52 +01:00
Marco Castelluccio
090f7bdcfa Bug 838821 - Don't use file.exists() when not necessary (browser/components). r=gavin 2013-02-08 11:34:47 -05:00
Marco Bonardo
7efbd0b8d2 Bug 838875 - Remove deprecated third argument from PlacesUIUtils.showBookmarkDialog.
r=mano
2013-02-07 22:27:42 +01:00
Asaf Romano
7b63b24f95 Bug 836271 - The progress animation in the Downloads view keeps on loading until the view is closed. r=mak. 2013-02-07 23:11:19 +02:00
Asaf Romano
963879b3ac Bug 836283 - In the Downloads View the Cancel button stops working. r=mak, mconley. 2013-02-07 22:52:23 +02:00
Marco Bonardo
aac8eca218 Bug 831432 - Downloads button has no text in Text button mode.
r=mconley
2013-02-07 01:12:13 +01:00
Mike Conley
907d8987ac Bug 838599 - Downloads Panel summary text is a little too big. r=mak. 2013-02-06 16:05:59 -05:00
Marco Bonardo
e7a888df87 Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
Marco Bonardo
86bcfc2bb8 Bug 831094 - Avoid replacing nodes in Places query results.
r=Mano sr=gavin
2013-02-06 20:48:09 +01:00
Mike Conley
ce4b5e2cc4 Bug 838663 - Remove support for browser.download.panel.removeFinishedDownloads, and always retain completed downloads. r=mak. 2013-02-06 13:57:16 -05:00
Ryan VanderMeulen
64146465d9 Merge m-c to inbound. 2013-02-06 08:20:00 -05:00
Gregory Szorc
7968a67e7d Merge mozilla-central into services-central
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-05 22:40:34 -08:00
Gregory Szorc
4abd66daf7 Bug 838312 - Well-defined API for opting out of FHR data upload; r=rnewman
You should no longer set policy.healthReportUploadEnabled directly.
Instead, call policy.recordHealthReportUploadEnabled(). This will
trigger data deletion as needed.
2013-02-05 13:12:28 -08:00
Ed Morley
86093d3b96 Bug 822284 - Re-Disable browser_privatebrowsing_cookieacceptdialog.js & browser_privatebrowsing_crh.js on OS X for too many intermittent failures 2013-02-06 12:02:43 +00:00
Dão Gottwald
adb26cf0d1 Bug 835907 - DNT preferences "Learn more" link shouldn't open in new window. r=dolske 2013-02-05 10:35:21 +01:00
Marco Bonardo
773cdc76e6 Bug 837117 - Downloaded items change position in the downloads view if Clear List is selected.
r=Mano
2013-02-05 21:56:03 +01:00
Josh Matthews
c747c518a0 Bug 829360 - Keep non-browser windows from extending the lifetime of the private session. r=bz 2013-02-04 23:22:51 +00:00
Tim Taubert
454a8e381c merge m-c to fx-team 2013-02-04 20:12:29 +01:00
Andres Hernandez
45227bb6d2 Bug 822284 - Intermittent browser_privatebrowsing_cookieacceptdialog.js, browser_privatebrowsing_crh.js; r=ehsan 2013-02-01 15:05:29 -06:00
Tim Taubert
a828f602bf Bug 712763 - Backout changes from bug 669272 to keep original window order when restoring a session; r=felipe 2013-02-01 13:12:47 -05:00
Tim Taubert
37da3e348a Bug 726275 - Shift-click on back/forward button doesn't load page; r=gavin 2013-02-01 10:19:34 -05:00
Gregory Szorc
3a3280675a Bug 836120 - Reduce memory overhead of Sync when it's not configured; r=rnewman
If Sync is (likely) not configured, the only loaded JS is for the XPCOM
service itself.

The UI code is now smart enough to initialize the Sync service if it
isn't yet loaded. This addresses bug 825728.
2013-01-30 07:05:12 -08:00
Daniel Holbert
e5d0210460 Bug 835543 part 2: Remove deprecated interface nsINavHistoryFullVisitResultNode. r=mak 2013-01-29 14:30:13 -08:00
Gabriele Svelto
cc2f7120f1 Bug 835730 - Properly tear down components when the profile is being shut down. r=mak 2013-01-29 18:06:03 +01:00
Ehsan Akhgari
84c4ac3c75 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
David Rajchenbach-Teller
84fbd821c3 Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert 2013-02-05 11:40:48 -05:00
Andres Hernandez
9ffe7c08a6 Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-02-04 16:12:19 -06:00
Andres Hernandez
6cdc6d3572 Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-28 11:09:33 -06:00
Asaf Romano
d012077386 Bug 836211 - Give focus to the downloads view if the previous view had focus.
r=mak
2013-02-05 15:56:35 +01:00
Sid Stamm
5026349b65 Bug 765398 - Add a "yes, I allow tracking" option to DNT. (r=dolske)
--HG--
extra : rebase_source : 1a0ce8dc9086dc501d9f5a183af8a5a3360ee8a9
2012-06-14 14:19:27 -07:00
Raymond Lee
50c193452b Bug 820764 - Stop using addvisit() in browser tests r=mak77 2013-01-25 12:55:22 +08:00
Ryan VanderMeulen
bc26304729 Merge the last PGO-green inbound changeset to m-c. 2013-01-24 20:59:19 -05:00
Ryan VanderMeulen
f5b5c25318 Merge fx-team to m-c. 2013-01-24 20:03:46 -05:00
Tim Taubert
641ce36af0 Bug 797263 - Intermittent browser_586068-reload.js | Test timed out r=yoric 2013-01-24 14:59:16 +01:00
Asaf Romano
ae06524227 Bug 832949 - Disable common Organize options when the Downloads view is in use. r=mak. 2013-01-23 21:19:08 +02:00
Owen Coutts
e968e12382 Bug 808054 - Don't anchor the Downloads Panel to the tabs toolbar. r=mconley 2013-01-23 18:08:15 -05:00
Josh Matthews
948bfa7a34 Bug 830271 - Make download UI notification take an nsIDownload. r=mak sr=mossop 2013-01-21 16:11:45 +00:00
Josh Matthews
e78e0cef68 Bug 830066 - Use proper document for dropping links on toolkit download UI. r=mak 2013-01-21 15:09:51 +00:00
Marco Bonardo
74eb1adbbb Bug 832471 - Make Library Downloads view actually remove all downloads on Clear Downloads
r=Mano
2013-01-19 11:21:33 +01:00
Nathan Froyd
68b28fa8f1 Bug 715376 - update MockFilePicker.init() to take a window for event dispatching purposes; r=jmaher 2012-10-16 17:39:32 -04:00
Raymond Lee
ceaf440e37 Bug 830703 - test_httpauth.js doesn't run. r=josh
--HG--
rename : browser/components/privatebrowsing/test/unit/test_httpauth.js => netwerk/test/unit/test_httpauth.js
2013-01-24 00:37:42 +08:00
Matthew Noorenberghe
544cbd1188 Merge fx-team with mozilla-central 2013-01-17 16:14:57 -08:00
Matthew Noorenberghe
0344b4c7a3 Bug 829995 - Ignore case of .url extension when migrating bookmarks from Internet Explorer. r=felipe 2013-01-16 18:39:46 -08:00
Tim Taubert
de34967777 Bug 805338 - Use http://127.0.0.1:1/ as a reliable error page for testing r=jaws 2013-01-16 13:34:03 +01:00
Gregory Szorc
9b103318b3 Merge mozilla-central into services-central 2013-01-15 23:11:26 -08:00
Ed Morley
bacd646052 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-15 22:57:50 +00:00
Gregory Szorc
3bf9c8b985 Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier 2013-01-15 12:38:01 -08:00
Gregory Szorc
58cf8c99d7 Merge mozilla-central into services-central 2013-01-15 08:36:17 -08:00
Olli Pettay
46d4422369 Bug 825544: backout Bug 825544, Bug 825544, Bug 765192 and Bug 808035 to bring back the old .location=val behavior, r=bz 2013-01-15 13:46:35 +02:00
Mike Connor
a592a1883e bug 830498 - fix hardcoded brand references in data choices prefpane, r=jaws 2013-01-14 19:56:04 -05:00
Mike Conley
5fd8bd8d01 Bug 825852 - Add UI migration to put the Downloads button into the navigation bar. r=mak, f=gavin. 2013-01-15 10:47:58 -05:00
Asaf Romano
78aec7b81c Bug 826991 - Store download state and end time in an annotation (avoid I/O for new history downloads), part 2. r=mak 2013-01-15 17:32:04 +02:00
Paolo Amadini
c9c119634b Bug 824265 - Part 2 of 2 - Empty Downloads view should show that there are no downloads in the list. r=mano 2013-01-13 23:36:18 +02:00
Asaf Romano
1be9a36e30 Bug 830064 - The new downloads view does not support drag and drop. r=mak 2013-01-16 22:39:16 +02:00
Ed Morley
097d409ce0 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-16 20:22:54 +00:00
Ehsan Akhgari
6f5e201c89 Test case for bug 828780; r=jdm 2013-01-16 09:35:41 -05:00
Chris Coulson
05d884f1d0 Bug 823973 - Skip GConf-specific shell component tests on systems with GSettings. r=gavin 2013-01-16 08:30:42 -05:00
Asaf Romano
8f10e8a89e Bug 830329 - Fix the enabled state of the clear downloads command (was: Clear Downloads button is disabled if the view is not focused). r=mak 2013-01-16 14:00:33 +02:00
Ehsan Akhgari
cff5ce258a Bug 830652 - Consume the -private-window command line argument in per-window PB builds; r=dolske 2013-01-15 20:27:27 -05:00
Ehsan Akhgari
3860baa488 Backed out changeset d9bff5217809 (bug 830652) on the suspicion that it has broken Marionette 2013-01-15 19:30:18 -05:00
Ehsan Akhgari
d33362f5c9 Bug 830652 - Consume the -private-window command line argument in per-window PB builds; r=dolske 2013-01-15 18:40:16 -05:00
Andres Hernandez
e974ae8ca4 Bug 822284 - Intermittent browser_privatebrowsing_cookieacceptdialog.js, browser_privatebrowsing_crh.js; r=ehsan 2013-01-14 23:37:06 -06:00
Mike Conley
6701f705f0 Bug 830205 - Stop the Download button from showing progress remaining after downloads completed if browser.download.panel.removeFinishedDownloads=true. r=paolo. 2013-01-15 15:29:23 -05:00
Asaf Romano
32097a219a Bug 830842 - Clear Downloads button should appear only for Downloads View. r=mak 2013-01-15 21:05:54 +02:00
Ehsan Akhgari
46c6a08469 Merge mozilla-central into mozilla-inbound 2013-01-12 09:27:31 -05:00
Mike Connor
884e54b026 Bug 804745 - Unified notification for application data reporting; r=gavin 2013-01-11 19:05:35 -08:00
Mike Connor
5e8e43426f bug 719484 - build about:healthreport, r=dolske
--HG--
extra : rebase_source : 54dac2005640bcf6f0b37c16cfbf04bb11d5def1
2013-01-11 15:31:38 -08:00
Gregory Szorc
0316578c41 Bug 829184 - Update "Data Choices" pref pane with reworked XPCOM service; r=dolske 2013-01-11 15:33:57 -08:00
Gregory Szorc
4673e5434c Merge mozilla-central into services-central 2013-01-11 11:07:05 -08:00
Ehsan Akhgari
e12e23ea55 Bug 829180 - Never open externally opened links in a private window; r=gavin 2013-01-10 23:25:56 -05:00
Marco Bonardo
1285e9b07e 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
034d79f06b bug 829288 - fix warnings under browser/ r=gavin 2013-01-10 07:34:58 -05:00
Richard Newman
a1f549a5f5 Merge m-c to s-c. 2013-01-09 12:48:01 -08:00
Mike Connor
5112369767 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
f4c02f117d 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
d65042a63e Merge mozilla-central into mozilla-inbound 2013-01-15 09:10:19 -05:00
Mats Palmgren
6c53161814 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
e1b03f5093 Bug 830405 - Make Clear Downloads button "tabbable" on Mac.
r=Mano
2013-01-15 00:49:36 +01:00
Michael Kraft
4ef9923a60 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
8a41a0e285 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
73466e942b 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
2dbb5a24f7 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
a80f168d3e Bug 822572 - Add a Clear Downloads button to the Library view.
r=Mano
2013-01-05 15:46:16 +01:00
Asaf Romano
2a47148d9f 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
58f2c34d5f 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
4cb39508a2 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
2a0990e70c Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
r=Mano sr=gavin
2013-01-05 10:21:04 +01:00
Mike Conley
85d9ee8a63 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
7cd5470029 Bug 617532 - Implement UndoManager. r=ehsan 2013-01-03 22:54:26 -08:00
Ehsan Akhgari
ebfe575f7d 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
503a31dba3 Merge mozilla-central into mozilla-inbound 2013-01-15 13:50:43 -05:00
Asaf Romano
480638da79 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
d774902359 Bug 826991 - Store download state and end time in an annotation. r=mak 2013-01-15 01:03:08 +02:00
Mike Conley
0e5f224b75 Bug 819428 - Re-jig keyboard navigation for the Downloads Panel. r=mak. 2013-01-14 12:59:40 -05:00
Marco Bonardo
cf8b4a5af0 Bug 828895 - keyboard navigation in the Library View is bogus.
r=Mano
2013-01-10 21:48:03 +01:00
Ed Morley
bf8686a188 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
7780f4613d Bug 828302 - Downloads Panel is not correctly cropping long filenames. r=mak. 2013-01-10 10:13:02 -05:00
Ed Morley
e0a09ef475 Bug 795265 - Disable browser_tabview_bug678374.js for too many intermittent failures 2013-01-10 14:59:27 +00:00
Marco Bonardo
0433f6bca9 Bug 828232 - Allow to retry history downloads.
r=Mano
2013-01-10 12:08:57 +01:00
Marco Bonardo
e6b624f4a8 Bug 828488 - Properly set the "active" attribute for session downloads.
r=Mano
2013-01-09 20:00:38 +01:00
Asaf Romano
c4c651accb 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
053428a6eb Backout 912fb83c1820 (bug 828111) for browser-chrome leaks on a CLOSED TREE 2013-01-09 16:31:36 +00:00
Asaf Romano
f0b59062c0 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
a2c970dddc Bug 828243 - Cleanup wasDone, wasInProgress and endTime usage. r=mak 2013-01-09 14:45:08 +02:00
Ehsan Akhgari
8cc393c234 Merge mozilla-central into mozilla-inbound 2013-01-03 01:06:46 -05:00
Richard Newman
f0acbef200 Merge m-c to s-c. 2013-01-02 19:35:43 -08:00
Ehsan Akhgari
b3e4aff938 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
bedb347d9c 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
0d1768b431 Backout f6af3c44e395 (bug 810208) for crashes on a CLOSED TREE 2013-01-02 21:32:36 +00:00
Ehsan Akhgari
008a4d8ac4 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
cfdbb9db00 Merge m-c to s-c. 2012-12-22 11:32:28 -08:00
L. David Baron
1615a907dd Merge mozilla-inbound and mozilla-central. 2012-12-22 00:05:00 -05:00
Josh Matthews
8a07a820fa No bug. Fix Birch builds with per-window private browsing disabled. a=NPOTB 2012-12-21 15:13:25 -05:00
Ed Morley
33a812216e Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-20 21:05:33 +00:00
Ehsan Akhgari
2b4f5bd840 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
12983421f5 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
0a34ce6a59 Merge m-c to s-c. 2012-12-20 00:07:49 -08:00
Richard Newman
fa14b470a4 Bug 695127 - missing ; in chrome://browser/content/preferences/sync.js. r=trivial 2012-12-19 15:19:25 -08:00
Asaf Romano
57942253a4 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
54b80e5f6f Bug 822016 - Remove the global PB specific code from the tabview UI; r=jdm 2012-12-19 00:12:20 -05:00
Cameron McCormack
a86c49ceeb Bug 822548 - Fix a bunch of JS warnings on startup. r=dao 2012-12-19 09:27:56 +11:00
Andres Hernandez
56f6e4df5e 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
8a5baa2971 Bug 822692 - Downloads titles are often empty in the Library view.
r=mconley
2012-12-18 18:02:05 +01:00
Marco Bonardo
7206b8895d 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
8a727b4dc9 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
027da3eed4 Bug 532150 - Test main thread fallback for session file. r=Felipe 2012-12-19 20:04:53 -05:00
David Rajchenbach-Teller
dbb7f17c4f 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
f7a9193209 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
5eddaa4414 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
14b3d1585d Bug 821328 - PlacesUIUtils._openNodeIn throws with alt modifier.
r=dao
2012-12-17 15:13:52 +01:00
Mike Conley
cf1d8f6e65 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
5b57fb177d Backout e28f0f4b25a4 (bug 819510) for causing bug 822093 2012-12-17 12:43:55 +00:00
Asaf Romano
4fdf3c3b69 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
e46027a5e7 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
e06d54d0fd 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
4a908e480d 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
aa1b9ce194 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]
390968f75a 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
a89675b411 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
2464d473a4 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
40ee165ead Bug 822343 (Part 3) - Avoid some costs in downloads view appendChild.
r=Mano
2012-12-21 15:19:21 +01:00
Marco Bonardo
d6034d0dd1 Bug 822710 (part 2) - Reduce annotations queries on downloads view first load.
r=Mano
2012-12-21 15:19:06 +01:00
Ed Morley
5728642a43 Merge mozilla-central to mozilla-inbound 2012-12-21 11:41:08 +00:00
Ehsan Akhgari
9d834018d5 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
66a5493d46 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
87898044c6 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
4b6a95ed1e 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
Christian Sonne
31fd5b46d5 Bug 857236 - In-content Privacy > Tracking preference UI always shows the default state r=gavin 2013-04-09 15:17:33 -07:00
Gijs Kruitbosch
a6786a178b Bug 851701, bug 851702 - reset image/js loading preferences, r=gavin
--HG--
extra : rebase_source : 8c15749c35d9bf503497835c9b2d7b9c138c4879
2013-04-08 10:09:51 -07:00
Gijs Kruitbosch
efc49a75e2 Bug 851702 - Remove JS load and advanced preferences from the UI, r=gavin 2013-04-05 11:52:54 +02:00
Jonathan Kew
4e2d905cd6 bug 851520 - add systemDefaultScale attribute to nsIScreenManager, and use it to decide when to remove browser.content.full-zoom prefs during UI migration if running on windows/hi-dpi. r=roc,adw 2013-04-09 22:07:02 +01:00
Gijs Kruitbosch
6134f431de Bug 851701 - Remove 'Load images automatically' checkbox from prefs, r=gavin 2013-04-05 11:04:31 +02:00
Jonathan Kew
1c9d28a08a backout 4149244358fd and 5ad0e08799d9 (bug 851520) for b2g bustage on a CLOSED TREE 2013-04-09 21:57:12 +01:00
Jonathan Kew
5acaec1920 bug 851520 part 2 - remove browser.content.full-zoom prefs during UI migration if running on windows/hi-dpi. r=adw 2013-04-08 15:17:00 +01:00
Gavin Sharp
a9d62819ea Bug 691647 Part 2: remove Firefox Desktop implementation of removed nsISidebar methods. r=dolske
--HG--
extra : rebase_source : 7981dd516a4098d7ebc85b9c406163d30d4ebac3
2013-04-08 19:23:56 -07:00
Gijs Kruitbosch
9cf466cf88 Bug 834034 - Migrate persdict.dat when resetting Firefox, r=MattN 2013-04-08 14:17:18 -07:00
Marco Bonardo
e6e1745496 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
1b53aaaf2a 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
08284dc79a Bug 827164 - Double-click to open exe downloads not working.
r=Mano
2013-01-07 20:16:27 +01:00
Gavin Sharp
ab1ad8cba4 Remove some unnecessary preprocessing, no bug
--HG--
extra : rebase_source : e30e249a9ce7c71d6d78cd2beb2d080a80880e83
2013-01-05 11:45:18 -08:00
Dão Gottwald
6f89380cdf Bug 836010 - When startup is determined to be slow, tell users about ways to improve their startup time. r=felipe 2013-02-01 22:47:07 +01:00
Dave Townsend
f1c830614d Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Ryan VanderMeulen
a9c703a4ce Backed out 7 changesets (bug 739217) for mochitest-1 orange on a CLOSED TREE.
--HG--
rename : toolkit/components/places/tests/mochitest/bug94514-postpage.html => docshell/test/bug94514-postpage.html
rename : toolkit/components/places/tests/mochitest/test_bug_94514.html => docshell/test/test_bug94514.html
2013-01-31 19:36:04 -05:00
Andres Hernandez
df00c85a4f Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-30 10:46:32 -06:00
Andres Hernandez
194b5bef36 Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak 2013-01-28 11:09:33 -06:00
Ryan VanderMeulen
298dff9e7a Merge m-c to inbound. 2013-02-22 12:45:21 -05:00
Tim Taubert
1906402620 Bug 841717 - Fix the first test (browser_248970_b_perwindowpb.js) and make it use the TestRunner; r=yoric 2013-02-21 16:16:48 +01:00
Gavin Sharp
088d7ae9b5 Remove some unnecessary preprocessing, no bug
--HG--
extra : rebase_source : b8bfed7a5b55652fd8a9b3bf3c601accb8b2022f
2013-02-17 17:49:25 -08:00
Jonathan Mayer
55b948dec0 Bug 818340 - change third party cookie handling to block third party cookies from sites I haven't visited. (r=jdm, r=dolske)
--HG--
extra : rebase_source : f486f39feac1fb743edc920618bec29884d515f1
2013-02-22 08:16:01 -08:00
Ed Morley
5b648d8c35 Merge mozilla-central to mozilla-inbound 2012-12-14 19:03:57 +00:00
Josh Matthews
f09130df14 Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan 2012-12-06 22:35:26 -05:00
Ed Morley
022349dfc3 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
30f0b5af3b 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
6127b64713 Bug 675902 - Implement the new Downloads view for the places Library window; r=mak 2012-12-14 12:32:20 -05:00
Raymond Lee
c1513b4fab 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
262dbc82bb 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
b26e149bd0 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
dd03d37362 Backed out changeset 7878092679cf (bug 819202) 2012-12-13 21:11:11 -05:00
Josh Matthews
71146470da 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
85764cfd5d 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
d0c41feed9 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
d3bfc34356 Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan 2012-12-06 22:35:26 -05:00
Ehsan Akhgari
27e47ce8cf 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
77a244c620 Backed out changeset cec5721713dc (bug 769288) 2012-12-12 02:53:01 -05:00
Josh Matthews
bdd379d9fe Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan 2012-12-06 22:35:26 -05:00
Gregory Szorc
9e63161b8c Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo 2012-12-11 10:53:24 -08:00
Ehsan Akhgari
8ad2aea837 Bug 819956 - Remove gBrowserGlue from DownloadsCommon.jsm; r=gavin 2012-12-10 11:01:59 -05:00
Ehsan Akhgari
52e9ee6cbf Backed out changeset 827c31623942 (bug 819956) for the bad commit message 2012-12-10 13:27:21 -05:00
Ehsan Akhgari
2f10fc9375 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
1d617b7bd7 Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00
Theo Chevalier
2e90bf0940 Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77 2012-12-08 18:41:23 +01:00
Theo Chevalier
248865986f 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]
cb21912222 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
eb8cecdd77 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
250e32ce92 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
346cb92cf5 Bug 769285 - Remove obsolete test of geolocation access token. 2012-12-06 23:00:23 -05:00
Ehsan Akhgari
0d299a8bd4 Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt 2012-12-06 21:13:15 -05:00
Ehsan Akhgari
59fce7687a 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
bec615dc0f Backed out changeset ea20935fa19d (bug 801232) because of leaks 2012-12-06 15:52:30 -05:00
Ehsan Akhgari
91e28db920 Bug 817292 - Bump the timeout for browser_480148.js; r=edmorley 2012-12-06 14:45:18 -05:00