Gregory Szorc
1a3da6acf4
Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger
2013-02-25 12:47:18 -08:00
Jonathan Mayer
1137ff6f5e
Bug 818340 - change third party cookie handling to block third party cookies from sites I haven't visited. (r=jdm, r=dolske)
2013-02-22 08:16:01 -08:00
Gregory Szorc
ff387e8024
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
Dão Gottwald
b8316ee5f3
Bug 835907 - DNT preferences "Learn more" link shouldn't open in new window. r=dolske
2013-02-05 10:35:21 +01:00
Gregory Szorc
8e3b63221f
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
Ehsan Akhgari
5ab06de081
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
2013-01-29 13:12:13 -05:00
Sid Stamm
21d1f6cf48
Bug 765398 - Add a "yes, I allow tracking" option to DNT. (r=dolske)
2012-06-14 14:19:27 -07:00
Gregory Szorc
4e73e3e1ad
Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier
2013-01-15 12:38:01 -08:00
Mike Connor
ae042865ec
bug 830498 - fix hardcoded brand references in data choices prefpane, r=jaws
2013-01-14 19:56:04 -05:00
Gregory Szorc
97915250a5
Bug 829184 - Update "Data Choices" pref pane with reworked XPCOM service; r=dolske
2013-01-11 15:33:57 -08:00
Mike Connor
f00ed3c94f
Bug 809094 - Move data upload choices to Advanced pref pane, add FHR option; r=gavin, gps
2013-01-03 23:45:15 -05:00
Ehsan Akhgari
48f7625971
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
Richard Newman
741b234416
Merge m-c to s-c.
2013-01-02 19:35:43 -08:00
Richard Newman
01a718fb4d
Bug 695127 - missing ; in chrome://browser/content/preferences/sync.js. r=trivial
2012-12-19 15:19:25 -08:00
Theo Chevalier
31e719ad8e
Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77
2012-12-08 18:41:23 +01:00
Theo Chevalier
a59284b415
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
Ehsan Akhgari
7bc9800ae8
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
Andres Hernandez
2df29bc477
Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan
2012-10-24 14:21:33 -06:00
Richard Newman
4410c06d46
Merge m-c to s-c.
2012-10-18 00:09:17 -07:00
Richard Newman
0139af6075
Merge m-c to s-c.
2012-10-12 11:47:24 -07:00
Brian R. Bondy
734fa2e292
Bug 798166 - Fix for defaults display problem after setting default depending on helper.exe speed. r=felipe
2012-10-05 10:17:24 -04:00
Gregory Szorc
1fcdd22f06
Merge mozilla-central into services-central
2012-09-24 13:33:43 -07:00
Yosy
3982ffb3e1
Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao
2012-09-23 21:09:29 +02:00
Benjamin Peterson
d81426815e
Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures
2012-09-23 12:25:39 -04:00
Yosy
9fd06803cc
Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao
2012-09-23 16:48:23 +02:00
Richard Newman
5dc2f9b025
Merge m-c to s-c.
2012-09-21 07:15:41 -07:00
Brian R. Bondy
b3a55c21f4
Bug 791019 - Advanced preferences changes for win8 handling. r=felipe
2012-09-21 10:05:24 -04:00
Gregory Szorc
3db653c02f
Bug 787273 - Part 9: Adjust frontend code to use main.js; r=rnewman
...
Nothing outside of the core Sync code should import anything other than
main.js.
2012-09-18 12:32:10 -07:00
Gregory Szorc
c18ec11359
Merge mozilla-central into services-central
2012-09-18 11:37:04 -07:00
Andres Hernandez
2b51a67583
Bug 781973 - Use filepicker's open() instead of the obsolete show() in /browser. r=bbondy
2012-09-19 17:21:38 -06:00
Jan Varga
51663a7fdc
Bug 791232 - Remove calls to clearOfflineApps() any remaining integration of localStorage with offline apps after Bug 776416. r=sicking
2012-09-14 22:23:44 +02:00
Richard Newman
4b0aa66388
Merge m-c to s-c.
2012-08-30 19:26:53 -07:00
Gregory Szorc
eafa132c4a
Bug 785225 - Part 5: Partial removal of Clients singleton; r=rnewman
...
Clients was being exported and used as a singleton. We still use Clients
as a singleton in some places, but only in test code. The preferred
method to access Clients is now through a service instance.
Weave.Clients is no longer exposed. Callers go through Weave.Service
now.
2012-08-29 14:43:40 -07:00
Ally Naaktgeboren
b7b5730eaf
Bug 589468 - Part 2/2: Change "computer" to "device" in all strings regarding desktop Firefox Sync. r=mconnor
2012-08-29 17:09:32 -07:00
Ehsan Akhgari
bb95409368
Bug 801661 - Disable browser_privacypane_7.js and its in-content variant in per-window PB mode; r=jdm
2012-10-16 18:03:25 -04:00
Javi Rueda
d2f284e1a8
Bug 513164 - Remove "Manage Addons" from Preferences UI; r=gavin
2012-08-27 12:45:48 -04:00
Javi Rueda
a50be574db
Bug 503761 - 'Remember passwords' check box is broken when no history - in Private Browsing mode or when Firefox set to never remember any history; r=ehsan
2012-08-21 11:03:46 -04:00
Andres Hernandez
e80b022632
Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
2012-08-10 14:20:25 -06:00
Mike Hommey
0f9f294ea0
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Matthew Noorenberghe
2fc46caf6b
Bug 763232 - Handle shell service throwing on Linux in the advanced preferences pane. r=jaws
2012-07-30 23:54:16 -07:00
John Schoenick
0842f63699
Bug 772590 - The plugin category manager registration should account for multiple plugins per MIME, r=josh
2012-07-10 17:06:17 -07:00
Brendan Dahl
3e97357d20
Bug 752676: Add pdf.js as an internal handler for pdfjs (1/2); r=mak77
2012-06-02 09:56:24 -07:00
Andrew Hurle
9fac6f01f5
Bug 720154 - Move restore_on_demand checkbox to Tabs page, never disable it. r=zpao, ui-r=jboriss
2012-05-26 09:33:52 -04:00
Andrew Hurle
2198f5b577
Bug 566444 - Make proxy exceptions multiline. r=jaws
2012-05-24 18:45:09 -04:00
Josh Matthews
fb2404ae23
Bug 801823 - Prompt to restart Firefox when changing the private browsing autostart preference. r=ehsan
2012-12-20 17:57:20 -05:00
Paolo Amadini
69f4b45da5
Bug 824345 - Hide old Download Manager preferences when the Downloads Panel is enabled.
...
r=mak
2012-12-28 00:54:54 +01:00
Josh Matthews
f4c09688f4
Backed out changeset 0b3cc2b5fc5f (bug 824345)
2012-12-27 20:44:18 -05:00
Paolo Amadini
89040372d6
Bug 824345 - Hide old Download Manager preferences when the Downloads Panel is enabled.
...
r=mak
2012-12-28 00:54:54 +01:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Christian Ascheberg
c57b474f57
Bug 317190 - Change "Check Now" to "Set Firefox as the default browser". r=jaws
2012-05-17 12:04:49 -07:00