Ted Mielczarek
879065de9d
bug 1223530 - Move MOZ_WINCONSOLE to configure. r=glandium
...
This patch moves the logic for selecting MOZ_WINCONSOLE out of individual
Makefile.in files and into configure. It also changes config.mk to only
pass -SUBSYSTEM:CONSOLE if MOZ_WINCONSOLE=1. The MSDN docs state that
in the absence of -SUBSYSTEM, the linker will select the proper subsystem
based on whether the program contains [w]main or [w]WinMain, so let it
do that.
One program (windbgdlg) needed a tweak to add a wmain for when MOZ_WINCONSOLE
is defined.
This patch leaves one instance in security/sandbox/win/wow_helper/Makefile.in,
that Makefile has its own separate bug.
--HG--
extra : commitid : 8acDjmfKivj
extra : rebase_source : 03b4fa4c8ae077a894b08f3762ef93541e34ac1a
2015-11-11 06:24:39 -05:00
Ted Mielczarek
8b765abfbe
bug 1224308 - Remove some Makefile cruft. r=gps
...
--HG--
extra : commitid : JdDnpW7zfHf
extra : rebase_source : 9eca8f978c43eb6f26c8d14d5d13fee5ea556a02
2015-11-12 06:39:11 -05:00
Mike Conley
1d12b0b6ba
Bug 1220929 - Add test for RemotePage's portsForBrowser. r=Mossop
...
--HG--
extra : commitid : Ihne6zL4EkU
extra : rebase_source : d3baa7fb7503e97c24019878322cdd7e334a36d9
2015-11-05 10:43:09 -05:00
Mike Conley
77e74077e5
Bug 1220929 - RemotePageManager should let us get all ports for a browser. r=Mossop
...
--HG--
extra : commitid : KskXZGLHVfM
extra : rebase_source : ac92a506356bbb7a61a3b3dd8b9e7f4d107cfb2d
2015-11-02 16:03:00 -05:00
Mike Conley
ae38391972
Bug 1220929 - RemotePageManager should use documentURI and allow special URLs with query params. r=Mossop
...
--HG--
extra : commitid : 9RNSIkfV0gx
extra : rebase_source : d0e6f112efba1d42936fc785b098a0f8217fbbaf
extra : amend_source : 1ce76fc0b6eb47a3dc189c38ee9acb6e8451ce4e
extra : histedit_source : ea64f6ecb938c791a43465d1b401491c569e7ffc
2015-11-02 20:46:37 -05:00
Mark Finkle
0ae71e6ba8
Bug 1223526 - Create an empty theme for mobile/native UI r=margaret,mossop,gbrown
2015-11-20 12:03:01 -05:00
Nathan Froyd
c381a6b86c
Bug 1218454 - part 2 - don't #include nsContentUtils.h from CallbackObject.h; r=bz
...
We used to need nsContentUtils.h here for nsCxPusher, but since that got
moved to ScriptSettings.h, we no longer need nsContentUtils.h for
anything.
2015-10-26 12:14:47 -04:00
Ben Hearsum
2658b43d3a
Bug 1079858: Enable SHA2 signing for windows. r=catlee rs=rstrong
...
--HG--
extra : amend_source : c605389facd952635d04a60b15bb14a269d073dc
2015-12-02 14:12:37 -05:00
Aaron Klotz
9162a0feda
Bug 1218473
: Add check for presence of NVIDIA Optimus drivers to WindowsNopSpacePatcher; r=ehsan
...
--HG--
extra : rebase_source : f179d1f950faccf71415c9a694160bc65d014fbb
2015-11-27 13:01:23 -07:00
Christoph Kerschbaumer
d89b2a6a22
Bug 1225362 - Use channel.asyncOpen2 in toolkit/components/search/nsSearchService.js (r=sicking)
2015-11-30 20:27:05 -08:00
Christoph Kerschbaumer
8110e391b7
Bug 1225361 - Use channel.asyncOpen2 in toolkit/components/places/tests/test_bug_411966.html (r=sicking)
2015-11-30 20:26:19 -08:00
Christoph Kerschbaumer
3c8ce9df63
Bug 1225360 - Use channel.asyncOpen2 in toolkit/components/places/tests/network/test_history_redirects.js (r=sicking)
2015-11-30 20:25:37 -08:00
Christoph Kerschbaumer
c683f66a78
Bug 1225355 - Use channel.asyncOpen2 in toolkit/components/aboutmemory/content/aboutMemory.js (r=sicking)
2015-11-30 20:23:55 -08:00
Christoph Kerschbaumer
413a60a063
Bug 1225641 - Change default security flags within NetUtil.newChannel (r=sicking)
2015-11-17 17:35:30 -08:00
Boris Zbarsky
0baeed7ed3
Bug 1170760 part 10. Add subclassing support to Promise::Resolve. r=baku,efaust
2015-11-25 15:48:09 -05:00
Wes Kocher
68833cae98
Merge m-c to inbound, a=merge
...
--HG--
extra : commitid : Ji790Lmkepf
2015-11-30 17:47:00 -08:00
Francois Marier
88fc749776
Bug 1216793 - Add tests for TP in XHRs and fetch(). r=gcp
2015-11-30 16:28:39 -08:00
Mike Hommey
8caec249c9
Bug 1228742 - Don't install CrashTestUtils.jsm to dist/bin/modules. r=mshal
...
It's actually shipped by mistake, and it's copied to the appropriate
test directory by other means.
2015-12-01 08:25:22 +09:00
Nicholas Nethercote
e83b2d5475
Bug 1187138 (part 4) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj.
...
--HG--
extra : rebase_source : 18cb9f8330c784a6700ba0a94804a42812159b25
2015-11-24 16:53:46 -08:00
Nicholas Nethercote
beb6cb5381
Bug 1187138 (part 3) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj.
...
--HG--
extra : rebase_source : 716759dac80357e3cdf11c2a555ed32c116a84cc
2015-11-24 16:53:46 -08:00
Nicholas Nethercote
07c63a97b8
Bug 1187138 (part 2) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj.
...
--HG--
extra : rebase_source : 4dd743a5357e894482a47847344e7b6a6fe84c74
2015-11-24 16:53:46 -08:00
David Rajchenbach-Teller
3cbbd4662e
Bug 1186491 - Splitting nsIPerformanceStats in two;r=froydnj
...
--HG--
extra : transplant_source : _%5B%8Bk%5Cn%AD%E3%1D%CB%E5f%FF%04%D2%D861%F1%83
2015-10-23 10:58:40 +02:00
Alessio Placitelli
02c20285e8
Bug 1222054 - Fix broken tests. r=gfritzsche
2015-11-10 07:41:00 +01:00
Alessio Placitelli
5eef00061e
Bug 1222054 - Route shutdown/saved-session pings through TelemetrySend. r=gfritzsche
2015-11-10 07:34:00 +01:00
Carsten "Tomcat" Book
3e3681faa3
Merge mozilla-central to fx-team
2015-11-19 15:24:02 +01:00
Carsten "Tomcat" Book
839fa910f5
merge mozilla-inbound to mozilla-central a=merge
2015-11-19 14:44:11 +01:00
Nigel Babu
8638a9854f
Backed out changeset 9155ee3d42d8 (bug 1182546) for Android M(c) bustage
2015-11-19 14:26:20 +05:30
simplyblue
ca6f99ed19
Bug 1221505 - Remove osfile.jsm dependency from TelemetrySession.jsm. r=dexter
2015-11-17 16:55:47 +05:30
Tummala Dhanvi
20c4603237
Bug 1190961 - Change info-pages.css' placeholder icon to one that exists in toolkit/ r=jaws
...
--HG--
rename : browser/themes/shared/aboutNetError_info.svg => toolkit/themes/shared/incontent-icons/info.svg
extra : rebase_source : 7aad5a5f29c97049a2f2b9ae34cdb9a014435be2
2015-11-18 12:49:41 -05:00
Gijs Kruitbosch
a5e69a8a5a
Bug 1040005
- fix nsHelperAppDlg.js to cope with always ask in combination with a preferred helper app, r=mconley
...
--HG--
extra : commitid : 3bfX8YfVfg5
extra : rebase_source : 4074335ed3ea7ffebed56cacce310e8c62de661c
2015-11-17 16:56:16 +00:00
Dave Townsend
d9c57718d0
Bug 1220911: Remove most of the special casing around experiments. r=rhelmer
...
Experiments should differ from normal add-ons in a few ways:
* They can always be enabled regardless of compatibility info
* They default to disabled when installed
* They cannot be checked for updates
* They only stay enabled for the lifetime of the current process
* The UI doesn't give users the ability to enable/disable
This makes a few changes to keep these differences but remove much of the special casing code for experiments.
Being able to use regardless of compatibility was mostly fixed by bug 1220198 but I've also removed the redundant override in isCompatible.
Previously the "enabled until restart" feature worked with by not updating the DBAddonInternal object and instead using a hack to make the wrapper still seem enabled. This seems likely to break other code that relies on the state of the DBAddonInternal object so instead we update that as normal and simply don't persist the enabled state to disk.
Also switch the DBAddonInteral.prototype code to use some newer JS features.
I've removed the hack from addon.permissions which was hiding the enable/disable buttons in the UI and instead just hidden them in the UI stylesheet. This makes the API make sense and means callers can use addon.permissions to verify that enabling will work.
--HG--
extra : commitid : I1KdZYTWAyE
extra : rebase_source : 352634d8e980a6f7a9c2121607283f5b08dc8484
2015-11-09 15:02:29 -08:00
Dave Townsend
0ca2ae256e
Bug 1220911: Switch test_experiment.js to task style. r=rhelmer
...
Before changing the handling of experiments make the tests a bit more readable
and use BootstrapMonitor to verify things.
--HG--
extra : commitid : LnQTmpOqRgj
extra : rebase_source : be63740ca7613bf685c9d69722e9fb2e1bb0d5e3
2015-11-09 15:02:05 -08:00
Dave Townsend
95d4a64276
Bug 1225629: Always verify signatures for hotfixes and system add-on updates. r=rhelmer
...
--HG--
extra : commitid : HZM3glYLa3L
extra : rebase_source : e6c2c366ba7a96f5b66ed24b00c97c3ca4333e6b
extra : amend_source : e536be12a4d97d83f38b0cb8a9d931544902d75d
2015-11-17 14:05:04 -08:00
Mike de Boer
4da42cdb54
Bug 1048850 - Part 3: transition from the navigator.mozLoop API to the RemotePageManager API. r=Standard8
2015-11-18 17:09:36 +01:00
Jared Wein
2ef4da49fb
Bug 1218789 - Close button and gear button are misaligned in notifications. r=MattN
...
--HG--
extra : rebase_source : 875dc313e8a93b5d604ebe5d458efcc044d02cac
2015-11-18 10:20:20 -05:00
Carsten "Tomcat" Book
153097fa77
Merge mozilla-central to fx-team
2015-11-18 15:22:58 +01:00
Carsten "Tomcat" Book
262d13ff69
merge fx-team to mozilla-central a=merge
2015-11-18 14:47:25 +01:00
Wes Kocher
522a563914
Merge m-c to b2ginbound, a=merge
...
--HG--
extra : commitid : 8jCHCW0Xzam
2015-11-17 13:23:33 -08:00
Fabrice Desré
06385320ab
Bug 1220700 - Cannot enable add-ons installed from WebIDE r=ochameau
2015-11-17 11:03:44 -08:00
Carsten "Tomcat" Book
d74447ffaa
Merge mozilla-central to fx-team
2015-11-17 12:35:11 +01:00
Carsten "Tomcat" Book
1cf9b8b2ab
merge mozilla-inbound to mozilla-central a=merge
2015-11-17 12:26:16 +01:00
Alessio Placitelli
0d63309a30
Bug 1221958 - Add test coverage. r=gfritzsche
2015-11-17 06:41:00 +01:00
Alessio Placitelli
9e3e80a871
Bug 1221958 - Make TelemetryController.enableTelemetryRecording pref checks more robust. r=gfritzsche
2015-11-17 07:42:00 +01:00
Wes Kocher
187dd319f1
Merge m-c to inbound, a=merge
...
--HG--
extra : commitid : DGwcWNlrDUA
2015-11-16 17:27:08 -08:00
Wes Kocher
c4f40f5dfc
Merge inbound to m-c a=merge
...
--HG--
extra : commitid : 8FO2ow49CX2
2015-11-16 17:20:42 -08:00
rthyberg
c324f52830
Bug 1222042 - Dont try to show ping data in about:telemetry if Telemetry is disabled. r=dexter
2015-11-16 14:27:00 +01:00
Tom Zhang
fe738f8991
Bug 1225103 - Clarity change to debug message to reflect actual function called. r=dexter
2015-11-16 21:19:00 +01:00
Kris Maglione
76d1ae510c
Bug 1221415: [webext] Improve error checking and Chrome-compatibility of i18n API. r=billm
...
--HG--
extra : commitid : 493PXRrLfdL
extra : rebase_source : 81a053d889e64e8f5685fe7f7a2a656c396807a0
2015-11-15 16:54:41 -08:00
Mike Hommey
5ab167c3b0
Bug 1224490 - Kill LIBXUL_DIST. r=mshal
2015-11-17 10:00:19 +09:00
Christoph Kerschbaumer
fed8644966
Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking)
2015-11-15 14:48:38 -08:00
Christoph Kerschbaumer
a6cb71ab15
Bug 1223435 - Use channel.asyncOpen2 in toolkit/mozapps/extensions/internal/XPIProvider.jsm (r=sicking)
2015-11-15 14:48:11 -08:00
Mason Chang
5af03a5859
Bug 1221674 Part 2: Correct for negative content delay values. r=avih
2015-11-16 16:21:04 -08:00
Kris Maglione
9b2c61cbae
Bug 1215893: [webext] Check capturing event listeners for the correct target. r=billm
...
--HG--
extra : commitid : IYgT9fAiHJX
extra : rebase_source : c672622b7f2e931ceab45b5569c9de0bfd40602a
2015-11-14 23:30:52 -08:00
Tom Zhang
b9786709da
Bug 1223423 - Remove |testOnly| from |TelemetryController.submitExternalPing|. r=Dexter
2015-11-15 15:03:11 +01:00
Phil Ringnalda
0cccf0ed58
Merge m-i to m-c, a=merge
2015-11-14 13:22:10 -08:00
Jared Wein
3aa05f548a
Bug 1213421 - Follow-up, set the bodyText even when text is not being truncated. r=MattN
2015-11-14 10:28:51 -05:00
Jared Wein
fd3e052054
Bug 1213421 - Truncate long body and title text in notifications. r=MattN
...
--HG--
extra : rebase_source : bb92c1846bbc15347cd6e5fe1b43919b11b2b467
2015-11-13 15:56:47 -05:00
Wes Kocher
f37eaccd8d
Backed out changeset d6d640c4b8c2 (bug 1221892) for win debug dt8 bustage
...
--HG--
extra : commitid : 2uAeu4bllYN
2015-11-13 11:50:08 -08:00
Chris H-C
68d9730223
Bug 1198196
- rework EVENTLOOP_UI_LAG_EXP_MS to record all lag. r=vladan
...
Previously we were only logging if we accumulated 50ms of lag. Start logging
all lag so we can use this measure to compare smaller changes in UI
responsiveness.
2015-11-11 14:01:00 +01:00
Carsten "Tomcat" Book
207a0886e9
Backed out changeset 5807dfe3b873 (bug 1218351)
2015-11-13 15:12:16 +01:00
Carsten "Tomcat" Book
11f254091e
Merge mozilla-central to fx-team
2015-11-13 14:37:10 +01:00
Carsten "Tomcat" Book
251a766b73
Backed out changeset 01dac856fde0 (bug 1198196
) for mulet problems
...
--HG--
extra : rebase_source : ca0380baaa2edcd025a072c2ecfa861530d8cb81
2015-11-13 13:39:35 +01:00
Sebastian Kaspari
7fe6ce1c36
Bug 1222381 - Remove default theme for restricted profiles. r=ally
...
Instead we will introduce a theme picker in bug 1220251.
--HG--
extra : commitid : 3ri8bKZK5rK
extra : rebase_source : 61ec6d19e28388b183c4fe7f67029aeaff52d179
extra : amend_source : 5265e4fc7012afefe839dfa1f98fc1b3e97fc4c1
2015-11-11 13:56:31 +01:00
Mark Hammond
301563017d
Bug 1224689 - Add a 'sync' mozinfo variable and only run test_remotetabmatches.js if it is defined. r=ted
...
--HG--
extra : rebase_source : 05d28e12a73a2fe0f0746a5ae13e3268a0821ced
2015-11-15 15:21:00 +01:00
Carsten "Tomcat" Book
b82e1bbe8e
Backed out changeset e23d0660a042 (bug 1218364) for mulet bustage
2015-11-13 12:32:15 +01:00
Eddy Bruel
ca5c1dfc8d
Bug 1221892 - Extend the debugger protocol to get the matching service worker registration;r=janx
2015-11-13 10:35:50 +01:00
Luca Greco
ec406c903b
Bug 1218364 - windowless browser windows should not crash on Troubleshoot. r=billm r=jrmuizel
2015-11-11 07:08:00 +01:00
Luis Miguel [:quicksaver]
8fd6fc6676
Bug 1218351 - (e10s) Don't lose initial typed characters when opening the findbar; r=mikedeboer
...
Moved some of the routine from content to chrome process. The drawback is that now the content process must wait for a response on every keypress.
--HG--
extra : transplant_source : f%99%83H%91%C6B%3FJ%DC%29s%AF%E1%BA%E6GO%0B%17
2015-11-04 15:26:40 +00:00
Chris H-C
21debe5b31
Bug 1198196
- rework EVENTLOOP_UI_LAG_EXP_MS to record all lag. r=vladan
...
Previously we were only logging if we accumulated 50ms of lag. Start logging
all lag so we can use this measure to compare smaller changes in UI
responsiveness.
2015-11-11 14:01:00 +01:00
Kris Maglione
ef3b6a7107
Bug 1224961: Remove non-standard JS features from WebExtension code
...
--HG--
extra : commitid : uASoVfuiAC
extra : rebase_source : ba0dfb11eda8d1c3345463e3a8c25796ddcfb5dd
2015-11-02 18:09:09 -08:00
Sebastian Hengst
ff22ab370f
Bug 1222419 - copying histogram: percental distribution values should have correct values. r=gfritzsche
2015-11-06 13:35:03 +01:00
Wes Kocher
c0ece6bf0d
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : 2bzybQqlwy0
2015-11-16 17:28:26 -08:00
Stuart
a6f436ac7c
Bug 1224135 - Updating the comment for assemblePing. r=dexter
2015-11-16 04:58:00 +01:00
Luca Greco
b6dcf4514a
Bug 1218364 - windowless browser windows should not crash on Troubleshoot. r=billm,jrmuizel
2015-11-11 07:08:00 +01:00
Margaret Leibovic
1187af0c62
Bug 1224197 - Update 'Change' button in about:telemetry to open privacy settings. r=gfritzsche
...
--HG--
extra : commitid : DA0QQjDEHqf
extra : rebase_source : 3f86d74fa66677174d0f67f148fe972c4a732656
2015-11-12 14:34:31 -05:00
Nigel Babu
70eb23339b
Backed out changeset 46eadccf444d (bug 1223435)
2015-11-16 16:03:18 +05:30
Nigel Babu
48a17dbb0e
Backed out changeset 874285de3dc7 (bug 1223437)
2015-11-16 16:03:15 +05:30
Christoph Kerschbaumer
a2e6971a04
Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking)
2015-11-15 14:48:38 -08:00
Christoph Kerschbaumer
438e0eb3d0
Bug 1223435 - Use channel.asyncOpen2 in toolkit/mozapps/extensions/internal/XPIProvider.jsm (r=sicking)
2015-11-15 14:48:11 -08:00
Carsten "Tomcat" Book
fde361620f
merge mozilla-inbound to mozilla-central a=merge
2015-11-12 12:00:55 +01:00
Wes Kocher
c0ac6aeca0
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : DBUKvoFqhcH
2015-11-11 17:13:38 -08:00
Wes Kocher
a0333fb40f
Merge inbound to central, a=merge
...
--HG--
extra : commitid : 8yhUmQMKROV
2015-11-11 16:42:05 -08:00
Mark Hammond
c24f1e0216
Bug 1210616 - have remote (sync) tabs appear in awesomebar suggestions. r=mak
2015-11-12 11:02:44 +11:00
Bill McCloskey
4f99faeaed
Bug 967873 - Proxy nsDocumentViewer::PermitUnload to the child process (r=Gijs)
2015-11-11 18:04:21 -08:00
Wes Kocher
ea2623adb5
Merge m-c to inbound, a=merge
...
--HG--
extra : commitid : 93SodIi80b2
2015-11-11 17:12:26 -08:00
Bill McCloskey
d3c47f743b
Bug 967873 - Fix some recently enabled tests
2015-11-11 16:24:34 -08:00
Carsten "Tomcat" Book
605ba2d307
Merge mozilla-central to mozilla-inbound
2015-11-11 12:44:18 +01:00
Carsten "Tomcat" Book
0610c350a3
merge mozilla-inbound to mozilla-central a=merge
2015-11-11 12:42:52 +01:00
Marco Bonardo
2cb37ef1e6
Bug 720589 - mMatchCounts may be accessed with a nonexisting index. r=neil
2015-11-10 20:18:24 +01:00
Sanchit Nevgi
4ca7e8b213
Bug 1152255 - Removed Telemetry.asyncFetchTelemetryData call in TelemetryController.jsm. r=Dexter
2015-11-07 02:26:00 +01:00
Carsten "Tomcat" Book
8cf071a922
Backed out changeset 55b6a42400b0 (bug 1218364) for browser_windowless_troubleshoot_crash.js test failures
2015-11-10 14:27:12 +01:00
Carsten "Tomcat" Book
8097d52b90
Merge mozilla-central to fx-team
2015-11-10 12:49:53 +01:00
Carsten "Tomcat" Book
5c359d92c8
merge mozilla-inbound to mozilla-central a=merge
2015-11-10 11:59:34 +01:00
Nick Alexander
ade40baf2d
Bug 938994 - Move build/mobile/robocop into mobile/android/tests/browser/robocop. r=gbrown
...
This builds the Robocop tests with |mach build mobile/android|, making
it easier for developers to build Fennec and the tests at the same
time.
--HG--
rename : build/mobile/robocop/AndroidManifest.xml.in => mobile/android/tests/browser/robocop/AndroidManifest.xml.in
rename : build/mobile/robocop/Makefile.in => mobile/android/tests/browser/robocop/Makefile.in
rename : build/mobile/robocop/README => mobile/android/tests/browser/robocop/README
rename : build/mobile/robocop/moz.build => mobile/android/tests/browser/robocop/moz.build
rename : build/mobile/robocop/res/values/strings.xml => mobile/android/tests/browser/robocop/res/values/strings.xml
rename : build/mobile/robocop/robotium-solo-4.3.1.jar => mobile/android/tests/browser/robocop/robotium-solo-4.3.1.jar
extra : commitid : BuNBjgXdm1d
extra : rebase_source : c36b8bf0183d8f5821b7f7839668ca963065d894
extra : histedit_source : a86fef3b834420ea496a9c2644ca72786a2d7da9
2015-11-09 12:55:38 -08:00
Boris Kudryavtsev
5dd5ea66ce
Bug 1219861 - Remove not-allowed cursor on disabled buttons on in-content pages. r=dao
2015-11-08 00:30:00 +01:00
Luca Greco
f09d82c271
Bug 1218364 - windowless browser windows should not crash on Troubleshoot. r=billm, r=jrmuizel
2015-11-01 15:34:00 +01:00
Johann Hofmann
898c7be7cd
Bug 1217886 - Implement chrome.storage.local.clear. r=wmccloskey
2015-11-04 22:29:31 +01:00
Jonathan Almeida [:jonalmeida]
3b93da9d48
Bug 1208167 - Telemetry probe for click-to-play images r=mfinkle,ally
...
- A telemetry probe for when a user clicks to unblock an image.
- A second probe for sending the size of the image being unblocked.
Since we don't have information on the image size the best option
was to make make an XHR HEAD request. We make an approximation
of the image size from the content length which we send in kB.
--HG--
extra : commitid : G0ixOr8xmju
extra : rebase_source : cfb7d0d5777f6d0c657f6aafa18c58ec2b882789
2015-10-29 02:15:41 -04:00
Gijs Kruitbosch
ab0808d7b1
Bug 1194986 - fix consumeanchor inheritance on badged and menu-button buttons, r=jaws
...
--HG--
extra : commitid : 1LF4LuGyqzX
extra : rebase_source : 734db6fe8714242125b8e87c8458ca3c8a6633cb
extra : amend_source : fb11408a93ec0b52783bceb8c89f49b1e1dd0cbe
2015-11-04 20:16:26 +00:00
Margaret Leibovic
2ef375af3f
Bug 1217073 - Update restricted profile toggles to account for new settings organization. r=sebastian
...
--HG--
extra : commitid : 3amJfMfOEPv
extra : rebase_source : 8c9f38614d37608448c4ffedadfc7ee737e9827e
2015-11-06 17:26:03 -05:00
Gijs Kruitbosch
fa0974c68e
Bug 1210703 - fix toolkit theme overlap, r=dao
...
--HG--
extra : commitid : 5R9wy1enkoL
extra : rebase_source : 1feee16e611c1ce68f86e7806c5dc21cf89dbecd
2015-11-09 15:22:24 +00:00
Carsten "Tomcat" Book
f2915b700e
Merge mozilla-central to fx-team
2015-11-11 12:44:56 +01:00
Sebastian Kaspari
6761261be6
Bug 1191741 - Family friendly browsing: Restrict sharing of camera and microphone with websites. r=ally
...
--HG--
extra : commitid : JHH8Rr8VrUK
extra : rebase_source : 59fe5a4508003c53446284c3bf51931a6a5b5073
2015-11-09 16:05:09 +01:00
Eduard Hanu
1ed7763259
Bug 1218746 - Invalid ClientID Fix in ClientID.jsm. r=gfritzsche
2015-11-09 16:20:00 +01:00
Panos Astithas
a45cc8a956
Bug 1217133 - Don't warn about insecure passwords on localhost pages. r=paolo,MattN
2015-11-11 08:39:06 +02:00
Mike Hommey
92d73a4116
Bug 1223412 - Fix the last bits of file duplication in themes. r=Gijs
2015-11-14 08:40:54 +09:00
Mike Hommey
e88f90548f
Bug 1222323 - Avoid passing extra defines to the compiler from config.mk. r=gps
...
C/C++ code should not be relying on XPI_NAME or AB_CD being defined, so
moving them out works.
2015-11-14 08:40:54 +09:00
Bill McCloskey
9c2a47898f
Bug 1208874 - [webext] Generate an extension-specific UUID (r=kmag)
2015-11-12 08:19:45 -08:00
Bill McCloskey
e655ba59b5
Bug 1223589
- [webext] Implement getPlatformInfo (r=kmag)
2015-11-12 08:19:45 -08:00
Bill McCloskey
3343bade53
Bug 1223585 - [webext] Add some ignoreEvent calls (r=kmag)
2015-11-12 08:19:45 -08:00
Bill McCloskey
fd0aea8d56
Bug 1223585 - [webext] Annotate ignoreEvent (r=kmag)
2015-11-12 08:19:45 -08:00
Carsten "Tomcat" Book
4ae0332034
Merge mozilla-central to fx-team
2015-11-09 14:59:44 +01:00
Alessio Placitelli
1b3c24bb15
Bug 1222503 - Fix Telemetry not reporting any GMPlugns. r=gfritzsche
2015-11-06 09:51:00 +01:00
Florian Quèze
11f2e3253c
Bug 1220246 - fix test_geodefaults.js to avoid failing when the http server takes more than 1000ms to reply, r=Gijs.
2015-11-06 15:53:11 +01:00
Kris Maglione
7abd0ba4b7
Bug 1192433: Return an empty list rather than throwing an error when attempting to read a directory in an app: URL (fixes M1 bustage). r=trivial
...
--HG--
extra : commitid : IGRDtHsZdIv
extra : rebase_source : 973bc727663a864cf497c1f2239ee34b74374b35
2015-11-05 20:13:19 -08:00
Wes Kocher
0614b39cb9
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : J6I6LGuQcFJ
2015-11-05 18:47:26 -08:00
Wes Kocher
0069e6af90
Merge inbound to central, a=merge
...
--HG--
extra : commitid : 426lsCwC1FX
2015-11-05 18:44:24 -08:00
Mason Chang
0cb3e0be35
Bug 1221697 - Add a telemetry probe for time-to-composite. r=kats
2015-11-05 10:24:12 -08:00
Kris Maglione
4a1b170b2c
Bug 1192433: Part 3 - Support localized names and descriptions in WebExtension manifests. r=Mossop
...
--HG--
extra : commitid : 79RHXd1mZtp
extra : rebase_source : 3bbd8ae3184d58ba5d2c1d332e0209fb2d0a19ef
2015-11-02 16:50:42 -08:00
Eduard Hanu
8863e4ca89
Bug 1210879 - remove unused searchengine files, r=gijs
...
--HG--
extra : commitid : LoEIqgMYNwX
extra : amend_source : 17ba5698facfe0b4fe4b04368dbf8a8b1f8dabc7
2015-11-05 16:36:54 +00:00
Carsten "Tomcat" Book
0a34392a9e
Merge mozilla-central to fx-team
2015-11-05 12:17:28 +01:00
Carsten "Tomcat" Book
bb068eacd7
merge mozilla-inbound to mozilla-central a=merge
...
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/memory.properties => devtools/client/locales/en-US/memory.properties
2015-11-05 11:58:55 +01:00
J. Ryan Stinnett
c7e3e516d1
Bug 1182722 - Fix l10n-check on Windows. r=me on a CLOSED TREE
2015-11-04 22:44:30 -06:00
Andrew McCreight
a56cc47ac7
Bug 1221185 - Enable more e10s tests in toolkit/mozapps/extensions/test/browser/. r=felipe
2015-11-03 09:12:00 +01:00
Bill McCloskey
4926726649
Bug 1191557 - User inner-window-destroyed notification (r=kmag)
2015-11-04 13:40:15 -08:00
Kris Maglione
e18450690a
Bug 1192433: Part 2 - [webext] Allow loading and querying all available locales. r=billm
...
--HG--
extra : commitid : 2Rg9jCXTjYd
extra : rebase_source : 092d6dd0d0ea56227a9b78cc4871cd55fe810d81
2015-10-30 12:09:55 +01:00
Kris Maglione
8de53e6e63
Bug 1192433: Part 1 - [webext] Split Extension class to allow accessing data from non-running extensions. r=billm
...
--HG--
extra : commitid : HgrqIT04IEH
extra : rebase_source : 3825c166f65716f2ea4cb5b390793569c74ca359
2015-10-30 12:01:40 +01:00
Dan Mosedale
30c2dfa81b
Bug 1220878-switch Hello from React.addons.classSet to classnames package, r=edilee,gerv
2015-11-05 16:40:11 -08:00
Andrew Krawchyk
f0fa455c61
Bug 1173583
- Make autocompletion from the username field work outside of <form>. r=MattN
...
--HG--
extra : commitid : 6OTlSjPqFHy
extra : rebase_source : da9e041025fe8e489b5c47765838d70af3649151
2015-10-29 16:44:20 -04:00
J. Ryan Stinnett
5d6812e289
Bug 1182722 - Move DevTools l10n files. r=ochameau,glandium,Pike,bgrins
...
Move DevTools l10n files under /devtools/client and /devtools/shared.
A script is attached to the bug for l10n repos to migrate their strings.
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/VariablesView.dtd => devtools/client/locales/en-US/VariablesView.dtd
rename : browser/locales/en-US/chrome/browser/devtools/aboutdebugging.dtd => devtools/client/locales/en-US/aboutdebugging.dtd
rename : browser/locales/en-US/chrome/browser/devtools/aboutdebugging.properties => devtools/client/locales/en-US/aboutdebugging.properties
rename : browser/locales/en-US/chrome/browser/devtools/animationinspector.dtd => devtools/client/locales/en-US/animationinspector.dtd
rename : browser/locales/en-US/chrome/browser/devtools/animationinspector.properties => devtools/client/locales/en-US/animationinspector.properties
rename : browser/locales/en-US/chrome/browser/devtools/app-manager.properties => devtools/client/locales/en-US/app-manager.properties
rename : browser/locales/en-US/chrome/browser/devtools/appcacheutils.properties => devtools/client/locales/en-US/appcacheutils.properties
rename : browser/locales/en-US/chrome/browser/devtools/canvasdebugger.dtd => devtools/client/locales/en-US/canvasdebugger.dtd
rename : browser/locales/en-US/chrome/browser/devtools/canvasdebugger.properties => devtools/client/locales/en-US/canvasdebugger.properties
rename : browser/locales/en-US/chrome/browser/devtools/connection-screen.dtd => devtools/client/locales/en-US/connection-screen.dtd
rename : browser/locales/en-US/chrome/browser/devtools/connection-screen.properties => devtools/client/locales/en-US/connection-screen.properties
rename : browser/locales/en-US/chrome/browser/devtools/debugger.dtd => devtools/client/locales/en-US/debugger.dtd
rename : browser/locales/en-US/chrome/browser/devtools/debugger.properties => devtools/client/locales/en-US/debugger.properties
rename : browser/locales/en-US/chrome/browser/devtools/device.properties => devtools/client/locales/en-US/device.properties
rename : browser/locales/en-US/chrome/browser/devtools/eyedropper.properties => devtools/client/locales/en-US/eyedropper.properties
rename : browser/locales/en-US/chrome/browser/devtools/filterwidget.dtd => devtools/client/locales/en-US/filterwidget.dtd
rename : browser/locales/en-US/chrome/browser/devtools/filterwidget.properties => devtools/client/locales/en-US/filterwidget.properties
rename : browser/locales/en-US/chrome/browser/devtools/font-inspector.dtd => devtools/client/locales/en-US/font-inspector.dtd
rename : browser/locales/en-US/chrome/browser/devtools/graphs.properties => devtools/client/locales/en-US/graphs.properties
rename : browser/locales/en-US/chrome/browser/devtools/har.properties => devtools/client/locales/en-US/har.properties
rename : browser/locales/en-US/chrome/browser/devtools/inspector.dtd => devtools/client/locales/en-US/inspector.dtd
rename : browser/locales/en-US/chrome/browser/devtools/inspector.properties => devtools/client/locales/en-US/inspector.properties
rename : browser/locales/en-US/chrome/browser/devtools/jsonview.properties => devtools/client/locales/en-US/jsonview.properties
rename : browser/locales/en-US/chrome/browser/devtools/layoutview.dtd => devtools/client/locales/en-US/layoutview.dtd
rename : browser/locales/en-US/chrome/browser/devtools/markers.properties => devtools/client/locales/en-US/markers.properties
rename : browser/locales/en-US/chrome/browser/devtools/memory.properties => devtools/client/locales/en-US/memory.properties
rename : browser/locales/en-US/chrome/browser/devtools/netmonitor.dtd => devtools/client/locales/en-US/netmonitor.dtd
rename : browser/locales/en-US/chrome/browser/devtools/netmonitor.properties => devtools/client/locales/en-US/netmonitor.properties
rename : browser/locales/en-US/chrome/browser/devtools/performance.dtd => devtools/client/locales/en-US/performance.dtd
rename : browser/locales/en-US/chrome/browser/devtools/performance.properties => devtools/client/locales/en-US/performance.properties
rename : browser/locales/en-US/chrome/browser/devtools/projecteditor.properties => devtools/client/locales/en-US/projecteditor.properties
rename : browser/locales/en-US/chrome/browser/devtools/promisedebugger.dtd => devtools/client/locales/en-US/promisedebugger.dtd
rename : browser/locales/en-US/chrome/browser/devtools/promisedebugger.properties => devtools/client/locales/en-US/promisedebugger.properties
rename : browser/locales/en-US/chrome/browser/devtools/responsiveUI.properties => devtools/client/locales/en-US/responsiveUI.properties
rename : browser/locales/en-US/chrome/browser/devtools/scratchpad.dtd => devtools/client/locales/en-US/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/devtools/scratchpad.properties => devtools/client/locales/en-US/scratchpad.properties
rename : browser/locales/en-US/chrome/browser/devtools/shadereditor.dtd => devtools/client/locales/en-US/shadereditor.dtd
rename : browser/locales/en-US/chrome/browser/devtools/shadereditor.properties => devtools/client/locales/en-US/shadereditor.properties
rename : browser/locales/en-US/chrome/browser/devtools/shared.properties => devtools/client/locales/en-US/shared.properties
rename : browser/locales/en-US/chrome/browser/devtools/sourceeditor.dtd => devtools/client/locales/en-US/sourceeditor.dtd
rename : browser/locales/en-US/chrome/browser/devtools/sourceeditor.properties => devtools/client/locales/en-US/sourceeditor.properties
rename : browser/locales/en-US/chrome/browser/devtools/storage.properties => devtools/client/locales/en-US/storage.properties
rename : browser/locales/en-US/chrome/browser/devtools/styleeditor.dtd => devtools/client/locales/en-US/styleeditor.dtd
rename : browser/locales/en-US/chrome/browser/devtools/styleeditor.properties => devtools/client/locales/en-US/styleeditor.properties
rename : browser/locales/en-US/chrome/browser/devtools/styleinspector.dtd => devtools/client/locales/en-US/styleinspector.dtd
rename : browser/locales/en-US/chrome/browser/devtools/tilt.properties => devtools/client/locales/en-US/tilt.properties
rename : browser/locales/en-US/chrome/browser/devtools/toolbox.dtd => devtools/client/locales/en-US/toolbox.dtd
rename : browser/locales/en-US/chrome/browser/devtools/toolbox.properties => devtools/client/locales/en-US/toolbox.properties
rename : browser/locales/en-US/chrome/browser/devtools/webConsole.dtd => devtools/client/locales/en-US/webConsole.dtd
rename : browser/locales/en-US/chrome/browser/devtools/webaudioeditor.dtd => devtools/client/locales/en-US/webaudioeditor.dtd
rename : browser/locales/en-US/chrome/browser/devtools/webaudioeditor.properties => devtools/client/locales/en-US/webaudioeditor.properties
rename : browser/locales/en-US/chrome/browser/devtools/webconsole.properties => devtools/client/locales/en-US/webconsole.properties
rename : browser/locales/en-US/chrome/browser/devtools/webide.dtd => devtools/client/locales/en-US/webide.dtd
rename : browser/locales/en-US/chrome/browser/devtools/webide.properties => devtools/client/locales/en-US/webide.properties
rename : toolkit/locales/en-US/chrome/global/devtools/csscoverage.dtd => devtools/shared/locales/en-US/csscoverage.dtd
rename : toolkit/locales/en-US/chrome/global/devtools/csscoverage.properties => devtools/shared/locales/en-US/csscoverage.properties
rename : toolkit/locales/en-US/chrome/global/devtools/debugger.properties => devtools/shared/locales/en-US/debugger.properties
rename : toolkit/locales/en-US/chrome/global/devtools/gcli.properties => devtools/shared/locales/en-US/gcli.properties
rename : toolkit/locales/en-US/chrome/global/devtools/gclicommands.properties => devtools/shared/locales/en-US/gclicommands.properties
rename : toolkit/locales/en-US/chrome/global/devtools/styleinspector.properties => devtools/shared/locales/en-US/styleinspector.properties
extra : commitid : 8hcm3tr7AAi
2015-11-04 15:35:53 -06:00
Margaret Leibovic
7299e7329c
Bug 1219240 - Telemetry probe to measure user interaction with reader view button. r=mfinkle,vladan
...
--HG--
extra : commitid : AkVI6BQJXxc
extra : rebase_source : 63312b16c2d837bb986e3af33f20669425273d38
2015-10-28 17:07:24 -04:00
aleth
3a98b54f34
Bug 1221356 - Don't package mozharness for Thunderbird builds. r=gps
...
--HG--
extra : rebase_source : ca3f0cb22899616c4eb1c28b8256f7f33f6ddf54
2015-11-04 01:26:46 +01:00
Carsten "Tomcat" Book
87ca5f5de2
Merge mozilla-central to mozilla-inbound
2015-11-05 12:15:35 +01:00
David Rajchenbach-Teller
d9df20222c
Bug 1216250 - Limit amount of DOM Storage data stored by Session Restore. r=ttaubert
...
DOM Storage is a pretty inefficient and memory-hungry storage mechanism. Session Store attempts to record DOM Storage for each tab, which leads to (possibly very large) objects being serialized once to be sent from frame/content to parent and once to be sent from the main thread to the I/O thread. This is a suspect behind a number of crashes (see bug 1106264 for a discussion on the topic).
This patch limits the amount of DOM Storage that Session Restore attempts to store. We perform a quick estimate on the amount of memory needed to serialize DOM Storage and prevent storage larger than ~10M chars being sent from frame/content to the parent. Once this patch has landed, we will need to watch FX_SESSION_RESTORE_DOM_STORAGE_SIZE_ESTIMATE_CHARS to find out whether our threshold is meaningful.
--HG--
extra : transplant_source : %26%07%ADzjT%A9%E3%B9%B9%EC%9D%97n%23%B5%F2%DAZ%CD
2015-10-20 14:15:17 +02:00
Birunthan Mohanathas
ae2f3493a3
Bug 1225861 - Fix collection of LOW_MEMORY_EVENTS_{PHYSICAL,VIRTUAL} histograms. r=njn
2015-11-19 09:13:50 +02:00
Christoph Kerschbaumer
59449aca2c
Bug 1182546 - Test update: make inlinesettings accessible from content (r=bz)
2015-11-18 19:25:03 -08:00
Mike Hommey
e6868e1517
Bug 1216371 - Load default theme from XPI in safe mode. r=bsmedberg
...
This is a followup to bug 1176703, to take in charge the default theme
packaged as an XPI.
2015-11-19 08:05:51 +09:00
Mike Hommey
01f29630c8
Bug 1216371 - Use the PiecemealFormatter for the OmniJarFormatter. r=gps
2015-11-19 08:05:51 +09:00
Andrew Halberstadt
1252d85394
Bug 1219442 - Re-write specialpowers as a restartless addon, r=jmaher
...
In order to meet the addon signing requirement for tests, specialpowers
needs to be installed at gecko runtime. This means it must be restartless.
This patch packages specialpowers as a restartless addon, but it does not
yet install it at runtime.
--HG--
rename : testing/specialpowers/components/SpecialPowersObserver.js => testing/specialpowers/content/SpecialPowersObserver.jsm
extra : commitid : Bbg8gFten8S
extra : rebase_source : 99d0b841a1f8f9eb6b6ca846363a158836482e57
2015-11-05 10:00:59 -05:00
Blake Kaplan
62f9ceed14
Bug 1196159 - Set nsGlobalWindow::mIsClosed properly after window.close(). r=billm
2015-11-23 15:08:14 -08:00
Andrea Marchesini
c1671bb497
Bug 1213815 - Update URLSearchParams and URLUtils in webidl files, r=bz
2015-11-23 20:05:26 +00:00
Tyler Steiman
8b773f53cd
Bug 1226196 Lowers MEMORY_RESIDENT's buckets from 200 to 100. When building, MEMORY_RESIDENT_FAST correctly shows in the HISTOGRAMs in about:telemetry r=chutten
2015-11-23 11:19:04 -08:00
Steffen Wilberg
9f7aafb6cf
Bug 1213568: Maximize standalone video when pressing F11. r=bz
...
--HG--
extra : commitid : MYYsTaF8BS
extra : rebase_source : 97d336cf5133140a044edade08a9ded1bf46b4e0
2015-10-10 00:27:49 +02:00
Carsten "Tomcat" Book
3e11f2fe34
merge mozilla-inbound to mozilla-central a=merge
2015-11-04 11:59:46 +01:00
Carsten "Tomcat" Book
15320b5333
merge fx-team to mozilla-central a=merge
2015-11-04 11:57:59 +01:00
Carsten "Tomcat" Book
12f67129e4
Merge mozilla-central to b2g-inbound
2015-11-03 12:14:19 +01:00
Carsten "Tomcat" Book
8232c46c4f
merge mozilla-inbound to mozilla-central a=merge
2015-11-03 12:00:30 +01:00
Wes Kocher
902cea2b9a
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : 9dyZ3yocWTJ
2015-11-02 15:59:07 -08:00
Wes Kocher
3696443a14
Merge inbound to m-c a=merge
...
--HG--
extra : commitid : Iy93sktRpdv
2015-11-02 15:12:16 -08:00
Chris H-C
3193935f35
Bug 1220376 - Use %1$S instead of %1$s. r=gfritzsche
...
'%1$s' only takes the first character of the format parameter.
--HG--
extra : commitid : 1VbdalRLYyh
extra : amend_source : de65bdb1099a3cbd627f15216091a0b085569260
2015-11-02 06:37:00 -08:00
Carsten "Tomcat" Book
7a70d4ebe3
Merge mozilla-central to fx-team
2015-11-02 12:05:19 +01:00
Carsten "Tomcat" Book
c544f0d430
merge mozilla-inbound to mozilla-central a=merge
2015-11-02 11:54:07 +01:00
Russ Nicoletti
1c94c75132
Bug 1219878 - [Metrics] There is no histogram definition for uss memory ('enhanced' metrics). r=vladan
2015-11-02 09:51:03 -08:00
Birunthan Mohanathas
9985829ecc
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
2015-11-02 07:53:26 +02:00
Sebastian Hengst
3b20ee2cf4
Bug 1220442 - Check if safe browsing's updateCheckers have already been set to null. r=gcp
2015-11-01 10:16:42 +01:00
Sebastian Hengst
f3b461c82a
Backout bug 1220442 for typo in bug number. r=backout
2015-11-01 21:20:17 +01:00
Sebastian Hengst
5e3f00c149
Bug 1220422 - Check if safe browsing's updateCheckers have already been set to null. r=gcp
2015-11-01 10:16:42 +01:00
Gijs Kruitbosch
fbf89fb02e
Bug 120684 - use ChromeNodeList in toolkit's listboxes' selectedItems implementation, r=dao,smaug
...
--HG--
extra : commitid : DzQPAIbbhpX
extra : rebase_source : 4bd9ac283e1c789c2577dc5d4cc85511f35ac27d
2015-10-26 17:25:29 +01:00
Georg Fritzsche
0ebfb49f0c
Bug 1219733 - Allow a 'bug_numbers' field in Histograms.json entries. r=vladan
2015-11-02 11:32:53 +01:00
Landry Breuil
12489bbca0
Bug 1220407 - include sys/resource.h for struct rusage and getrusage() on all unices, not linux only. r=yoric
2015-10-31 14:49:00 +01:00
Chris H-C
dbee79bdd5
Bug 1211599 - Only allow whitelisted histograms to have > 100 buckets. r=nfroyd
2015-10-28 07:09:00 +01:00
Matt Howell
501c275eec
Bug 1205843 - Part 2: Disable maintenance service on WinXP < SP3 - r=rstrong
...
Attempt to get around the fact that XP SP2 (and below) systems won't be able to
handle Authenticode signatues with SHA-2 digests by disabling the maintenance
service, the only thing on our update path that uses Authenticode, on systems
running WinXP below SP3.
This patch both prevents the service from being included in new installations,
and prevents the service from being used where it is already installed.
--HG--
extra : transplant_source : %F7%BE%0B%FDYd%CF%24%E7%B2%A5l%40%8D%E5%81%88F%E4%07
2015-10-27 14:31:34 -07:00
Kris Maglione
9768c79d20
Bug 1213632: Prevent WebExtensions from using versioned JavaScript. r=billm
...
--HG--
extra : commitid : 3aQ4wS5I7LP
extra : rebase_source : 252277140f700ab305877f3bfd0ba9b582ff0b7a
2015-10-22 23:25:43 -07:00
Wes Kocher
59aa271131
Merge m-c to inbound, a=merge
...
--HG--
rename : webapprt/application.ini.in => webapprt/webapprt.ini
extra : commitid : BR0bpNo1yny
2015-10-30 16:57:55 -07:00
Wes Kocher
d31ed2617b
Merge inbound to central, a=merge
...
--HG--
extra : commitid : GwjoFY5dx7Q
2015-10-30 16:35:46 -07:00
Alessio Placitelli
988c1cb9de
Bug 896740 - Limit the number of chrome-hangs reported to Telemetry. r=vladan
2015-10-30 00:34:00 +01:00
Dave Townsend
efdebbd94c
Bug 1220198: Never appDisable experiments if they don't have the right app compatibility information available. r=rhelmer
...
--HG--
extra : commitid : FRWLOAxSmbi
extra : rebase_source : 8783c5c2c347a9cc9cdfad45ea2e26aa9fc9111c
2015-11-02 11:15:12 -08:00
Carsten "Tomcat" Book
edda9042a5
Merge mozilla-central to fx-team
2015-11-03 12:13:10 +01:00
Alessio Placitelli
d3230439b1
Bug 1218842 - Don't submit inactive or invalid GMP plugins in TelemetryEnvironment. r=gfritzsche
2015-11-02 06:39:00 +01:00
Eduard Hanu
943e387f55
Bug 1220193 - Use 2 space indentation. r=dao
2015-11-03 09:09:34 +01:00
Eduard Hanu
efe035ded3
Bug 1218870 - Fix uses of typeof "foo" in OS.File. r=yoric
2015-10-31 16:14:00 +01:00
Mark Goodwin
4cf2a98704
Bug 1219347 - Fix misleading description for SSL_CERT_VERIFICATION_ERRORS telemetry probe; r=keeler
2015-10-30 09:02:04 +00:00
Kris Maglione
1f33d6ac2d
Bug 1214058: Part 2 - Run add-on update tests against comparable JSON and RDF manifests. r=Mossop
...
I tried to keep the changes to existing tests as minimal as
possible. There were a few exceptions, though:
* test_update_ignorecompat.js was completely broken. I couldn't
figure out why it was suddenly failing after I changed it to use
`add_test`, and it turned out that it had been failing all along,
but in a way that the harness didn't pick up.
* I changed most of the `do_throw` in update callbacks to `ok(false`
because it took me about an hour to figure out where the test was
failing when I hit one of them.
* I made some changes to sync `test_update.js` and `test_update_ignorecompat.js`
where one appeared to have been changed without updating the
other.
* I made `promiseFindAddonUpdates` a bit more generic, because I was
planning to convert most of `test_update.js` to use it, rather
than nested callbacks. I changed my mind a quarter of the way
through, but decided to keep the changes, since they'll probably
be useful elsewhere.
--HG--
extra : commitid : 2jBJ2yUht46
extra : rebase_source : a123db431a26b29f3deb81e6b961bf556005c2a6
extra : source : 90e625ac70b2071f1c2430725892f7c266928521
2015-10-19 09:18:42 -07:00
Kris Maglione
c663cc0727
Bug 1214058: Part 1 - Add a simplified JSON-based add-on update protocol. r=Mossop
...
--HG--
extra : commitid : HUFAitZpdVA
extra : rebase_source : b2eb9ede0582b804e1e583570e165e27f42c8fa7
extra : source : a4d5d63a03ef3938d95f629a6a9ea31d3e88627d
2015-11-03 14:49:46 -08:00
Nicholas Nethercote
bb88489403
Bug 1187138 (part 1) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj.
2015-11-01 18:54:48 -08:00
Wes Kocher
7a3e94be61
Backed out 2 changesets (bug 1214058) for xpcshell bustage
...
Backed out changeset 90e625ac70b2 (bug 1214058)
Backed out changeset a4d5d63a03ef (bug 1214058)
2015-11-03 16:06:23 -08:00
Kris Maglione
110d21abaa
Bug 1214058: Part 2 - Run add-on update tests against comparable JSON and RDF manifests. r=Mossop
...
I tried to keep the changes to existing tests as minimal as
possible. There were a few exceptions, though:
* test_update_ignorecompat.js was completely broken. I couldn't
figure out why it was suddenly failing after I changed it to use
`add_test`, and it turned out that it had been failing all along,
but in a way that the harness didn't pick up.
* I changed most of the `do_throw` in update callbacks to `ok(false`
because it took me about an hour to figure out where the test was
failing when I hit one of them.
* I made some changes to sync `test_update.js` and `test_update_ignorecompat.js`
where one appeared to have been changed without updating the
other.
* I made `promiseFindAddonUpdates` a bit more generic, because I was
planning to convert most of `test_update.js` to use it, rather
than nested callbacks. I changed my mind a quarter of the way
through, but decided to keep the changes, since they'll probably
be useful elsewhere.
--HG--
extra : commitid : 84oLUw4ZPOg
extra : rebase_source : 2bd6c921c6b677e4d487d0ee9c33b1130163bc39
2015-10-19 09:18:42 -07:00
Kris Maglione
84b37ed6ea
Bug 1214058: Part 1 - Add a simplified JSON-based add-on update protocol. r=Mossop
...
--HG--
extra : commitid : kx59XtC26O
extra : rebase_source : 95f8fa8f13be16f2353ea3dcaa230a92563e6af6
2015-11-03 14:49:46 -08:00
Carsten "Tomcat" Book
c1d1624064
Merge mozilla-central to mozilla-inbound
2015-11-03 12:12:18 +01:00
Luca Greco
1a13d63ee8
Bug 1214174 - Prevent out of memory exception on accessing window.sidebar/window.external in a windowless browser. r=billm
...
--HG--
extra : histedit_source : 86ca0e336d4a31e23cb9c35302f12673dafbd09a
2015-10-22 14:39:00 -04:00
Luca Greco
bbaf1760b9
Bug 1214174 - Background window properties OOM exception test case. r=billm
...
--HG--
extra : histedit_source : bea04db0faf790982dc3e9e734576c6092956870
2015-10-26 05:03:00 -04:00
David Rajchenbach-Teller
5d07bdc7b7
Bug 1217218 - Consolidate shutdown of nsPerformanceStatsService. r=froydnj
...
--HG--
extra : histedit_source : b4235360c5f038bbccfa13be1fcc063fca83a74b
2015-10-22 21:01:47 +02:00
Wes Kocher
f989cf27b4
Merge inbound to central, a=merge
...
--HG--
extra : commitid : B2ufrhKlXRr
2015-10-29 17:12:28 -07:00
Wes Kocher
1b36d95442
Merge fx-team to central, a=merge
...
--HG--
extra : commitid : HRvqk20Jqmp
2015-10-29 17:07:41 -07:00
Wes Kocher
628cf3e828
Merge m-c to b2ginbound, a=merge CLOSED TREE
...
--HG--
extra : commitid : 5Cos46KLbHP
2015-10-29 15:31:01 -07:00
Wes Kocher
76452b103c
Merge m-c to fx-team, a=merge CLOSED TREE
...
--HG--
extra : commitid : 7i8epxLlM7z
2015-10-29 15:30:24 -07:00
Wes Kocher
bfd6026b6d
Merge m-c to inbound a=merge CLOSED TREE
...
--HG--
extra : commitid : Esl8WMdNkIt
2015-10-29 15:29:24 -07:00
Kit Cambridge
d7486c6dfe
Bug 1219806 - Bump Sync/FxA telemetry probes to expire in Firefox 46. a=me CLOSED TREE
...
--HG--
extra : commitid : 2h3eAxKV9Po
2015-10-29 13:19:36 -07:00
Fabrice Desré
1021bedfa7
Bug 1208242 - Part 1: hook up the blocklist service to b2g web extensions r=mossop,ferjm
...
* * *
Bug 1208242 - Part 3: don't ship things that should not ship r=me
2015-10-29 07:32:50 -07:00
Wes Kocher
a47220809f
Backed out 3 changesets (bug 1208242) for emulator mochitest bustage
...
Backed out changeset d2f87bf3aced (bug 1208242)
Backed out changeset c38225ee4378 (bug 1208242)
Backed out changeset 6dff307959f2 (bug 1208242)
--HG--
extra : commitid : 78rPKP5sInK
2015-10-29 12:17:25 -07:00
Mike de Boer
13f20dd668
No bug - bump Loop/ Hello telemetry histogram expiry versions to 46. rs=Standard8, a=Tomcat
2015-10-29 15:01:07 +01:00
Carsten "Tomcat" Book
535f267585
Merge mozilla-central to mozilla-inbound
2015-10-29 12:15:05 +01:00
Tim Nguyen
03bb08ee32
Bug 1169679 - Create a shared manifest for the mozapps/ directory. r=dao
2015-10-29 12:00:56 +01:00
Tim Nguyen
106e9c6be5
Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao
2015-10-29 12:00:49 +01:00
Tim Nguyen
f991aca55c
Bug 1169679 - browser_inlinesettings.js: Scroll button into view before clicking on it. r= Mossop
2015-10-29 12:00:36 +01:00
Marco Bonardo
0757435b88
Bug 1192505 - location bar suggestions disappear if mouse moves. r=adw
2015-10-29 11:11:09 +01:00
Jared Wein
c6667024a8
Bug 1218785 - Remove top and bottom margins on images in notifications. r=MattN
...
--HG--
extra : rebase_source : e8557e0ce14eb7d2dc1c53635e98ccf3089c663f
2015-10-29 01:00:50 -04:00
Jared Wein
6109ba9813
Bug 1218781 - Padding on the right side of notifications is missing when an icon is supplied. r=MattN
...
--HG--
extra : rebase_source : 557fc1ebdba2b71516774808b65d329508c4b37c
2015-10-29 01:00:04 -04:00
Fabrice Desré
67f6fb0a63
Bug 1208242 - Part 1: hook up the blocklist service to b2g web extensions r=mossop,ferjm
2015-10-29 07:32:50 -07:00
Alessio Placitelli
c37b6ee9cc
Bug 1219322 - Document payload.info.flashVersion and payload.info.addons. r=gfritzsche
2015-10-28 10:12:00 +01:00
Alessio Placitelli
18ec7a92b2
Bug 1215466 - Document hang data and enforced limits in main-ping.rst. r=gfritzsche
2015-10-28 07:07:00 +01:00
Jared Wein
8ca07522b9
Bug 1218780 - Notifications shouldn't use a hand cursor. r=MattN
...
--HG--
extra : commitid : 3BVBIi81P55
2015-10-29 00:43:16 -07:00
Jared Wein
4858f6c224
Bug 1219458 - Remove the notification animation until we have better transparency support. r=MattN
2015-10-28 18:59:00 -04:00
Philip Chee
2325f694ea
Bug 1217985 Follow up fix test bustage
2015-10-28 09:16:44 -07:00
Paolo Amadini
b75a370510
Bug 1207089 - Telemetry for permission notifications. r=MattN,vladan
...
--HG--
extra : commitid : HfXAsBdp6Ji
extra : rebase_source : 2bdc1ac79b043a6d35a0dc85b541c460055ab84b
2015-10-27 14:24:51 +00:00
Florian Quèze
8f9f3cce67
Bug 1218882 - lz4.js should be usable outside of workers, r=Yoric.
...
--HG--
rename : toolkit/components/workerlz4/lz4.cpp => toolkit/components/lz4/lz4.cpp
rename : toolkit/components/workerlz4/lz4.js => toolkit/components/lz4/lz4.js
rename : toolkit/components/workerlz4/lz4_internal.js => toolkit/components/lz4/lz4_internal.js
rename : toolkit/components/workerlz4/moz.build => toolkit/components/lz4/moz.build
rename : toolkit/components/workerlz4/tests/xpcshell/data/chrome.manifest => toolkit/components/lz4/tests/xpcshell/data/chrome.manifest
rename : toolkit/components/workerlz4/tests/xpcshell/data/compression.lz => toolkit/components/lz4/tests/xpcshell/data/compression.lz
rename : toolkit/components/workerlz4/tests/xpcshell/data/worker_lz4.js => toolkit/components/lz4/tests/xpcshell/data/worker_lz4.js
rename : toolkit/components/workerlz4/tests/xpcshell/test_lz4.js => toolkit/components/lz4/tests/xpcshell/test_lz4.js
rename : toolkit/components/workerlz4/tests/xpcshell/xpcshell.ini => toolkit/components/lz4/tests/xpcshell/xpcshell.ini
2015-10-28 12:35:05 +01:00
Gijs Kruitbosch
5737022180
Bug 1216227 - do bucketed page-load-per-window counts to assess tablet mode usage, r=MattN,p=vladan
...
--HG--
extra : commitid : 1h1KOU3egwl
extra : rebase_source : e60e6c64722ceb3424861b948e55102e6df5a944
extra : amend_source : b2badcd368ee1228c7e1528a08f9cc327281fd29
2015-10-20 16:34:30 +01:00
Kathy Brade
4885c2cc81
Bug 1217985 - Don't depend on Windows crypto DLLs
...
If not building the Windows Maintenance Service, avoid a dependency
on crypt32.dll and wintrust.dll.
Also, avoid setting sUsingService inside the updater code; this
ensures that all Maintenance Service related codepaths are skipped.
2015-10-27 17:50:32 -07:00
Wes Kocher
94f75106e0
Merge fx-team to central, a=merge
...
--HG--
extra : commitid : EgSOvJNpPgi
2015-10-27 12:35:17 -07:00
Alessio Placitelli
664bb3a194
Bug 1215540 - Fix Telemetry reporting repeated hang annotations for Thread hangs. r=aklotz
2015-10-27 04:35:00 +01:00
Jared Wein
73aa35e82b
Bug 1216161 - XUL notifications on Linux can't be closed. r=MattN
2015-10-22 15:50:47 -04:00
Carsten "Tomcat" Book
8fe71db627
Merge mozilla-central to fx-team
2015-10-27 10:59:26 +01:00
Carsten "Tomcat" Book
6dfc4c0fb5
merge mozilla-inbound to mozilla-central a=merge
2015-10-27 10:55:48 +01:00
Xidorn Quan
1a693cf130
Bug 962249 part 3 - Add Window.scrollMin{X,Y} (chrome-only) and convert most of scrollMaxX uses and part of scrollMaxY uses to combinations with the new properties. r=roc,bz
...
--HG--
extra : source : a07399cae357020c4f6dd33dac16eae82882cc83
2015-10-27 13:38:02 +09:00
Xidorn Quan
9c39f97e15
Bug 962249 part 1 - Add Element.scroll{Top,Left}Min (chrome-only) and convert most of scrollLeftMax uses and part of scrollTopMax uses to combinations with the new properties. r=roc,bz
...
--HG--
extra : source : 06ea81fe3f64c072d100e42b76678eaa9fb7448c
2015-10-27 13:38:02 +09:00
Wes Kocher
167aaf2232
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : JnFqljHzGAU
2015-10-26 14:39:31 -07:00
Kyle Huey
c7d3c4e21a
Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz
2015-10-26 14:37:32 -07:00
Wes Kocher
22af6bb1a4
Merge b2ginbound to central, a=merge
...
--HG--
extra : commitid : x6mg9sPXUK
2015-10-26 13:30:14 -07:00
Carsten "Tomcat" Book
45da68032e
Merge m-c to b2g-inbound
2015-10-26 11:30:56 +01:00
Carsten "Tomcat" Book
758c43af6b
merge mozilla-inbound to mozilla-central a=merge
2015-10-26 10:57:35 +01:00
Alessio Placitelli
abe9b5b71e
Bug 1213780 - Fix Telemetry reporting repeated hang annotations for Chrome hangs. r=aklotz
2015-10-22 08:07:00 +02:00
Carsten "Tomcat" Book
9f5ddf0e5c
Merge m-c to fx-team
2015-10-26 11:29:54 +01:00
Kit Cambridge
1e96d53537
Bug 1217621 - Show settings action for XUL notifications. r=jaws
...
--HG--
extra : commitid : 1MtGEuPZNu4
extra : rebase_source : c9cb987df2c9f868d08d5f45603e7fc59e3547e8
extra : amend_source : 68d394e13cdf7288538526ed09ae56de98607d7f
2015-10-23 15:53:15 -06:00
Russ Nicoletti
9fbce45c70
Bug 1215277 - [Metrics] 'low' and 'high' values for APP_MEMORY histograms are wrong. r=janx,vlad
2015-10-20 17:38:39 -07:00
Carsten "Tomcat" Book
f91ea17820
Backed out changeset 712073c4f0b4 (bug 1213780) for causing rooting hazard failures on a CLOSED TREE
2015-10-23 14:38:29 +02:00
Carsten "Tomcat" Book
00f2ee5978
Backed out changeset a655cd7082e9 (bug 1215540)
2015-10-23 14:38:07 +02:00
J. Ryan Stinnett
64bf2d6b32
Bug 1217687 - Revert back to including /devtools via toolkit. r=glandium
2015-10-23 06:04:45 -05:00
Alessio Placitelli
d888c3f4cb
Bug 1215540 - Fix Telemetry reporting repeated hang annotations in Thread hangs. r=aklotz
2015-10-22 09:56:00 +02:00
Alessio Placitelli
c422ec3483
Bug 1213780 - Fix Telemetry reporting repeated hang annotations for Chrome hangs. r=aklotz
2015-10-22 08:07:00 +02:00
Ryan VanderMeulen
931e0dee49
Backed out changesets fb30635f0652 and a91f6ca882f2 (bug 1169679) for being the likely cause of OSX 10.10 mochitest-bc failures.
2015-10-23 17:39:16 -04:00
Tim Nguyen
c95fa6115c
Bug 1169679 - Create a shared manifest for the mozapps/ directory. r=dao
...
--HG--
extra : rebase_source : 17615612e4280a3dc7ddb980c3dd74650be9b393
2015-10-21 12:42:00 -04:00
Tim Nguyen
baf8a37c35
Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao
...
--HG--
extra : rebase_source : 9007a842ed011e4257600c43c0cc47c3f6d647f6
2015-10-22 07:28:00 -04:00
Dave Townsend
d7446578d5
Bug 1217070: Fix accessing the bootstrap methods when they are declared in the new lexical scope. r=rhelmer
...
Rather that trying to get the method from the sandbox global object which will
only work for var and function declared methods instead evaluate the function
name in the sandbox scope and get the result which will give us access to the
lexical scope.
--HG--
extra : commitid : 1yWu6Go3XoQ
extra : rebase_source : 447ef2f2184229693cd6a45d6d5ac9705b200847
2015-10-21 10:26:28 -07:00
Tooru Fujisawa
d43b11316b
Bug 1215965 - Remove use of non-standard features from toolkit/components/social/SocialService.jsm. r=mixedpuppy
...
--HG--
extra : commitid : JmV9F7hd3C
extra : rebase_source : 51e5ce38105a0ccd3eaf5565314af3403c80cc16
extra : amend_source : 5681fd3aab1d475e6b9ce822622a51acea623c24
2015-10-19 05:07:55 +09:00
Carsten "Tomcat" Book
e13f2e5c02
Merge mozilla-central to mozilla-inbound
2015-10-27 10:57:40 +01:00
Philip Chee
caeb9c08d9
Bug 1189918 - Theme overrides should work in safe mode for comm-central applications too. r=bsmedberg
...
--HG--
extra : transplant_source : %FB%FE%12%D4V%F2%DB5%25%C2v7%D8%2A%C4%20%B2%23%D6%85
2015-10-25 01:00:03 +08:00
Philip Chee
97a0467027
Bug 1190465 - Move default theme overrides into separate chrome.manifest for non-firefox toolkit consumers too r=Gijs.
...
--HG--
extra : transplant_source : %13%E6%D8A%DC%0AR%0D%26V%F4%B1%81%FE%99%29%D1-7%DC
2015-10-25 00:57:57 +08:00
Steffen Wilberg
c235eaa461
Bug 1215249 - Keyboard shortcuts don't work with local media files without explicitly focusing the <video> element. r=bz
...
--HG--
extra : commitid : 2ALBehXJur4
extra : rebase_source : cf59e14cd5f6b908c43afcb1185ca8b1a5e92c8d
extra : amend_source : 941cb7b3b5c5ce41ab917534851aaad47f29fb12
2015-10-16 22:36:40 +02:00
David Rajchenbach-Teller
8292b78498
Bug 1214408 - Telemetry on SessionStore:update OOM;r=ttaubert
...
--HG--
extra : transplant_source : %3A%DB%3Cp%8Fj%24%CF%94%E9%5C%AA%17%0E%2C%03E%23%A2%98
2015-10-16 21:44:54 +02:00
Oliver Henshaw
52ec170eae
Bug 1192394 - Force an image load whenever the thumbnail file changes. r=adw
...
Add a revision tag to moz-page-thumb URLs. Change it whenever a new
thumbnail is captured and stored to disk. This prevents new loads from
re-using the old cached value even if the document context matches the
stored loadId of the cache entry.
Also drop no-longer needed wait in browser_thumbnails_update.js test.
Restores behaviour of test/head.js:retrieveImageDataForURL to that of
before bug 897880 - i.e. load the thumbnail image in the context of the
top level chrome document (rather than a new tab every time). It's
likely that bug 1192394 is the reason for the test failures observed in
bug 897880 comment #11 .
2015-10-29 16:03:00 +01:00
Nick Alexander
8b9481fa99
Bug 1214366 - Part 3: Use getLastVisited equivalent in PushService.jsm. r=kitcambridge,rnewman
...
--HG--
extra : commitid : 7BJvkjwmp6t
extra : rebase_source : b856fccd39ddf3cf8692b45b6b2d77e6c229f51a
2015-10-23 10:07:05 -07:00
Gijs Kruitbosch
011936bed1
Bug 332195 - part 6: make an exception for beforeunload events while tabview is open, r=mconley
...
--HG--
extra : commitid : DfE3UMe5yQX
extra : rebase_source : e743a0f45b5f31de18f07a00afebd798e5768f90
2015-10-26 14:17:16 +01:00
Ehsan Akhgari
91329749b1
Bug 1202085 - Part 2: Add an optional document argument to imgICache::FindEntryProperties(); r=seth
2015-10-30 16:03:09 -04:00
Mason Chang
51b1f5f510
Bug 1215659. Use destination canvas for thumbnail size if provided one. r=adw
2015-10-30 12:26:30 -07:00
Gijs Kruitbosch
182520fa90
Bug 1071631 - fix findbar re-filling in last character, r=mikedeboer
...
--HG--
extra : commitid : 3KDFc8SayaU
extra : rebase_source : 01e8ca9fdcf52e3380ef4b634d1134e9a83ad422
2015-10-19 21:20:29 +01:00
Johann Hofmann
2225f650f8
Bug 1192432 - Support custom icons in Web Extensions. r=mossop
2015-10-14 11:03:40 +02:00
Gijs Kruitbosch
9bdc4d9b9d
Bug 332195 - part 2: allow the user to control this behaviour with a checkbox, r=mconley
...
--HG--
extra : commitid : 7jvP5BNMLUp
extra : rebase_source : 59b5789802d1a46f46d6bd3c04d35633c8cc7132
2015-10-13 11:06:01 +01:00
Wes Kocher
cf26a3fcc7
Merge m-c to fx-team, a=merge
2015-10-22 16:58:03 -07:00
Felipe Gomes
2c6636669c
Bug 1217044 - Experiment branch should be displayed in about:support. r=bsmedberg
2015-10-22 21:37:05 -02:00
Carsten "Tomcat" Book
93537568bd
Backed out changeset 92d4493c6d58 (bug 1169679) for bustage
2015-10-22 16:03:00 +02:00