David Rajchenbach-Teller
cb15aec7a6
Bug 1089695 - Fixing wrong dependency in Places shutdown. r=mak
2015-08-10 11:07:54 +02:00
Nikhil Marathe
784295d59c
Bug 1188937 - Only add Push API interfaces to build if the feature is enabled. r=kitcambridge
2015-07-29 09:12:51 -07:00
Edouard Oger
4071ace608
Bug 1102184 - Deprecate the clear saved passwords on shutdown feature. r=dolske
2015-07-17 13:18:00 -04:00
Brad Lassey
6f3fecc1b0
bug 1158561 - [e10s] Browser hang in PluginModuleParent::NPP_ClearSiteData() r=jimm,mak
2015-06-30 18:08:19 -04:00
Wes Kocher
1e193b542b
Backed out changeset 9e0475a23d21 (bug 1158561) for assertions in test_clear_site_data.html CLOSED TREE
2015-07-01 16:25:26 -07:00
Brad Lassey
5f96379688
bug 1158561 - [e10s] Browser hang in PluginModuleParent::NPP_ClearSiteData() r=jimm,mak
2015-06-30 18:08:19 -04:00
Ryan VanderMeulen
45d22e186e
Backed out changesets 57bbe09f18f2 and 8353c823b8b5 (bug 1158561) for win32 build bustage.
...
CLOSED TREE
2015-07-01 12:11:41 -04:00
Brad Lassey
ffff931b1a
bug 1158561 - [e10s] Browser hang in PluginModuleParent::NPP_ClearSiteData() r=jimm,mak
2015-06-30 18:08:19 -04:00
Chris Manchester
92aac37029
Bug 1171210 - Add a telemetry probe for how long it takes to clear plugin cookies during sanitize. r=vladan
2015-06-10 17:31:34 -07:00
Xidorn Quan
960d5fd06f
Bug 1161802 part 2 - Split nsGlobalWindow::SetFullScreenInternal into two parts, one part before the window resizing, the other after. r=smaug,dao,margaret
...
This patch moves the "fullscreen" event from the original place to the
second part, which indicates two other changes:
1. When the event is triggered, the value of fullScreen would have been
toggled to the new value, which is different from before. The changes in
browser/../browser-fullScreen.js and mobile/../browser.js are for this.
2. This event is no longer preventDefault-able, since it is triggered
after the fullscreen change. This leads to the removal of the test and
the only place which calls preventDefault on that event. That place is
a workaround for bug 1079222. To address that problem, this patch fixes
the intrinsic issue via stoping handling the fullscreen change once it
finds we failed to change the state of the widget.
2015-06-10 23:13:12 +12:00
Doug Turner
af36aaba47
Bug 1149274 - Clear site-permissions should clear all registered push notifications. r=nsm
2015-04-21 20:10:51 +02:00
Jan-Ivar Bruaroey
f997b75efa
Bug 1046245 - enumerateDevices w/non-blocking e10s, nsICryptoHMAC, clear cookies, lambdas. r=keeler, florian, billm, jesup
2015-03-03 09:51:05 -05:00
Randell Jesup
da027a988b
Backed out 6 changesets (bug 1046245) on a CLOSED TREE
2015-03-29 01:42:32 -04:00
Jan-Ivar Bruaroey
1521c32e63
Bug 1046245 - enumerateDevices w/non-blocking e10s, nsICryptoHMAC, clear cookies, lambdas. r=keeler, r=florian, r=billm, r=jesup
2015-03-03 09:51:05 -05:00
Phil Ringnalda
7ac6221ca2
Back out 6 changesets (bug 1046245) for thinking that MSVC would have anything to do with a __PRETTY_FUNCTION__
...
CLOSED TREE
Backed out changeset 9e3ecca831d8 (bug 1046245)
Backed out changeset 87dc145f4da8 (bug 1046245)
Backed out changeset 01606cf19a77 (bug 1046245)
Backed out changeset 2ed2b15fe940 (bug 1046245)
Backed out changeset 2b99b193828a (bug 1046245)
Backed out changeset d1ac67faccbb (bug 1046245)
2015-03-28 19:57:17 -07:00
Jan-Ivar Bruaroey
37564387a0
Bug 1046245 - enumerateDevices w/non-blocking e10s, nsICryptoHMAC, clear cookies, lambdas. r=keeler, r=florian, r=billm, r=jesup
2015-03-03 09:51:05 -05:00
Ryan VanderMeulen
85426e67e1
Backed out 6 changesets (bug 1046245) for bustage on a CLOSED TREE.
...
Backed out changeset 222c2f9e3bc9 (bug 1046245)
Backed out changeset 4251eef464a2 (bug 1046245)
Backed out changeset 592f4cc23197 (bug 1046245)
Backed out changeset 5bfb9a1c0550 (bug 1046245)
Backed out changeset e966a5df87b6 (bug 1046245)
Backed out changeset 609f3ca64004 (bug 1046245)
2015-03-28 16:24:25 -04:00
Jan-Ivar Bruaroey
5f969c4a19
Bug 1046245 - enumerateDevices w/non-blocking e10s, nsICryptoHMAC, clear cookies, lambdas. r=keeler, r=florian, r=billm, r=jesup
2015-03-03 09:51:05 -05:00
Neil Deakin
b70a7d921f
Bug 1091140, add telemetry for sanitize, r=vdjeric
2015-01-26 20:58:22 -05:00
JW Wang
2aead691b3
Bug 1111788 - Part 1 - include timestamps for "browser:purge-session-history" notification. r=gavin.
2015-01-08 18:50:00 +01:00
Gijs Kruitbosch
5f58df5978
Bug 1094429 - fix strict warning in sanitize.js, r=gavin
2014-11-06 11:53:34 +00:00
Gijs Kruitbosch
0eea7debaa
Bug 1079222 - deny fullscreen from the forget button, r=dolske
2014-10-21 04:19:40 +01:00
Justin Dolske
c028185d38
Bug 1088137 - Forget button can fail to clear cookies by running sanitizer too early. r=MattN
2014-10-26 20:46:03 -07:00
Mark Hammond
58db9abadc
Bug 1058442 - sanitize.js now passes the date range being cleared to the permission manager and content pref service. r=MattN
2014-10-14 16:03:31 +11:00
Gijs Kruitbosch
632712859a
Bug 1069300 - add a privacy/forget/panic button, r=jaws
2014-09-24 17:22:05 +01:00
David Keeler
921747d269
bug 775370 - (part 2/2) use DataStorage as back-end to nsSiteSecurityService r=briansmith
2014-09-04 10:42:31 -07:00
Jim Blandy
39dc0c6097
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Jeremy Poulin
ef9b7ddf74
Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
2014-06-03 13:37:46 -07:00
Paolo Amadini
dee31ed8ca
Bug 984872 - Remove deprecated promise.js usage in Firefox for Desktop. r=mak
2014-03-20 22:21:05 +01:00
Malintha Fernando
80b159a843
Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao
2014-01-25 17:12:20 +01:00
Paolo Amadini
e32b4c3d00
Bug 899110 - Remove the code to switch between different back-ends from the Downloads Panel. r=enn
2013-11-04 19:21:13 +01:00
Nicholas Hurley
c3681fa4e7
Bug 881804 (part 6) - Plumb browser UI into predictive network actions to allow clearing data. r=ttaubert r=mossop f=gavin
2013-10-25 14:57:00 -07:00
Honza Bambas
a55f8e6460
Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
2013-09-20 11:11:25 +02:00
Paolo Amadini
d5a5a1e0ce
Bug 913118 - Add a combined list of public and private downloads. r=enn
2013-09-12 21:20:30 +02:00
Neil Deakin
53b3c154ff
Bug 847863 - Part 6 of 8 - Convert tests for clearing recent history. r=paolo
2013-08-21 09:36:07 +02:00
Ed Morley
c582b7753b
Backed out changeset 7e8ff4c464f9 (bug 847863) on suspicion of causing failures in browser_sanitize-timespans.js
2013-08-20 11:52:34 +01:00
Neil Deakin
82642267dd
Bug 847863 - Part 6 of 8 - Convert tests for clearing recent history. r=paolo
2013-08-19 23:39:14 +02:00
Neil Deakin
14b9dae085
Bug 899125 - Part 1 of 2 - Allow using the JavaScript API instead of nsIDownloadManager when clearing recent history. r=paolo
2013-08-17 15:19:55 +02:00
Adam Dane [:hobophobe]
515691af5e
Bug 537013 - Make the find bar exist on a per-tab basis. r=dao
2013-07-06 02:56:36 +02:00
Doug Turner
99e8fd3b70
Bug 882485 - Add API keys support for Google Location Service API. r=gps, jdm, gavin. sr=brendan
2013-06-12 19:20:07 -07:00
Mark Hammond
65d594f18f
Bug 566746 - various fixes to sanitize(). r=mak
2013-05-09 09:08:07 +10:00
Gavin Sharp
04991d24e3
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
58a365c977
Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange.
2013-05-02 21:20:08 -04:00
Gavin Sharp
b8dd55e573
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
200191951a
Backed out 17 changesets (bug 566746, bug 697377) for frequent OSX debug mochitest-5 crashes.
2013-04-11 11:53:13 -04:00
Neil Deakin
e9f0eb5800
Bug 566746, use improved callback api for asyncronous form history methods, r=mak
2013-04-11 04:01:49 -04:00
Felix Fung
6250f471ab
Bug 566746 - Use Asynchronous FormHistory.jsm for sanitize.js, p=enndeakin,felix, r=mak
2011-12-17 01:31:50 -08:00
Felipe Gomes
e58c5113e7
Bug 850210 - Part 2. Update removeGroupedPrefs usage to nsIContentPrefService2.removeAllDomains. r=adw
2013-03-29 23:08:49 -03:00
Marco Bonardo
04b4837fa1
Bug 838874 - Stop implementing nsIGlobalHistory2.
...
r=Mano sr=gavin
2013-03-20 18:09:41 +01:00
Josh Matthews
1751e5415b
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