Johann Hofmann
33cdb5ab49
Bug 1345077 - Part 2 - Add telemetry on permission requests from third party origins, handling user input and insecure contexts. r=florian,liuche
...
MozReview-Commit-ID: 4ARIxa6gwCg
--HG--
extra : rebase_source : 52935b560f771214a3e47aa9d27ca90d25077718
2018-01-10 21:07:59 +01:00
Boris Zbarsky
9ee8c16efe
Bug 1431774 part 1. Remove a bunch of unnecessary QIs to nsIImageLoadingContent in JS. r=mystor
...
These are all no-ops because the objects involved are already implementing one of the WebIDL interfaces that pulls in MozImageLoadingContent, and that's all script gets to see.
MozReview-Commit-ID: Io2mLHbv7qM
2018-01-19 14:19:39 -05:00
Gijs Kruitbosch
f8a2d60a78
Bug 1430507 - pass something that's always serializable for SVG elements and the context menu, r=nhnt11
...
MozReview-Commit-ID: KUDsCdzAM4D
--HG--
extra : rebase_source : 64f6897bea2324e71407094bda75a1f50501e495
2018-01-15 09:45:50 +00:00
Prathiksha
213a61bd9b
Bug 1369482 - Make hostnames in permission prompts much more prominent. r=johannh
...
MozReview-Commit-ID: 89m2QVzj8DG
--HG--
extra : rebase_source : 008b55bdc41feddd312f41d0e63bb86262ccd658
2017-12-14 21:00:28 +05:30
James Teh
5eb8d03cc5
Bug 1425541: Expose reader mode state on the browser accessible using a "reader" object attribute. r=eeejay,Gijs
...
This makes it easy for accessibility clients to retrieve the reader mode state programmatically.
There are three possibilities:
1. Reader mode is available for the current page (reader:available).
2. Reader mode is being used now (reader:active).
3. Reader is not available (the reader attribute is not present).
We do this by setting/removing the aria-reader attribute on the node.
This is not a real ARIA attribute, but it causes Gecko to expose it as an object attribute.
MozReview-Commit-ID: B38G3AYyBnS
--HG--
extra : rebase_source : 9c66389037c34a6a433af514bc81ed4ee040bfe0
2017-12-15 14:47:01 -06:00
Dorel Luca
e50f082eb3
Backed out changeset 196006c746bd (bug 1425541) for failing Mochitest on intl/l10n/test/dom/test_domloc_overlay.html on a CLOSED TREE
...
--HG--
extra : amend_source : dc8797c9ac74f89bfd38a4886497fd44e8a6d116
2018-01-16 03:11:38 +02:00
James Teh
19e0b360a1
Bug 1425541: Expose reader mode state on the browser accessible using a "reader" object attribute. r=eeejay,Gijs
...
This makes it easy for accessibility clients to retrieve the reader mode state programmatically.
There are three possibilities:
1. Reader mode is available for the current page (reader:available).
2. Reader mode is being used now (reader:active).
3. Reader is not available (the reader attribute is not present).
We do this by setting/removing the aria-reader attribute on the node.
This is not a real ARIA attribute, but it causes Gecko to expose it as an object attribute.
MozReview-Commit-ID: B38G3AYyBnS
--HG--
extra : rebase_source : 9c66389037c34a6a433af514bc81ed4ee040bfe0
2017-12-15 14:47:01 -06:00
Ed Lee
9712b719c4
Bug 1430272 - Add preloaded updating, whitelisted regions and bug fixes to Activity Stream. r=dmose
...
MozReview-Commit-ID: 6wWmVoXCQO5
--HG--
extra : rebase_source : 8229ec0f7934a2d36dae2a8c1f986b1b408e1786
2018-01-12 14:12:57 -08:00
Gijs Kruitbosch
a56bd43ead
Bug 1429709 - make relative SVG links absolute, r=jaws
...
MozReview-Commit-ID: 9kSdFbpPx32
--HG--
extra : rebase_source : bbdfa2d8d404da0d37de27903888b49643dad69c
2018-01-12 00:19:12 +00:00
Ciure Andrei
f7400ad72e
Merge inbound to mozilla-central r=merge a=merge
2018-01-11 11:54:56 +02:00
Cameron McCormack
afa1299635
Bug 1427419 - Part 24: Move pseudo-class lock methods from inIDOMUtils to InspectorUtils. r=bz
...
MozReview-Commit-ID: ItruGMmf5Ih
2018-01-11 12:38:01 +08:00
Doug Thayer
b3eef35a05
Bug 1421703 - replace onVisit with onVisits r=mak
...
There's a heavy enough overhead to going through XPConnect for
every observer for every visit on the nsINavHistoryObserver
interface, so this patch reduces that by replacing the single-
visit notification with one which accepts an array of visits.
Some notes: To avoid problems with the orderings of the various
ways in which we notify about visits, we have to send our bulk
onVisits notification before doing any of the others. This does
mean it technically behaves slightly different than the prior
approach of interleaving the notifications, but I can't find any
way in which this has any consequences to the end result, and it
doesn't break any tests.
MozReview-Commit-ID: GdeooH8mCkg
--HG--
extra : rebase_source : 48b5f886c4650a756e70f4657cb9d62c8ce40f74
2017-12-20 14:27:24 -08:00
Andreea Pavel
78bc55ae1f
Merge inbound to mozilla-centra r=merge a=merge
2017-12-22 11:54:07 +02:00
Mike Conley
4d6ed7eb15
Bug 1424373 - Rename crash report submission pref. r=Mossop
...
--HG--
extra : rebase_source : 14cfcee27cefc13911aee2c0663c74f3e9101275
extra : amend_source : bb12f2b78b2c43ef79957d700167a2fea80d0188
2017-12-21 16:36:13 -05:00
Chung-Sheng Fu
cae5668a08
Bug 1413780 - Change permission name from canvas/extractData to canvas. r=johannh
...
MozReview-Commit-ID: 40mesFLeRWU
--HG--
extra : rebase_source : d6dcab54875a8a557a75d63f25fc1b7844f54d21
2017-12-14 15:59:57 -06:00
Chung-Sheng Fu
740ea4eb87
Bug 1413780 - Add a test for canvas permission to test_SitePermissions.js r=johannh
...
MozReview-Commit-ID: 6ZS1a9nkZfQ
--HG--
extra : rebase_source : cf68830cf5c5816e0487a14aacfa04c3e8eafa47
2017-12-14 11:42:17 -06:00
Chung-Sheng Fu
7d08dc0229
Bug 1413780 - Hide canvas permission from site information panel when privacy.resistFingerprinting is false. r=johannh
...
MozReview-Commit-ID: JlCICwM4dVA
--HG--
extra : rebase_source : a63798968be1c5a55ee9d4b38d3b835b506d7849
2017-11-22 17:42:35 +08:00
Chung-Sheng Fu
c2e8601746
Bug 1413780 - Make canvas permission visible in site information panel. r=johannh
...
MozReview-Commit-ID: 1SmF9ZLkLmw
--HG--
extra : rebase_source : a472d3db28179f1e4400e73073475c3007afb80f
2017-10-31 16:56:36 +08:00
Florian Quèze
0f55cd45be
Bug 1421992 - script-generated patch to replace do_execute_soon, do_print and do_register_cleanup with executeSoon, info and registerCleanupFunction, rs=Gijs.
2017-12-21 11:10:23 +01:00
Florian Quèze
032c961e0a
Bug 1421992 - script-generated patch to replace do_check_* functions with their Assert.* equivalents, rs=Gijs.
2017-12-21 11:08:17 +01:00
Florian Quèze
1158645bdd
Bug 592653 - script-generated patch to replace gPrefService with Services.prefs, r=Standard8.
2017-12-19 23:45:10 +01:00
Jonathan Kingston
2cb1afc933
Bug 1420622 - Remove feed and pcast protocols. r=Gijs
...
MozReview-Commit-ID: KAC9MmLiuBG
--HG--
extra : rebase_source : 076fc5a6acc75362ceffee1b5150e1598af41673
2017-12-19 16:12:29 +00:00
Mike Conley
b27c33fa9d
Bug 1424373 - Don't set crash reporting prefs when showing about:tabcrashed for a crash without a report. r=Mossop
...
--HG--
extra : rebase_source : 3330154807a268c5cc85bfbf19c64f3a790d4aee
2017-12-18 11:19:53 -05:00
Masatoshi Kimura
295faed3f9
Bug 1418914 - Move E10SUtils.jsm into toolkit/. r=mossop
...
MozReview-Commit-ID: EgDzEEKAeh1
--HG--
rename : browser/modules/E10SUtils.jsm => toolkit/modules/E10SUtils.jsm
extra : rebase_source : 0920ce818773af797a0daf3cf4ae90af41d71d2a
2017-12-12 21:35:16 +09:00
Bill McCloskey
9f4d083047
Bug 1412456 - Test changes to no longer use interposition (r=felipe,bgrins,mrbkap)
...
MozReview-Commit-ID: 2nQPOSGTr1s
2017-12-07 12:55:24 -08:00
Bogdan Tara
8e9610529d
Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE
2017-12-07 13:02:03 +02:00
Andreea Pavel
89531e8dc3
Backed out 9 changesets (bug 1412456) for crashing talos g2 and unexpected network connections in browser-chrome's browser_searchEngine_behaviors.js r=backout a=backout on a CLOSED TREE
...
Backed out changeset 0c01a98f4fd5 (bug 1412456)
Backed out changeset 27077db47231 (bug 1412456)
Backed out changeset f35ec2a884f8 (bug 1412456)
Backed out changeset 602b30ac3c69 (bug 1412456)
Backed out changeset b1ff1050c589 (bug 1412456)
Backed out changeset f100d953f9eb (bug 1412456)
Backed out changeset d85af60fe259 (bug 1412456)
Backed out changeset 736f38486832 (bug 1412456)
Backed out changeset 13a637602dc2 (bug 1412456)
2017-12-07 12:20:21 +02:00
Bill McCloskey
bef7c122df
Bug 1412456 - Test changes to no longer use interposition (r=felipe,bgrins,mrbkap)
...
MozReview-Commit-ID: 2nQPOSGTr1s
2017-12-06 21:17:05 -08:00
Dorel Luca
eb65c24c7b
Backed out 8 changesets (bug 1412456) for ESlint failure on browser_urlbarKeepStateAcrossTabSwitches.js:13:49 r=backout on a CLOSED TREE
...
Backed out changeset 0e88de036c55 (bug 1412456)
Backed out changeset 49b93f807db0 (bug 1412456)
Backed out changeset 039e980b7dc6 (bug 1412456)
Backed out changeset c7698410ddbd (bug 1412456)
Backed out changeset e56a1ba26b7c (bug 1412456)
Backed out changeset 0c4506e124ac (bug 1412456)
Backed out changeset a7aec2ce903b (bug 1412456)
Backed out changeset 3e9fb71f1e8e (bug 1412456)
2017-12-07 07:09:33 +02:00
Bill McCloskey
be77cf4a01
Bug 1412456 - Test changes to no longer use interposition (r=felipe,bgrins,mrbkap)
...
MozReview-Commit-ID: 2nQPOSGTr1s
2017-12-06 20:46:58 -08:00
Ryan VanderMeulen
d945b2a059
Bug 1423667 - Disable some tests that fail on Windows Code Coverage builds with clang-cl r317840. rs=marco
...
--HG--
extra : histedit_source : d2f4b4d59301469c4cabb7198f0f98c5247eab84
2017-12-06 20:40:46 -05:00
Gijs Kruitbosch
fede8c406c
Bug 1396565, make reader mode fetch the article from within the content process on desktop, r=jaws
...
MozReview-Commit-ID: 11uTaQYwz2Y
--HG--
extra : rebase_source : 211b23a9f1e56e8573ef68062ad6135a0ce70775
2017-11-14 16:53:55 +00:00
Dorel Luca
1208bc03a7
Merge mozilla-central to autoland r=merge on a CLOSED TREE
...
--HG--
extra : rebase_source : 5f22b0e83fd5f1b28e0c1ebbcc429c332835eb36
2017-12-07 00:27:29 +02:00
Edouard Oger
7fabe73930
Bug 1422106 - Show broken heart when unverified in synced tabs sidebar/panel. r=markh
...
MozReview-Commit-ID: BDTdmcIOHmn
--HG--
extra : rebase_source : c2b534461715f8db1e6cb8bc7910311cc4ff6611
2017-11-30 16:01:40 -05:00
Johann Hofmann
15353262e8
Bug 1366357 - Use origin instead of documentURI for WebRTC permission requests. r=florian
...
MozReview-Commit-ID: IkccA65Ma3a
--HG--
extra : rebase_source : 9c1f2c895949b1dae617b0c2a1039a5494cd8b2a
2017-06-13 12:10:39 +02:00
Brindusan Cristian
2a280abe08
Backed out changeset c6d592ebf8cd (bug 1366357) for browser-chrome failure in browser_displayURI.js on Windows 7 debug non-e10s a=backout r=backout on a CLOSED TREE
2017-12-05 23:50:31 +02:00
Johann Hofmann
807339d354
Bug 1366357 - Use origin instead of documentURI for WebRTC permission requests. r=florian
...
MozReview-Commit-ID: IkccA65Ma3a
--HG--
extra : rebase_source : 9fbf622f5e3428f9fbfda6f986fcdca814caa181
2017-06-13 12:10:39 +02:00
Ed Lee
fa67d26a4d
Bug 1422289 - ContentLinkHandler should guess icon type from the extension when type is not defined. r=mak
...
MozReview-Commit-ID: HfuqudW77jM
--HG--
extra : rebase_source : bd05319fa3dd8970e1d1e91d8ddcc831f77a1cd4
2017-12-01 14:11:08 -08:00
Jessica Jong
171f326899
Bug 1418020: No need to hide form validation popoup onLocationChange. r=Felipe
...
We already hide the popup when element blurs, which is fired when navigating to
another page.
MozReview-Commit-ID: 5GvlX1CiOQL
2017-12-04 14:15:28 +08:00
Bogdan Tara
d8635b15e4
Merge inbound to mozilla-central r=merge a=merge on a CLOSED TREE
2017-11-30 00:41:09 +02:00
Tooru Fujisawa
7934bad6c5
Bug 1421028 - Wait for stable state before starting in browser/modules/test/browser/browser_urlBar_zoom.js. r=Mossop
2017-11-29 19:59:45 +09:00
Mark Banner
f99ae4c2a9
Bug 1421376 - Change various instances of manually calling getService to use Services.jsm in browser/. r=mossop
...
MozReview-Commit-ID: FW3X2fkOwK2
--HG--
extra : rebase_source : f71e053e18017d675d4ea4d758e2552adcf5adc6
2017-11-28 19:21:33 +00:00
Edouard Oger
c5d46f4966
Bug 1417520 p1 - Show message to unverified users in synced tabs sidebar. r=markh
...
MozReview-Commit-ID: KYlbWLg2Kj0
--HG--
extra : rebase_source : efff1dfda3a0e4134e08501848bc66f674aa292d
2017-11-16 15:29:23 -05:00
Ursula Sarracini
2914237734
Bug 1420049. r=Gijs
2017-11-27 10:40:01 -05:00
Andrea Marchesini
2ef23c7ade
Bug 1420223 - createImageBitmap must work with nsIAsyncInputStream - part 4 - ImageBitmap must use imgITools::decodeImageBuffer, r=aosmond
2017-11-27 17:05:57 +01:00
Samael Wang
bb968e4fcd
Bug 1406253 - Part 3: use currentRequstFinalURI in context menu and add a test case. r=dao
...
If the image request gets redirect on loading, HTMLImageElement.currentURI
(which corresponds to nsIImageLoadingContent.currentURI) would return the
original URI before redirect, making "Save Image" in the context menu use
incorrect URI and filename. Use currentRequestFinalURI instead to get
redirected URI.
MozReview-Commit-ID: Bd7Q36sH93b
--HG--
extra : rebase_source : 5a1cc56554d1429f3c5af1c8cecaa1d72471ed21
2017-11-14 19:19:27 +08:00
Noemi Erli
e90c67896c
Backed out 3 changesets (bug 1406253)for build bustage in dom/base/nsCopySupport.cpp r=backout on a CLOSED TREE
...
Backed out changeset 284f3cc2880c (bug 1406253)
Backed out changeset aecb3d509a39 (bug 1406253)
Backed out changeset 9ce01198e8a1 (bug 1406253)
2017-11-20 13:34:29 +02:00
Samael Wang
ef3c08ceb1
Bug 1406253 - Part 3: use currentRequstFinalURI in context menu and add a test case. r=dao
...
If the image request gets redirect on loading, HTMLImageElement.currentURI
(which corresponds to nsIImageLoadingContent.currentURI) would return the
original URI before redirect, making "Save Image" in the context menu use
incorrect URI and filename. Use currentRequestFinalURI instead to get
redirected URI.
MozReview-Commit-ID: Bd7Q36sH93b
--HG--
extra : rebase_source : b88ccf98bc2a41aac007d79060424eaa2c2aca88
2017-11-14 19:19:27 +08:00
Dan Banner
b2e847755c
Bug 1367704 - Enable the semi ESLint rule across the tree. r=standard8
...
MozReview-Commit-ID: GrlcOI9K2hJ
--HG--
extra : rebase_source : 6574cf3c67eb11733ffd9999c260f71c8551abc4
2017-05-28 19:57:46 +01:00
Jared Wein
d2e8741f6d
Bug 1410900 - Allow using shift-click on the Reload Frame context menuitem to skip the cache when reloading the frame. r=johannh
...
This patch uses the same logic as BrowserReloadOrDuplicate to determine if the cache should be skipped. I didn't extract out the logic to a separate function because I didn't want to add another function to the global namespace of browser.js.
MozReview-Commit-ID: 15kztsqMnAM
--HG--
extra : rebase_source : d5ad3ee62062d5971c95281368a102298e367e59
2017-10-26 19:42:18 -04:00
Drew Willcoxon
5f90902bda
Bug 1417272 - The "Send Tab to Device" page action can be disabled in the page action menu but enabled in the urlbar. r=Gijs
...
MozReview-Commit-ID: BZ4CAqG0kkH
--HG--
extra : rebase_source : 3aaa7601b9f3f11e84d65788378c0fdb1dac9292
2017-11-15 11:25:45 -08:00
Drew Willcoxon
65176851c3
Bug 1417036 - "Save to Pocket" drop down menu glitches. r=Gijs
...
MozReview-Commit-ID: 1JPOmQNLn26
--HG--
extra : rebase_source : ec596c222caa916b02897cbbd36f4a9ae614e518
2017-11-15 10:44:47 -08:00
Valentin Gosu
a77a5282f4
Bug 1416343 - Mark URI interfaces as [builtinclass] r=bagder
...
MozReview-Commit-ID: 4T0uCkHP1a6
--HG--
extra : rebase_source : fa720f35df16985bcd929a98aeeaf9fbc759c1e6
2017-11-15 13:34:23 +01:00
Margareta Eliza Balazs
3edf7872fb
Backed out changeset cfe4b1e6be9b (bug 1416343) for ESlint failing in modules/test/browser/browser_SitePermissions_tab_urls.js:38:14 r=backout on a CLOSED TREE
2017-11-15 13:46:07 +02:00
Dão Gottwald
555d47bbb5
Bug 1215335 - Remove unused notification-inner container. r=bgrins
...
MozReview-Commit-ID: C9kKRpD3AzU
--HG--
extra : rebase_source : 7f3dde91b73084783c63733f0c823ec0e7e80b90
2017-11-15 11:36:22 +01:00
Valentin Gosu
ba207f8c8c
Bug 1416343 - Mark URI interfaces as [builtinclass] r=bagder
...
MozReview-Commit-ID: 4T0uCkHP1a6
--HG--
extra : rebase_source : 89c283360bc0b30aad34641b4cdce8f5c49615b3
2017-11-13 20:18:46 +01:00
Gijs Kruitbosch
8c1b02e3d4
Bug 1388029 - remove the remaining uses of AREA_PANEL, r=jaws
...
MozReview-Commit-ID: L017kRfHfOv
--HG--
extra : rebase_source : c9dcbb76d787281ac2dcf18c59786205aeaacaf9
2017-11-07 12:15:18 +00:00
Felipe Gomes
d7719e4ea7
Bug 1415978 - Change 'Activate Adobe Flash' to 'Run Adobe Flash' in the overlay UI. r=dthayer
...
MozReview-Commit-ID: JlHXRLl3DbY
--HG--
extra : rebase_source : 5ed47dffab714e4688b5d9eaa1f81a81f3ba360e
2017-11-09 18:27:49 -02:00
Felipe Gomes
20db5d5395
Bug 1409148 - Add dynamic sizing on the plugin overlay. r=dthayer,johannh
...
MozReview-Commit-ID: 9cxCs9GeJY8
--HG--
extra : rebase_source : 01058d3f077244826a30e9ab2c1a9ecd490c9efe
2017-11-10 14:05:04 -02:00
Drew Willcoxon
46c5139ac2
Bug 1413574 - Hide disabled page actions and offer a "Manage Extension" command for actions in extensions. r=Gijs
...
MozReview-Commit-ID: HJpu9Jfi2bB
--HG--
extra : rebase_source : ee219138b8df1744c223d81281d9525c3d7b7227
2017-11-10 11:06:02 -05:00
Neil Deakin
ee8929c13f
Bug 380637, add site-specific permissions to prevent pages from overriding keyboard shortcuts. This is done by preventing the key combination from being sent to the content page, r=felipe
...
Users can block the overriding of shortcuts using the permissions tab of the page info dialog, as with other permissions. Site permissions also allows the use of permissions.default.shortcuts to block overriding shortcuts for all sites.
2017-11-09 18:42:39 -05:00
Drew Willcoxon
e42d94c099
Bug 1413692 - Extensions page actions are pinned to address bar again and again. r=mixedpuppy
...
MozReview-Commit-ID: HrhYTNSwygH
--HG--
extra : rebase_source : e67932403b4294902c5096883cb5be6759969d69
2017-11-06 21:19:26 -05:00
Sebastian Hengst
af670f4147
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-11-07 02:47:30 +02:00
Myk Melez
e7777b5ded
Bug 1414386 - ensure BrowserUsageTelemetry is inited before uniniting it; r=mak
2017-11-06 10:43:25 -08:00
Marco Bonardo
d02470df30
Bug 1403829 - Prefer fetching properly sized favicons from pages. r=Mardak
...
MozReview-Commit-ID: CzMHWzsGuRo
--HG--
extra : rebase_source : a2473653d45c280448a598dfe131067948cce8bc
2017-11-03 12:07:16 +01:00
Phil Ringnalda
54c283afaf
Bug 1413092 followup, redisable browser_validation_iframe.js, it's not quite ready yet
...
MozReview-Commit-ID: 9myhmqRjXVf
2017-10-31 22:22:00 -07:00
Matthew Noorenberghe
67d4b55c85
Bug 1413092 - Cleanup and move formValidation b-c tests. r=Felipe
...
MozReview-Commit-ID: 9lVE2ulrtV7
--HG--
rename : browser/base/content/test/general/browser_bug561636.js => browser/modules/test/browser/formValidation/browser_form_validation.js
rename : browser/base/content/test/general/browser_bug595507.js => browser/modules/test/browser/formValidation/browser_validation_iframe.js
rename : browser/modules/test/browser/browser_bug1319078.js => browser/modules/test/browser/formValidation/browser_validation_invisible.js
extra : rebase_source : b2109c88d799d3592f4425bc216aff20a8409c39
2017-10-31 21:18:07 -07:00
Phil Ringnalda
9ac65f67a4
Backed out changeset fdebe274e971 (bug 1413092) for failures in test_mozbuild_reading.py
...
CLOSED TREE
MozReview-Commit-ID: JA9UPvYmWMF
--HG--
rename : browser/modules/test/browser/formValidation/browser_form_validation.js => browser/base/content/test/general/browser_bug561636.js
rename : browser/modules/test/browser/formValidation/browser_validation_iframe.js => browser/base/content/test/general/browser_bug595507.js
rename : browser/modules/test/browser/formValidation/browser_validation_invisible.js => browser/modules/test/browser/browser_bug1319078.js
2017-10-31 20:27:48 -07:00
Matthew Noorenberghe
f610ae3d0d
Bug 1413092 - Cleanup and move formValidation b-c tests. r=Felipe
...
MozReview-Commit-ID: 9lVE2ulrtV7
--HG--
rename : browser/base/content/test/general/browser_bug561636.js => browser/modules/test/browser/formValidation/browser_form_validation.js
rename : browser/base/content/test/general/browser_bug595507.js => browser/modules/test/browser/formValidation/browser_validation_iframe.js
rename : browser/modules/test/browser/browser_bug1319078.js => browser/modules/test/browser/formValidation/browser_validation_invisible.js
extra : rebase_source : 0883eee8c6cea0c1e9d4462ecbee50994bd7d7be
2017-10-30 22:12:35 -07:00
Doug Thayer
f55615a8df
Bug 1398972 - Replace usage of plugin doorhanger XBL binding r=Felipe
...
Migrated to simply use PopupNotifications.jsm. Additionally, this
changes the behavior to always have two buttons and a remember
checkbox. When selecting allow with remember, it will behave like
the always allow option previously, but when selecting block with
remember, it will move that page into a quiet mode with respect
to Flash - i.e., no plugin overlays will show anymore, and instead
you will just see the plugin icon in the URL bar, which you can
continue to interact with as before.
MozReview-Commit-ID: EUFlI7nM09t
--HG--
extra : rebase_source : 4f6fdaa602ea6c398cc646ba98282ee5c154956e
2017-10-31 11:40:04 -07:00
Sebastian Hengst
6979ea37b4
merge mozilla-central to autoland. r=merge a=merge
2017-10-30 23:58:16 +01:00
Sebastian Hengst
f07fc93141
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 4PW6ESqLL73
2017-10-30 23:52:23 +01:00
Chris H-C
75fc345254
bug 1406391 - Remove toolkit.telemetry.enabled manipulation from tests r=Dexter
...
Minor note:
reftests should've turned off uploadEnabled in the first place.
reftests should have unified telemetry on. It's the future.
MozReview-Commit-ID: 9spzuUAXwwP
2017-10-30 10:47:39 -04:00
Drew Willcoxon
e487a36e83
Bug 1395387 - Reconcile WebExtension page actions and Photon page actions: Photon page actions changes part 2, purge cache on shutdown. r=mikedeboer
...
MozReview-Commit-ID: LEMywaJu8xM
--HG--
extra : rebase_source : 965816bef4ae5708eb088416bb5de923493974fc
2017-10-27 17:39:47 -04:00
Drew Willcoxon
6d7492ef9b
Bug 1395387 - Reconcile WebExtension page actions and Photon page actions: Photon page actions changes. r=Gijs
...
MozReview-Commit-ID: 5NOc9N2idRE
--HG--
extra : rebase_source : 17e91f9b85bfb49d6fdf29c25bfba7a7c4f86452
2017-10-27 17:39:38 -04:00
Drew Willcoxon
13280ee095
Bug 1412170 - Integrate WebExtension page action context menus with the Photon page action context menu: Photon page action changes. r=jaws
...
MozReview-Commit-ID: BOEhQEJbUNO
--HG--
extra : rebase_source : ff88d19669530269486d3441fe9cbebe6c73090b
2017-10-30 17:47:54 -04:00
Phil Ringnalda
4bc2b1615d
Backed out 4 changesets (bug 1408433, bug 1406391, bug 1408512) for crashing tests by touching the network contacting incoming.telemetry.mozilla.org on nightly builds
...
Backed out changeset 9bfd4b0927dc (bug 1408433)
Backed out changeset 555850d5107e (bug 1408512)
Backed out changeset 15d959b9123e (bug 1406391)
Backed out changeset e1f34ba9cecc (bug 1406391)
MozReview-Commit-ID: BVoGRsD73Hf
2017-10-27 21:08:27 -07:00
Chris H-C
8e6dd31d55
bug 1406391 - Remove toolkit.telemetry.enabled manipulation from tests r=Dexter
...
Minor note:
reftests should've turned off uploadEnabled in the first place.
MozReview-Commit-ID: 9spzuUAXwwP
2017-10-27 10:59:43 -04:00
Jared Wein
d6b4704310
Bug 1406414 - Switch to an APNG loading indicator when the browser is under schedule pressure. r=francois,mconley
...
MozReview-Commit-ID: 13KnlI9QcvU
--HG--
extra : rebase_source : 04ec34551ca8d0c2b4566c069ddf9202673bd3d2
2017-09-21 16:10:49 -04:00
Prathiksha
e177125c34
Bug 1334411 - Remove the UI for indexedDB in Permissions section of PageInfo and the identity block. r=johannh
...
MozReview-Commit-ID: 4Q9H1Aq4O2B
--HG--
extra : rebase_source : ef9673e637972a024c30eea77e5b51b39b6310d5
2017-10-04 19:59:19 +05:30
Mike Conley
dd33d08c01
Bug 1407631 - Wait about 10 minutes after browser session start before scanning for unsubmitted crash reports. r=gsvelto
...
While the crash reporter client is submitting a crash report, the report itself
stays in the crashes directory. We suspect that in some cases, if the browser starts
up while the crash reporter client is still sending the report, the unsubmitted
crash report handler will also attempt to send the same report.
This patch makes the unsubmitted crash report handler wait approximately 10 minutes
after the session starts before doing the unsubmitted crash report scan.
MozReview-Commit-ID: KkrPDa1Qwv1
--HG--
extra : rebase_source : cafecef5776a21a76c64300eb53fdde28e09d18b
2017-10-24 16:55:24 -04:00
Sebastian Hengst
d3632a713b
Backed out changeset 4f223f11a08f (bug 1334411) for failing xpcshell's browser/modules/test/unit/test_SitePermissions.js. r=backout on a CLOSED TREE
...
--HG--
extra : amend_source : 312a520b843a8b640ffc5060651c64b36a6ddd97
2017-10-25 00:11:02 +02:00
Prathiksha
79e0cb83c0
Bug 1334411 - Remove the UI for indexedDB in Permissions section of PageInfo and the identity block. r=johannh
...
MozReview-Commit-ID: 3OcrBcRPSgZ
--HG--
extra : rebase_source : 47d75389b7597566450d3d2c46674bf6bcfaaa8e
2017-10-04 19:59:19 +05:30
Mike Conley
2533270588
Bug 1391594 - Test that closing a window with a <xul:browser> with a hanging script causes that script to terminate. r=billm
...
MozReview-Commit-ID: HwG0hcFdBtG
--HG--
extra : rebase_source : 4605a184d312ab5f37c484f862ab2b1dc7a6731a
2017-10-13 16:23:37 -04:00
Mike Conley
5ad52e1334
Bug 1391594 - If a window closes while hosting a <xul:browser> hung on script, clear the hang. r=billm
...
MozReview-Commit-ID: 88oj1bqA9To
--HG--
extra : rebase_source : 1a5e5c81aae3e5df6cc0d8acc1d637513d01535b
extra : source : 746826b8d17cdd1ce98ecf1d0529ae6e3e7e570a
2017-10-13 16:15:44 -04:00
Mike Conley
e9f61a739a
Bug 1391594 - Add a test that checks that hangs are dealt with on shutdown. r=billm
...
MozReview-Commit-ID: FvHrufdCw6d
--HG--
extra : rebase_source : 773dc4ad043906bf096493a4f0b7f1247e79fe21
2017-10-02 14:37:42 -04:00
Mike Conley
ea0c5717f6
Bug 1391594 - Unilaterally terminate script and plugin hangs during shutdown or when there are no windows. r=billm
...
MozReview-Commit-ID: 6DYDYTRVrYu
--HG--
extra : rebase_source : 09493e34b472cc491c0e6da1455c1e6a77b04dfa
2017-10-02 18:38:27 -04:00
Ian Moody
9d62373c5d
Bug 1408670 - Use PBU.isContentWindowPrivate instead of PBU.isBrowserPrivate in ContextMenu.jsm. r=Felipe
...
Follow up correction to bug 1399429. isBrowserPrivate causes console spam,
probably not e10s safe going forward.
MozReview-Commit-ID: JMoTVbc3SAx
--HG--
extra : rebase_source : 323559cbac6dd877b32f17bdc810975078583934
2017-10-14 16:43:38 +01:00
Johann Hofmann
15b4f36f56
Bug 1379560 - Part 2 - Add support for custom default permissions in SitePermissions.jsm. r=Paolo
...
Part 1 added support for changing default permissions via pref. This
patch adds support in the frontend code, which is required to actually
make it work for most permission prompts.
This patch introduces the concept of SitePermissions.PROMPT (which
already exists in the permission manager) to distinguish between
the default UNKNOWN state and the explicit PROMPT state. They both
have the same effect (always asking the user for confirmation).
MozReview-Commit-ID: 2Gg9uwigter
--HG--
extra : rebase_source : 2c8da24f849cee53e17be8897c0b320ca9e39e7e
2017-07-10 23:33:37 +02:00
Felipe Gomes
141837449a
Bug 1405655 - Only hide Flash Activation overlay UI if the entire plugin is covered. r=dthayer
...
As opposed to right now where we hide if any of the corners or the center of the plugin is covered.
MozReview-Commit-ID: 9mOVXYyV1Il
--HG--
extra : rebase_source : 3a6bcd34e939924ef068b0c3d3230c1f9391a3a4
2017-10-17 12:10:31 -02:00
Panos Astithas
e670592385
Bug 1406234 - Remove historical search suggestions and move search suggestions on top. r=mak
...
MozReview-Commit-ID: 9SbHU63amlN
--HG--
extra : rebase_source : 57fcce07fe60f2f3b4023abb4f34a5c2f624a99f
2017-10-13 17:13:25 +03:00
Dan Banner
7caa92d5d8
Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8
...
MozReview-Commit-ID: Jm8BRgt6mIv
2017-10-15 20:50:39 +01:00
Ian Moody
df5fd8a19d
Bug 1399429 - Properly determine if the content window is private for the contextMenu. r=Felipe
...
MozReview-Commit-ID: Ipo3Rcs1TZ8
--HG--
extra : rebase_source : ac17083a7b3d3d12f39c797c8e073b37c0c1c770
2017-10-13 19:13:35 +01:00
Alessio Placitelli
fb8a2826f2
Bug 1406097 - Use the cached attribution code in the environment. r=mhowell
...
This adds a new sync function to AttributionCode.jsm that returns the cached
attribution data. The cached data is then used to populate the environment
instead of relying on the async function.
MozReview-Commit-ID: F0se7kXspo2
--HG--
extra : rebase_source : 0a2631651e3da6edde9592eabd354b070ffa6ae8
2017-10-09 12:03:38 +02:00
Drew Willcoxon
9100f68edc
Bug 1387141 - Pocket button does not stay red after URL pocketed and animation has finished. r=Gijs
...
MozReview-Commit-ID: KQVOUJUOfrx
--HG--
extra : rebase_source : 07e77c7835286c78789fc6c6ff553ae475f26e5e
2017-10-05 13:03:44 -07:00
Marco Bonardo
c14d0488a0
Bug 1356758 - Intermittent timeouts in browser_UsageTelemetry_urlbar.js. r=adw
...
MozReview-Commit-ID: 3pCG35lHis2
--HG--
extra : rebase_source : 23427009c0848ef4bcd09280567da065539747bd
2017-10-04 17:39:59 +02:00
Marina Samuel
cb6b28216d
Bug 1406087: All PingCentre pings should go to production by default. r=ursula
...
MozReview-Commit-ID: 9ZmAG9fBWqX
--HG--
extra : rebase_source : bed3bb4981dd3a5f5a0886726fca530d65d2bfd9
2017-10-05 11:12:17 -04:00
Mike Conley
d908d328bf
Bug 1399068 - Send the context menu target node up to the parent as an explicit CPOW to fix login selection. r=Felipe
...
LoginManagerParent expects either a CPOW or a DOM node (in the non-e10s case) to
be passed as the inputElement for LoginManagerParent.fillForm. In bug 1360406,
we serialized the target in the content process so that the parent didn't have
access to the CPOW anymore.
This patch adds a targetAsCPOW property to the nsContextMenu solely for passing
back and forth between the parent and content processes in order to refer to
the target DOM node.
MozReview-Commit-ID: IMwVK0Ewlhy
--HG--
extra : rebase_source : deadcb3d5e340402ebe615529fe937a184785e07
2017-10-04 14:29:09 -04:00
Drew Willcoxon
b852f82f5a
Bug 1385882 - Intermittent browser/base/content/test/urlbar/browser_page_action_menu.js | Test timed out. r=Gijs
...
MozReview-Commit-ID: 8uzQAPQEldP
--HG--
extra : rebase_source : 3f7723da3e0b52abb6edcd4e571b37bed8ab965d
2017-10-02 10:55:00 -07:00
Wes Kocher
0196bb1eed
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 9KMX1mdjylD
2017-09-29 14:48:25 -07:00
Kyle Machulis
2ac26c5527
Bug 1403795 - Remove nsIDOMHTMLButtonElement; r=bz
...
Removes the XPCOM interface for nsIDOMHTMLButtonElement, replacing it
with binding class usage.
MozReview-Commit-ID: CzqRb7lI28W
2017-09-29 11:57:19 -07:00
Marco Bonardo
77a1296e26
Bug 1402373 - Slack's red badge favicon is shown for no reason and then isn't cleared when all messages are read. r=Mardak,nanj
...
MozReview-Commit-ID: D1t9xo3Dlfv
--HG--
rename : browser/base/content/test/general/.eslintrc.js => browser/base/content/test/favicons/.eslintrc.js
rename : browser/base/content/test/general/discovery.html => browser/base/content/test/favicons/discovery.html
extra : rebase_source : 5282f27a55a37e3c75fe54f5b5edb050b7906fb4
2017-09-28 17:32:57 +02:00
Gijs Kruitbosch
c6ffe22372
Bug 1393843 - add telemetry for page action items and the context menu that enables/disables them, data-review=rweiss, r=adw,rweiss+418169
...
MozReview-Commit-ID: E52TGDLgjCC
--HG--
extra : rebase_source : 9a370490ec927bde37468295c1fb4415aa6e0212
2017-09-20 17:32:11 +01:00
Xidorn Quan
0a75705c55
Bug 1403127 - Don't try to pass fullscreen element through IPC. r=jaws
...
MozReview-Commit-ID: DaiBNVdqAOh
--HG--
extra : rebase_source : 5e48becb2554f0861d554471ca61ba5933b3f1ac
2017-09-27 16:27:36 +10:00
Ed Lee
a79fee5205
Bug 1403215 - Fix broken Snippets pref, perceived performance and bug fixes to Activity Stream. r=k88hudson,ursula
...
MozReview-Commit-ID: JSvQB4nxduM
--HG--
extra : rebase_source : 251b4aad88f9086f3b00100fd8a03675f2a062cf
2017-09-27 08:28:06 -04:00
Wes Kocher
6ff89f3f7d
Backed out changeset b31be2f4c9b4 (bug 1403215) for mac failures in browser_newtab_focus.js a=backout
...
MozReview-Commit-ID: HvuhYscvVi0
2017-09-27 14:35:46 -07:00
Ed Lee
d9a2f3b235
Bug 1403215 - Fix broken Snippets pref, perceived performance and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: JSvQB4nxduM
--HG--
extra : rebase_source : 0a537c181ecf6b5e7fcaa1ced1ae5401abcee018
2017-09-27 08:28:06 -04:00
Nan Jiang
f505a60dec
Bug 1399880 - Add telemetry for page metadata size. r=francois,ursula
...
MozReview-Commit-ID: 5SGAiZlmkMi
--HG--
extra : rebase_source : 29dd01b4a51c1c376638200a843be54999f6a673
2017-09-26 14:13:47 -04:00
Wes Kocher
acf8913934
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: IsbKCdZU2Ui
2017-09-26 17:14:31 -07:00
Kyle Machulis
9be401bdd6
Bug 1389650 - Change nsIDOMHTMLAnchorElement instanceof checks to getClassName; r=bz
...
MozReview-Commit-ID: Il2Ig98BHYP
2017-09-26 11:40:15 -07:00
Sebastian Hengst
b3d9e88e3d
Backed out changeset 50d5710ae6c0 (bug 1389650) for eslint failure at browser/modules/PluginContent.jsm:684: 'contentWindow' is assigned a value but never used. r=backout
2017-09-26 10:48:27 +02:00
Kyle Machulis
6b7c6911ae
Bug 1389650 - Change nsIDOMHTMLAnchorElement instanceof checks to getClassName; r=bz
...
MozReview-Commit-ID: Il2Ig98BHYP
2017-09-25 23:12:44 -07:00
Sebastian Hengst
e1664a3d4e
Backed out changeset 9c0e1bf558e6 (bug 1401777) for failing browser_discovery.js. r=backout
2017-09-22 17:16:25 +02:00
Marco Bonardo
747ec544c2
Bug 1401851 - Skip masked favicons in ContentLinkHandler until we support them. r=nanj
...
MozReview-Commit-ID: 99du7AD11x7
--HG--
extra : rebase_source : 488da59a8dcd3c233d9dda38ccb2535b787e9985
2017-09-21 10:02:38 +02:00
Marco Bonardo
d088caae0a
Bug 1401777 - don't use rich icons for tabs and remove crisp filters making hi res icons look blocky. r=Mardak
...
MozReview-Commit-ID: DcqxEme7hfx
--HG--
extra : rebase_source : edc6989f8e16a8dced8ed0903f5cbbcfe846a517
2017-09-21 10:21:50 +02:00
Jonathan Kingston
3d183512ad
Bug 1400812 - Removal of containers drawer icon. r=baku,dao
...
MozReview-Commit-ID: JK2tB0ITRqY
--HG--
extra : rebase_source : 26f534fe05e898d8b33cff1b629a84a5c6ae4dff
2017-09-21 16:26:26 +01:00
Wes Kocher
733c3896f8
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 9mZaPGxxjXd
2017-09-21 17:04:03 -07:00
Kershaw Chang
3ccf2143f7
Bug 1247843 - Part 2: Set request context ID for the channel used to load favicon. r=mak
...
This patch covers two cases when loading a favicon:
1. Get the request context ID of the document load group, when <link rel="icon"> is found in the page.
2. Use the top level document's request context ID when using the default favicon.
2017-09-20 20:09:00 -04:00
Michael Kaply
20d1c205fc
Bug 1397975 - Show opt-in dialog for is_default with non built-in engines. r=aswan
...
MozReview-Commit-ID: 67SvzDcM7kK
--HG--
extra : rebase_source : 93ab53e43be09b0b24bb7c7fcd73c0010fc912a2
2017-09-07 19:38:55 -05:00
Sebastian Hengst
117f151830
Backed out changeset 7e8e47c972f4 (bug 1397975) for eslint failure at browser/components/extensions/ext-chrome-settings-overrides.js:124: windowTracker is not defined. r=backout
2017-09-21 22:56:07 +02:00
Michael Kaply
9b7d4d878e
Bug 1397975 - Show opt-in dialog for is_default with non built-in engines. r=aswan
...
MozReview-Commit-ID: 67SvzDcM7kK
--HG--
extra : rebase_source : 674a8e9e4e3e0769a58ed919f268678cb5af48c7
2017-09-07 19:38:55 -05:00
Ed Lee
94e1a5a468
Bug 1401683 - Add section deduping, about:home telemetry and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: FYICIp1oVNf
--HG--
extra : rebase_source : 888f7d68a60ace3368875121d8976489ac337b58
2017-09-20 12:45:26 -07:00
Drew Willcoxon
132b4582e5
Bug 1380021 - Remove 5000ms timeout from browser_PageActions.js test. r=Gijs
...
MozReview-Commit-ID: EQBbKIdN235
--HG--
extra : rebase_source : 8cec83d6031841611a06abf7f0c4725615740fec
2017-09-19 16:29:50 -07:00
Wes Kocher
3baa8a7e6e
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 5B5W6AHKcCb
2017-09-19 14:49:11 -07:00
Jonathan Kingston
9914e60252
Bug 1272304 - Add disabled state to screen sharing permission r=florian
...
MozReview-Commit-ID: LsZmQD5fWzW
--HG--
extra : rebase_source : 8bb8a901290ec651c23fbc8a69b323c501587920
2017-08-12 18:54:24 +01:00
Sebastian Hengst
18a3ca206d
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-09-19 11:15:12 +02:00
Ehsan Akhgari
fecb44a276
Bug 1401028 - Remove the content-contextmenu observer notification; r=kmag
...
This was used by the add-on SDK.
2017-09-19 00:35:08 -04:00
Ed Lee
2ccefc0859
Bug 1400626 - Metadata not saved when opening multiple pages. r=ursula
...
MozReview-Commit-ID: 3am9OptKj4z
--HG--
extra : rebase_source : a65c2e77bbbee11b1f86273d1c485b79751bad76
2017-09-16 18:05:29 -07:00
Nan Jiang
dcc9a5e00a
Bug 1352459 - Collect rich icons in ContentLinkHandler. r=mak,Mardak
...
MozReview-Commit-ID: GrjpuyvY7nm
--HG--
extra : rebase_source : a1800ae9f1626aeeea311ea85c81e50b5dd2094c
2017-09-12 09:47:51 -04:00
Marco Bonardo
45a04bb796
Bug 1401777 - don't use rich icons for tabs. r=Mardak
...
MozReview-Commit-ID: DcqxEme7hfx
--HG--
extra : rebase_source : a134d0cae3cad93d9a7c8285abc76c694ef7da33
2017-09-21 10:21:50 +02:00
Alessio Placitelli
5a6918d43b
Bug 1400202 - Move URI/domain tests out of browser_UsageTelemetry.js. r=Gijs
...
MozReview-Commit-ID: LZYwQGhwEuN
--HG--
rename : browser/modules/test/browser/browser_UsageTelemetry.js => browser/modules/test/browser/browser_UsageTelemetry_domains.js
extra : rebase_source : c4a567b4b0fe7e7e115be3de55a3405ee13ef5a5
2017-09-15 15:12:15 +02:00
Mike Conley
2e651bf46f
Bug 1399796 - UnsubmittedCrashHandler should never check for unsubmitted crash reports if disabled or suppressed. r=Felipe
...
Bug 1355492 moved the logic for scanning for unsubmitted crash reports out of the initialization
of UnsubmittedCrashHandler, and the initialization is what decided whether or not it was
appropriate to scan in the first place. This was done so that scanning could be deferred
until idle after first paint.
This patch makes it so that the scanning logic first ensures that the UnsubmittedCrashHandler
is actually enabled and not suppressed (which is calculated earlier).
I've also taken the liberty of adding a regression test.
MozReview-Commit-ID: 3Aihom5Q17R
--HG--
extra : rebase_source : 0430dc2464acfd7b648ba9d4658ab3fb01606570
extra : source : 593ef0951840f01384def383c2690cc90767a118
2017-09-15 09:25:04 -07:00
Sebastian Hengst
a772602f0e
Backed out changeset 1256cadba71b (bug 1399796) for eslint failure at browser/modules/ContentCrashHandlers.jsm:675: Async method 'checkForUnsubmittedCrashReports' expected no return value. r=backout
2017-09-15 19:31:36 +02:00
Mike Conley
44acce0c1a
Bug 1399796 - UnsubmittedCrashHandler should never check for unsubmitted crash reports if disabled or suppressed. r=Felipe
...
Bug 1355492 moved the logic for scanning for unsubmitted crash reports out of the initialization
of UnsubmittedCrashHandler, and the initialization is what decided whether or not it was
appropriate to scan in the first place. This was done so that scanning could be deferred
until idle after first paint.
This patch makes it so that the scanning logic first ensures that the UnsubmittedCrashHandler
is actually enabled and not suppressed (which is calculated earlier).
I've also taken the liberty of adding a regression test.
MozReview-Commit-ID: 3Aihom5Q17R
--HG--
extra : rebase_source : 2284ae29bc9c7eb9e457086adcd78b70dabb61fa
extra : source : 593ef0951840f01384def383c2690cc90767a118
2017-09-15 09:25:04 -07:00
Dão Gottwald
e9674fb263
Bug 1384686 - Use currentColor with a fill-opacity for toolbar button icons. r=ntim
...
MozReview-Commit-ID: G5G9i29KIac
--HG--
extra : rebase_source : c9d04802df66bff1e3848b3fa555a2d56ea897ab
2017-09-15 13:00:40 +02:00
Shane Caraveo
85604b0c2b
Bug 1393150 prevent remote extensions when e10s is off, r=bz,kmag
...
MozReview-Commit-ID: HjLLa9vx2UW
--HG--
extra : rebase_source : d37088f31931a74ef2c40dc510794ebc5f4931ab
2017-09-14 15:12:45 -07:00
Ryan VanderMeulen
578923dcdc
Bug 1367895 - Remove some obsolete nightly_only & release_or_beta test manifest annotations. r=mconley
2017-09-12 21:26:17 -04:00
Drew Willcoxon
c0de9ab9f5
Bug 1398375 - PageActions forgets about actions added after bug 1397501 landed. r=Gijs
...
MozReview-Commit-ID: IIAPvUSUMot
--HG--
extra : rebase_source : 724e067bb1d642dbb57d7120ed2b64a35d3b5bf7
2017-09-09 14:14:12 -07:00
Andrei Oprea
d4cd0423d0
Bug 1398080 - Fix intermittent failures related to about:home search. r=Mardak
...
MozReview-Commit-ID: 1SRe0a0nIDT
--HG--
extra : rebase_source : 944f1ff24d08f66e5f7960bf5ca48d9ac3adf020
2017-09-06 10:34:26 +03:00
Ed Lee
3098df1a89
Bug 1396609 - Add Highlights, smooth prefs and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: 1FTc9n2xxFZ
--HG--
extra : rebase_source : 5b411b1baebdcd320f9d551281cc749b30b4ef86
2017-09-08 07:43:37 -07:00
Sebastian Hengst
e52b8eb6e4
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: E6LQYNHgmiv
2017-09-08 10:53:26 +02:00
Drew Willcoxon
67fd8c9838
Bug 1397501 - Page actions added to the urlbar should always come before the bookmark star. r=Gijs
...
MozReview-Commit-ID: 6pVlr9d0crn
--HG--
extra : rebase_source : 0f83a8ea8ada71bc6ce88859d09fc93460abafa3
2017-09-07 16:44:34 -07:00
Wes Kocher
2ec453d1bb
Backed out 2 changesets (bug 1379833) for android lint failures a=backout
...
Backed out changeset 8bbf531110dd (bug 1379833)
Backed out changeset c06bc2f7acd3 (bug 1379833)
MozReview-Commit-ID: 5iCJ3qsMC1Q
2017-09-07 16:25:50 -07:00
Andrew Swan
c6db1e511a
Bug 1379833 Part 1: Move common code to format permission dialog strings to Extension.jsm r=zombie
...
MozReview-Commit-ID: LvyEy7x9TJg
--HG--
extra : rebase_source : 18fedb2b86ef6a1baf36b33caed3d3d3a7150147
extra : intermediate-source : e742aefc28987ea2e80fda91ff277343862d2b5a
extra : source : 90778683c3dd067754dfff4ca776e2c0f9ad7c3b
2017-08-02 13:15:30 -07:00
Sebastian Hengst
92ec846a75
merge mozilla-central to autoland. r=merge a=merge
2017-09-08 00:05:35 +02:00
Ursula Sarracini
49c86b15ec
Bug 1393924 - Collect description and preview image and store it into moz_places r=mak,Mardak
...
MozReview-Commit-ID: 4ZPGMpz21S9
--HG--
extra : rebase_source : 1ec64bb45fe6a8f0d034bab7b7e6a5d3a81ce276
2017-09-07 16:51:02 -04:00
Wes Kocher
92f5cfcf34
Backed out changeset 60cb967ca47f (bug 1393924) for frequent failures in browser_meta_tags.js a=backout
...
MozReview-Commit-ID: EIkibRE8z3P
2017-09-07 12:32:58 -07:00
Ursula Sarracini
bb971f3f6a
Bug 1393924 - Collect description and preview image and store it into moz_places r=mak
...
MozReview-Commit-ID: 8AgBMOodQop
--HG--
extra : rebase_source : f440e9497ee52a3b38e7bcf6dac7fee574f7885d
2017-09-07 11:05:03 -04:00
Will Wang
8955c23a64
Bug 1357114 - Move the taskbar refresh timer to idle dispatch. r=florian
2017-09-07 12:15:13 +08:00
Paolo Amadini
fe96089fe4
Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
...
MozReview-Commit-ID: Tq8YrZWG6P
--HG--
extra : rebase_source : 2e02e0a809d08ff26291a027b73a54668d6d5f9d
2017-09-06 13:09:27 +01:00
Sebastian Hengst
ec19d57d55
Backed out changeset 9018e3691e11 (bug 1378461) for failing browser-chrome's browser_oneOffContextMenu.js. r=backout
2017-09-07 00:26:17 +02:00
Michael Kaply
55f5d65f9d
Bug 1378461 - Report other search engine names. r=mak, data-r=rweiss
...
--HG--
extra : rebase_source : bc3d6c3f8bc4931d3aa3e25801e89e94387afdc2
2017-09-06 15:11:25 -05:00
Drew Willcoxon
8128003b90
Bug 1395743 - Pocket button should come before bookmarks star button in urlbar. r=Gijs
...
MozReview-Commit-ID: 2KPSv3Fy8kn
--HG--
extra : rebase_source : 714c1ae1faebc08f62d9898dfc2a455c486c802d
2017-09-01 14:46:52 -07:00
Drew Willcoxon
7fb6175d88
Bug 1396053 - Page action urlbar button ordering can get messed up for new windows. r=Gijs
...
MozReview-Commit-ID: 1KwrS6tsnhO
--HG--
extra : rebase_source : 05f4a7e485757ca72fb56a1116e271ad3d6241bf
2017-09-04 23:58:27 -07:00
Andrei Oprea
7fef598305
Bug 1394777 - Add test for Activity Stream about:home search. r=Mardak
...
MozReview-Commit-ID: HYjjeGgqshl
--HG--
extra : rebase_source : 613c8ae29e2a6b3921bc9a00df32c8be2471f1cf
2017-09-01 14:37:04 +02:00
Ed Lee
c9c38bf7d6
Bug 1395642 - Add placeholders, finalized 57 strings and bug fixes to Activity Stream. r=dmose
...
MozReview-Commit-ID: 8x6ez3edtoQ
--HG--
extra : rebase_source : 55820ab30e0408b35e2849c16fafb8daec96cf90
2017-09-01 14:52:57 -07:00
Drew Willcoxon
73ad0ddaf3
Bug 1388835 - Hide page action urlbar buttons on about pages (about:preferences, etc.). r=Gijs
...
MozReview-Commit-ID: 9lid8VpPkJE
--HG--
extra : rebase_source : b57a37788f20345750d8daa5f73011bf6fac1ef8
2017-08-26 12:47:33 -07:00
Marina Samuel
e2f2aed4ac
Bug 1390249: Add PingCentre to browser/modules. r=ursula
...
MozReview-Commit-ID: GtwWh0iAqlu
--HG--
extra : rebase_source : 3486145d65b837baacfa18c1f5bb1f5806573df8
2017-08-08 14:41:15 -04:00
Panos Astithas
6d7be02dd3
Bug 1181644 - Include local search suggestions in the awesomebar like all other access points. r=mak
...
MozReview-Commit-ID: 3RT3xXCA1lB
--HG--
extra : rebase_source : bf3666479f6c95c1a1a1d7b459213eec4636e8f9
2017-08-24 18:10:53 +03:00
Wes Kocher
829c7d45a7
Backed out changeset 25f127dff090 (bug 1390249) for browser_all_files_referenced.js failures a=backout CLOSED TREE
...
MozReview-Commit-ID: GRUTuGs7F4M
--HG--
extra : amend_source : afe4e3e3a2cd1701ec3d8e7da015ed17c78cbe5b
2017-08-24 14:22:00 -07:00
Wes Kocher
096bc1e19f
Backed out changeset 69f853076a0f (bug 1381460) for failures in browser_UsageTelemetry_content.js a=backout
...
MozReview-Commit-ID: 3oQoIoK1uwD
2017-08-24 12:50:14 -07:00
Marina Samuel
57702c15fc
Bug 1390249: Add PingCentre to browser/modules. r=ursula
...
MozReview-Commit-ID: GtwWh0iAqlu
--HG--
extra : rebase_source : 2e9ec8ed02055783420d457177f1914d248669cf
2017-08-08 14:41:15 -04:00
Andrei Oprea
63f279cbf5
Bug 1392324 - Add pref to enable Activity Stream on about:home. r=Mardak
...
MozReview-Commit-ID: 8aRn6vWWpF0
--HG--
extra : rebase_source : 109a378df1463df44720b34ffa53e37db0c97fb1
2017-08-23 10:37:33 +02:00
Andrei Oprea
e21c68b1df
Bug 1381460 - Add telemetry search event for Activity Stream. r=Dexter data-r=bsmedberg
...
MozReview-Commit-ID: 2NdtjQ2Tsbo
--HG--
extra : rebase_source : fc9458c35dd5b2881fd61232040184f2583cc572
2017-08-22 15:35:52 +02:00
Kris Maglione
821308e4d1
Bug 1391110: Part 4 - Remove unnecessary nsIFrameLoaderOwner QIs. r=smaug
...
The FrameLoaderOwner interface has been implemented in WebIDL for several
years now, so these QIs are simply unnecessary overhead.
MozReview-Commit-ID: LAzvfm5Qhy0
--HG--
extra : rebase_source : 2495c07df21c474f5fabc257ff4db43b0d8047e4
2017-08-19 13:32:58 -07:00
Francesco Lodolo (:flod)
95bcdec305
Bug 1391933 - Fix localization issues in Kill Add-on dialogs, r=kmag
...
Changes originally landed in bug 1356334:
* Removed SUMO link as a localizable string.
* Updated SUMO link: removed "en-US" from link and "cache" parameter.
* Use ordered placeholder instead of %S.
* Fix typo ("responsing").
* Use "extension" instead of "add-on" in DOM strings for consistency.
* Removed period from KillAddonScriptGlobalMessage, since it's a checkbox.
MozReview-Commit-ID: 5IFH2ruISZb
--HG--
extra : rebase_source : a0e84e5338b22e39c0f629c89b4d4b42b3d6bcbe
2017-08-20 10:52:32 +02:00
Sebastian Hengst
f575346459
Backed out changeset ed1101844eea (bug 1381460) for eslint failure at browser/modules/test/browser/browser_UsageTelemetry_content.js:148: 'getSearchCountsHistogram' is not defined. r=backout
2017-08-21 18:27:57 +02:00
Andrei Oprea
dafc6cbd15
Bug 1381460 - Add telemetry search event for Activity Stream. r=Dexter data-r=bsmedberg
...
MozReview-Commit-ID: GLbDNLglvDY
--HG--
extra : rebase_source : 2aee316d1b8354f67c7b3236f75f5e4b104f8705
2017-08-05 17:59:49 +02:00
Wes Kocher
c043502159
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 7sFZmPUXSx6
2017-08-18 17:21:29 -07:00
Kris Maglione
267cf409eb
Bug 1356334: Part 6 - Allow completely terminating a slow content script sandbox. r=billm
...
MozReview-Commit-ID: 5CDLHrAeuDt
--HG--
extra : source : d832803270ac831fd760356f36e16ef2a2d6d45b
extra : histedit_source : 11b535e7924700b86747f2855ef33c9707db719a
2017-04-16 14:01:16 -07:00
Kris Maglione
6aef819287
Bug 1356334: Part 5 - Add add-on name to slow script messages. r=billm
...
MozReview-Commit-ID: 2nyDmoiBKp4
--HG--
extra : source : b83aea215a82d44bec7443b69e60feef32f5fb2c
extra : histedit_source : 5a94f13db992c197ebb49fbb8e6a91bb97288fb6
2017-08-17 20:17:51 -07:00
Ryan VanderMeulen
3fe1f45009
Backed out 8 changesets (bug 1356334) for frequent test_ext_contentscript_async_loading.html failures on Android debug on a CLOSED TREE.
...
Backed out changeset 9c677ebfdda0 (bug 1356334)
Backed out changeset 16b49fd1c38a (bug 1356334)
Backed out changeset 4f5bcd2b2dc6 (bug 1356334)
Backed out changeset d832803270ac (bug 1356334)
Backed out changeset b83aea215a82 (bug 1356334)
Backed out changeset b2a663ffd144 (bug 1356334)
Backed out changeset 805c56806930 (bug 1356334)
Backed out changeset 7c880eca810a (bug 1356334)
2017-08-18 11:32:18 -04:00
Kris Maglione
bdbbf869dd
Bug 1356334: Part 6 - Allow completely terminating a slow content script sandbox. r=billm
...
MozReview-Commit-ID: 5CDLHrAeuDt
--HG--
extra : rebase_source : 00f75b5be53e38d912b90b8fe777c5aa7ff135bf
2017-04-16 14:01:16 -07:00
Kris Maglione
2c6fe4f014
Bug 1356334: Part 5 - Add add-on name to slow script messages. r=billm
...
MozReview-Commit-ID: 2nyDmoiBKp4
--HG--
extra : rebase_source : 311d9ad486210e6d5fa3a06bb837d3597b9d2800
2017-08-11 22:11:25 -07:00
Gabriele Svelto
7a192b0fc6
Bug 1376795 - Print a message when quitting in response to a content crash; r=cyu
...
MozReview-Commit-ID: HluXiBtux23
--HG--
extra : rebase_source : 16c168c048ee14db93d4df66c6dfa761952c3577
2017-08-16 11:22:04 +02:00
Wes Kocher
366445521c
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: DjSlrmDFfe3
2017-08-16 17:14:41 -07:00
Wes Kocher
9e13a44b54
Merge inbound to central, a=merge
...
MozReview-Commit-ID: GEfEDRZk5bo
2017-08-16 16:59:26 -07:00
Gabor Krizsanits
722233fed1
Bug 1376895 - Make preloaded browser use pre-existing content process. r=mconley
...
We want to avoid to have several cached content processes, one for each
preloaded browser (one per window) and one for the preallocated process.
For that we force the preloaded browser to choose an existing process and
during the first navigation in that tab, that leaves about:newtab, we re-run
the process selecting algorithm
2017-08-16 13:00:22 +02:00
Carsten "Tomcat" Book
a478b0ef54
Backed out changeset adf5ed713e0d (bug 1376895)
2017-08-16 11:15:50 +02:00
Drew Willcoxon
3c27aee62b
Bug 1385418 - Remove disabled pocket code for the toolbar button now that it's been replaced by the item in the page action panel. r=Gijs
...
MozReview-Commit-ID: 1wANxaD3QaV
--HG--
extra : rebase_source : f87650ab8c09f7a313cda9b7ec73ee1e20d6fe34
2017-08-16 10:13:15 -07:00
Lie Ryan
0270e19add
Bug 1361855 - Filter TAB_COUNT histogram to record only on 5 minute intervals; r=Gijs
...
MozReview-Commit-ID: F5mI1eiffWN
--HG--
extra : rebase_source : 477b4c7df0c6c7dec0fad0648ff069037fc8e696
2017-06-16 12:48:19 +00:00
Lie Ryan
360b5ce3ad
Bug 1361855 - Update tab count on page load and other URL changes; r=Gijs
...
MozReview-Commit-ID: gKqdEHI3M1
--HG--
extra : rebase_source : 39876c42493acc46733bb73a5a42cf7630983eb0
2017-06-11 19:28:20 +00:00
Lie Ryan
0eaa56dfd2
Bug 1361855 - Record TAB_COUNT histogram during TabOpen event; r=Gijs
...
MozReview-Commit-ID: 7ZHakmLZYHu
--HG--
extra : rebase_source : 739401bbf02cd39f9d78b4fd5db0460b3da88ba6
2017-06-09 18:40:24 +00:00
Lie Ryan
9b963ca9b0
Bug 1361855 - Add helper function BrowserUsageTelemetry:_recordTabCount(); r=Gijs
...
MozReview-Commit-ID: B6IRJ904bCr
--HG--
extra : rebase_source : e49aa411af378ff6778ffede57fe846b15c621fb
2017-06-11 19:27:02 +00:00
Lie Ryan
4102eb4e5b
Bug 1361855 - Refactor browser/modules/test/browser/head.js:getHistogram() and getKeyedHistogram(); r=Gijs,MattN
...
MozReview-Commit-ID: 3GyNfmXm5g6
--HG--
extra : rebase_source : 192ab9b904886e1e371c9c60ac06e6618f9f683e
2017-06-09 17:27:39 +00:00
Gabor Krizsanits
a53261ca24
Bug 1376895 - Make preloaded browser use pre-existing content process. r=mconley
...
We want to avoid to have several cached content processes, one for each
preloaded browser (one per window) and one for the preallocated process.
For that we force the preloaded browser to choose an existing process and
during the first navigation in that tab, that leaves about:newtab, we re-run
the process selecting algorithm
2017-08-15 14:05:17 +02:00
Blake Kaplan
4e6c08cc9c
Bug 1375243 - Explicitly create a URI object to avoid sync URI fixups from the content process. r=Gijs
...
I'm not entirely certain that we need to pass the charset here, but it seems
like it might be needed based on my reading of the code. This also fixes a
test to mock a link node better (we must have an ownerDocument that will have
a characterSet).
MozReview-Commit-ID: 5L1dKocNX0h
--HG--
extra : rebase_source : ce768f8144b83ac8e1d78dd7e2a362bd253028fc
2017-08-10 17:19:35 -07:00
Gijs Kruitbosch
45e1742ade
Bug 1390006 - fix up expectations of BrowserUITelemetry tests to match what devedition is doing, r=johannh
...
MozReview-Commit-ID: I03npiUHECK
--HG--
extra : rebase_source : bc5dcf02afb6236d5e943a6a7a94dc83ea683bbc
2017-08-14 12:17:34 +01:00
Jared Wein
baaaed0eec
Bug 1387077 - Reimplement Pocket animation in the Page Action area. r=adw
...
MozReview-Commit-ID: 5pJ96un8W5t
--HG--
extra : rebase_source : e862c01c1d71165ccd5d0932299c7f1fbdebe659
2017-08-08 11:56:49 -04:00
Mike Taylor
9130bd250b
Bug 1373650. Disable Report Site Issue page action before running page action tests. r=adw
...
MozReview-Commit-ID: J5gAWBvw8td
--HG--
extra : rebase_source : 61823de48dcbc475aed6dee8e54ae20d4a1e0700
2017-08-09 14:53:53 -04:00
Andrew Halberstadt
d2109610fb
Bug 1385352 - Enable 'mozilla/no-arbitrary-setTimeout' eslint rule on browser-chrome tests, r=standard8
...
MozReview-Commit-ID: 5lO0uAjHMsw
--HG--
extra : rebase_source : 8607b3964da207a6076c79b6f1d75b40503cdd7d
2017-08-10 14:48:21 -04:00
Phil Ringnalda
0ff5a4285d
Backed out changeset 6896f93a2327 (bug 1385352) for not making it to m-c before the next violation of its new linting rule merged to autoland
...
MozReview-Commit-ID: 3HDE2C3wSU0
2017-08-10 20:21:19 -07:00
Wes Kocher
27c54e1a5c
Backed out changeset 99cf11868f47 (bug 1375243) for failures in browser_bug413915.js a=backout
...
MozReview-Commit-ID: 3JyS99zK3z2
2017-08-10 16:43:41 -07:00
Wes Kocher
3c7cc8f012
Backed out changeset d4cc2f1e5c48 (bug 1387077) for windows debug crashtest failures a=backout
...
MozReview-Commit-ID: kEMoucDCJY
2017-08-10 15:46:38 -07:00
Blake Kaplan
a7cc551058
Bug 1375243 - Explicitly create a URI object to avoid sync URI fixups from the content process. r=Gijs
...
I'm not entirely certain that we need to pass the charset here, but it seems
like it might be needed based on my reading of the code.
MozReview-Commit-ID: En9voHg8ti9
--HG--
extra : rebase_source : 8595baf25b650b2382f781f809a294af0a9c182c
2017-08-08 16:00:25 -07:00
Jared Wein
8880224f6b
Bug 1387077 - Reimplement Pocket animation in the Page Action area. r=adw
...
MozReview-Commit-ID: 5pJ96un8W5t
--HG--
extra : rebase_source : bef396788013f8ed60d72b01bf59e34e01d36209
2017-08-08 11:56:49 -04:00
Andrew Halberstadt
f625fd5c37
Bug 1385352 - Enable 'mozilla/no-arbitrary-setTimeout' eslint rule on browser-chrome tests, r=standard8
...
MozReview-Commit-ID: 5lO0uAjHMsw
--HG--
extra : rebase_source : d72a88962ec8d843e7be99e25f710887f01b6e1a
2017-08-10 14:48:21 -04:00
Gijs Kruitbosch
8b5c74561f
Bug 1383009 - fix tests, BrowserUITelemetry and pocket to deal with the changes to the navbar, r=jaws
...
MozReview-Commit-ID: 9dZI5AI3kvP
--HG--
extra : rebase_source : 5be8516451149b34b1ac758436027fde10f623f5
2017-08-08 15:09:44 +01:00
Masatoshi Kimura
6815cee2bd
Bug 1387790 - Remove [deprecated] decodeImageData from imgITools. r=tnikkel
...
MozReview-Commit-ID: GZBYTPanHH6
--HG--
extra : rebase_source : f6ccc1a661533f7bdba8bb33bc9a85855b51ffae
2017-08-06 10:54:14 +09:00
Ami
18023835cc
Bug 1388283 - Combine two if statements; r=dao
2017-08-08 23:46:00 +02:00
Shane Caraveo
1fe5a3a13e
Bug 1388902 remove socialapi share, r=florian
...
MozReview-Commit-ID: Kcjugf3Ql6y
--HG--
extra : rebase_source : 8f82fa6beabfa89916bbc97ec799c6e5d6b3ff18
2017-08-16 08:54:21 -07:00
Drew Willcoxon
e3ddbef6f2
Bug 1391082 - Page action panel ordering can get messed up. r=Gijs
...
MozReview-Commit-ID: 3hQLTLF3RU8
--HG--
extra : rebase_source : 7ed94560c20882ac85114df80d50221eb0e2b172
2017-08-17 16:40:35 -07:00
Michael Kohler
674e1b96fb
Bug 1366555 - Remove MOZ_PHOTON_THEME ifdefs and non-MOZ_PHOTON_THEME code. r=dao
...
MozReview-Commit-ID: 8w1vfF2yRui
--HG--
extra : rebase_source : 222d8e9d3b9543552ff5b08967375fa46d62b896
2017-08-08 12:09:14 +02:00
Masatoshi Kimura
8b713b2b0f
Bug 1375125 - Stop using nsILocalFile in the tree. r=froydnj
...
This mechanically replaces nsILocalFile with nsIFile in
*.js, *.jsm, *.sjs, *.html, *.xul, *.xml, and *.py.
MozReview-Commit-ID: 4ecl3RZhOwC
--HG--
extra : rebase_source : 412880ea27766118c38498d021331a3df6bccc70
2017-08-04 17:49:22 +09:00
Sebastian Hengst
ca40024d84
Backed out changeset 1538b0445eda (bug 1366555) for timing browser_locationBarCommand.js and browser_locationBarExternalLoad.js. r=backout
2017-08-05 23:15:16 +02:00
Michael Kohler
45d5f35624
Bug 1366555 - Remove MOZ_PHOTON_THEME ifdefs and non-MOZ_PHOTON_THEME code r=dao
...
MozReview-Commit-ID: CoHv9mKpAe
--HG--
extra : rebase_source : 20d6404db9f90cfcb7de03d4c527ad6ed79d49f8
2017-08-05 20:37:40 +02:00
Sebastian Hengst
d9f6b67320
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-08-04 19:32:45 +02:00
Georg Fritzsche
e035cc0e52
Bug 1302681 - Part 1: Extend Event Telemetry core for recording from addons. r=dexter
...
To cut down on complexity, we don't require specifying any expiry versions.
Given that these events will be recorded non-persistently from off-train add-ons, they can be expired by shipping new add-on releases.
We also start to use the new "record on release" terminology here instead of opt-in/opt-out, but are not changing the internal functionality yet.
Technically, this is implemented by keeping a separate registry for the dynamic event information.
Built-in & dynamic events are tracked with separate numeric ids, so introduce a common identifier for both, an EventKey.
For actual event storage, the events are treated the same as built-in events. They are simply bucketed into the 'dynamic' process storage.
This approach ends up duplicating code paths that use the event info, but keeps a single implementation for recording, storage & serialization.
--HG--
extra : rebase_source : 639f9353a7e9383efe87f7f059ca83b56fb3b2a7
2017-08-03 07:03:00 -04:00
Gijs Kruitbosch
03a486b23d
Bug 1354117 - fix telemetry and a number of tests that flip photon prefs, r=johannh
...
MozReview-Commit-ID: 7ynaIQm22eS
--HG--
extra : rebase_source : 703ceae16cbf521de2fa1689668c68f1f06f682a
2017-08-01 20:15:48 +01:00
UK992
04a7b8f7ca
Bug 1363485 - Update tests r=dao
...
MozReview-Commit-ID: 4epuVQVCJPH
--HG--
extra : rebase_source : aef306464344009feb0e28295a0159cc9aab19ad
2017-07-30 20:39:55 +02:00
UK992
77670afaf3
Bug 1363485 - Update BrowserUITelemetry.jsm r=Gijs
...
MozReview-Commit-ID: Ah8SAEADJ7O
--HG--
extra : rebase_source : 17e861ebcc30e65dc4668909849bbaf68ec0b196
2017-06-30 16:22:06 +02:00
Drew Willcoxon
8626ed5a44
Bug 1363188 - Add an add/remove context menu to page actions in the urlbar. r=Gijs
...
MozReview-Commit-ID: 5rJWvID5OPd
--HG--
extra : rebase_source : 6074725a6136dcc674b2d09abed461dc7134536a
2017-08-02 09:31:07 -07:00
Sebastian Hengst
8b7fe50655
Backed out changeset 0b1f1dbc1b5a (bug 1363485)
2017-08-02 16:25:00 +02:00
Sebastian Hengst
4f5ee61f5b
Backed out changeset f3e224764ca8 (bug 1363485)
2017-08-02 16:24:54 +02:00
Masatoshi Kimura
f143125cc2
Bug 1326520 - Rename nsIURI.path to pathQueryRef. r=valentin.gosu
...
MozReview-Commit-ID: DqJdTGopR9G
--HG--
extra : rebase_source : e8c9eb03468c075b79013b6e0bd8b367229c24cd
2017-07-29 20:50:21 +09:00
Rajesh Kathiriya
48e6bc2124
Bug 1374620 - Enabled the ESLint dot-notation rule across mozilla-central r=standard8
...
MozReview-Commit-ID: FadrI2li43G
--HG--
extra : rebase_source : b455e846ab79c8141150517e67e542e3e06d630e
2017-07-25 23:45:41 +05:30
UK992
4d606a1288
Bug 1363485 - Update tests r=dao
...
MozReview-Commit-ID: 4epuVQVCJPH
--HG--
extra : rebase_source : aef306464344009feb0e28295a0159cc9aab19ad
2017-07-30 20:39:55 +02:00
UK992
15ee08dd2b
Bug 1363485 - Update BrowserUITelemetry.jsm r=Gijs
...
MozReview-Commit-ID: Ah8SAEADJ7O
--HG--
extra : rebase_source : 17e861ebcc30e65dc4668909849bbaf68ec0b196
2017-06-30 16:22:06 +02:00
Drew Willcoxon
be54613bde
Bug 1386337 - Disable Photon page actions when Photon is not enabled. r=Gijs
...
MozReview-Commit-ID: 3GrsscIxeyW
--HG--
extra : rebase_source : c227aa7c300d533b07d5776bb9cef758ee605c07
2017-08-01 20:37:22 -07:00
ahillier
2a610d7f14
Bug 1385090 - Pass Remote Pages instance from AboutNewTab on override r=mossop
...
MozReview-Commit-ID: 7oBsmIUpQXs
--HG--
extra : rebase_source : 820f50652c905aabe59ce7c3b248179608896157
2017-08-01 15:08:16 -04:00
Sebastian Hengst
6c737f2554
Backed out changeset ae8bd889b02d (bug 1385090) for eslint failures in AboutNewTab.jsm and RemotePageManager.jsm. r=backout on a CLOSED TREE
2017-08-01 20:55:03 +02:00
ahillier
7babb467c7
Bug 1385090 - Pass Remote Pages instance from AboutNewTab on override r=mossop
...
MozReview-Commit-ID: 7oBsmIUpQXs
--HG--
extra : rebase_source : 63df4d8968031e23fd1973bce56bc95bfe6705be
2017-08-01 14:22:40 -04:00
Sebastian Hengst
804a36e668
Backed out changeset f5922a7ed25a (bug 1374620) for failing eslint at telemetry/tests/unit/test_TelemetrySend.js:358: ["os"] is better written in dot notation. r=backout
2017-07-31 14:44:34 +02:00
Rajesh Kathiriya
22dfa54ef4
Bug 1374620 - Enabled the ESLint dot-notation rule across mozilla-central r=standard8
...
MozReview-Commit-ID: FadrI2li43G
--HG--
extra : rebase_source : 5992bdde34bcc2421350433bc8c1e498a6bba848
2017-07-25 23:45:41 +05:30
Drew Willcoxon
bafcf94652
Bug 1374477 - Add a new test for Photon page actions, along with some related code changes. r=Gijs
...
MozReview-Commit-ID: ADaEnEiGFvX
--HG--
extra : rebase_source : 0c7e8b3d5244eb9c3def5dac0c9a2bf3b830f4f7
2017-07-29 20:25:14 -07:00
Drew Willcoxon
73afb41a36
Bug 1374477 - Add PageActions.jsm for Photon page actions. r=Gijs
...
MozReview-Commit-ID: ASMQlPX5t1i
--HG--
extra : rebase_source : 8b8914d192b2e16f8d809fccb384507db22fe1c1
2017-07-29 20:24:51 -07:00
Marco Castelluccio
18ff02cf4e
Bug 1357517 - Remove Preferences.jsm usage from LaterRun.jsm. r=jaws
...
--HG--
extra : rebase_source : bd04a0e601fad4625be36fd4769d90e1214cf29c
2017-07-28 21:20:27 +02:00
Carsten "Tomcat" Book
139661e8e4
Merge mozilla-central to mozilla-inbound
2017-07-28 15:25:58 +02:00
Ricky Chien
9352eae160
Bug 1384402 - Fix broken about:preferences link after reorg v2 r=jaws
...
MozReview-Commit-ID: LnQsKHhrDWI
--HG--
extra : rebase_source : 627f9dd1c5b02954c2a14ae3fe107de90218083f
2017-07-27 11:30:05 +08:00
Kershaw Chang
fc3aa4a532
Bug 1366822 - Part1: Modify NetworkPrioritizer to only update selected tab's window ID, r=dao
...
The original NetworkPrioritizer tracks each browser window and give the high priority to the selected tab.
This patch is based on the NetworkPrioritizer, but only send a notification of the current selected tab's content outer window ID to network module.
2017-07-27 23:41:00 +02:00
Jared Wein
109235b976
Bug 1384522 - Add automated test for TextZoomChange and the urlbar-zoom-button. r=dao
...
MozReview-Commit-ID: adhZCyStXz
--HG--
extra : rebase_source : 55bcfa284b7d23086a5cf5b7d5981654859a06cf
2017-07-26 07:30:03 -04:00
Carsten "Tomcat" Book
732f652f89
Backed out changeset 29131feeed60 (bug 1380065) for windows 7 perma failure in test_bug884693.xul | Got expected message count - got 1, expected +0
2017-07-25 10:52:58 +02:00
Sam Foster
fba4d7c501
Bug 1380065 - Disable arrow-panel animations if the cosmeticAnimations pref is set to false. r=jaws
...
* Toggle animate=false attribute on arrow panels when toolkit.cosmeticAnimations.enabled is false
* Use preferences-service component to lookup the pref in the arrowpanel binding
* Disable this pref during tests to remove a source of instability and timing-based test failures in chrome/UI tests.
* Enable cosmeticAnimations for tests which depend on existing behavior
* Re-enable cosmeticAnimations pref for browser_ext_popup_select.js which is known to be more reliable with animations
MozReview-Commit-ID: IvA2ySPPmeJ
--HG--
extra : rebase_source : effd7fab536294de967661be4dcaaadc5b869db7
2017-07-13 14:30:38 -04:00
Wes Kocher
4d4051d2e2
Backed out changeset 2e0c2b3bc28b (bug 1380065) for eslint failures in browser_ext_popup_select.js a=backout
...
MozReview-Commit-ID: HZqI6A06YiO
2017-07-24 17:25:37 -07:00
Sam Foster
fef0cddea2
Bug 1380065 - Disable arrow-panel animations if the cosmeticAnimations pref is set to false. r=jaws
...
* Toggle animate=false attribute on arrow panels when toolkit.cosmeticAnimations.enabled is false
* Use preferences-service component to lookup the pref in the arrowpanel binding
* Disable this pref during tests to remove a source of instability and timing-based test failures in chrome/UI tests.
* Enable cosmeticAnimations for tests which depend on existing behavior
* Re-enable cosmeticAnimations pref for browser_ext_popup_select.js which is known to be more reliable with animations
MozReview-Commit-ID: IvA2ySPPmeJ
--HG--
extra : rebase_source : 577f534d2409da76eecd6c36dfa3db50eca50f40
2017-07-13 14:30:38 -04:00
Wes Kocher
823f61b3a6
Backed out changeset 7e0990dca8d1 (bug 1380065) at developer's request a=backout
...
MozReview-Commit-ID: HTBdXaEmagI
2017-07-24 16:13:28 -07:00
Sam Foster
3dd758f190
Bug 1380065 - Disable arrow-panel animations if the cosmeticAnimations pref is set to false. r=jaws
...
* Toggle animate=false attribute on arrow panels when toolkit.cosmeticAnimations.enabled is false
* Use preferences-service component to lookup the pref in the arrowpanel binding
* Disable this pref during tests to remove a source of instability and timing-based test failures in chrome/UI tests.
* Enable cosmeticAnimations for tests which depend on existing behavior
MozReview-Commit-ID: IvA2ySPPmeJ
--HG--
extra : rebase_source : 4ed74175107b2cf831b698361f0a2a9b1bd72113
2017-07-13 14:30:38 -04:00
Jared Wein
7231c8759e
Bug 1383662 - Return early from onZoomChange if the document being referenced by the TextZoomChange event is missing a documentElement since we will not be able to find the related browser for the document in this case. r=florian
...
MozReview-Commit-ID: 34Ium8oqZmb
--HG--
extra : rebase_source : ba648ff412ba20e94a30d64d0811f7e375d7cd26
2017-07-24 11:16:37 -04:00
Andrew Swan
a806967d80
Bug 1379833 Part 1: Move common code to format permission dialog strings to Extension.jsm
...
MozReview-Commit-ID: LvyEy7x9TJg
--HG--
extra : rebase_source : 02e748210100e2f3b0a08b77746d0171f4085149
extra : intermediate-source : e742aefc28987ea2e80fda91ff277343862d2b5a
extra : source : 90778683c3dd067754dfff4ca776e2c0f9ad7c3b
2017-08-02 13:15:30 -07:00
Perry Jiang
491c7f5d8c
Bug 1393582 - Remove CastingApps support for Firefox desktop. r=felipe
...
MozReview-Commit-ID: B2bqiNXibPP
2017-08-25 14:03:47 -07:00
Perry Jiang
15d0cf7b73
Bug 1360406 - Remove context menu sync IPC. r=felipe
...
MozReview-Commit-ID: 1oCwC283Suv
2017-08-21 15:42:37 -07:00
Michael Kaply
84dc410d2d
Bug 1378461 - Report other search engine names. r=mak, data-r=rweiss
...
--HG--
extra : rebase_source : 0b3088af1691db055a13feeff86041e6ab6346b2
2017-09-06 17:36:07 -05:00
Wes Kocher
55d0ef80b9
Backed out changeset 49c4c4a3fb81 (bug 1380065) for failures in browser_aboutStopReload.js a=backout CLOSED TREE
...
MozReview-Commit-ID: Hxfpijgy3dL
--HG--
extra : amend_source : 588ff0272fac30b78726cf2e216c4f0294c2f3ab
2017-07-21 17:01:30 -07:00
Sam Foster
d169f11f91
Bug 1380065 - Disable arrow-panel animations if the cosmeticAnimations pref is set to false. r=jaws
...
* Toggle animate=false attribute on arrow panels when toolkit.cosmeticAnimations.enabled is false
* Use preferences-service component to lookup the pref in the arrowpanel binding
* Disable this pref during tests to remove a source of instability and timing-based test failures in chrome/UI tests.
* Enable cosmeticAnimations for tests which depend on existing behavior
MozReview-Commit-ID: IvA2ySPPmeJ
--HG--
extra : rebase_source : a83177668dc2035ff5c6d92a5f93227190583229
2017-07-13 14:30:38 -04:00
Mike Conley
63848b9f96
Bug 1378036 - TabCrashHandler should key browsers to dumpIDs on permanentKeys, and fallback to the browser itself if no permanentKey exists. r=Felipe
...
MozReview-Commit-ID: 45JRjPIAFE8
--HG--
extra : rebase_source : 7d1c6b0385744abe3d26da5d7ed4df3fc313fede
2017-07-17 18:27:16 -04:00
Wes Kocher
b5bcc4905e
Merge inbound to central, a=merge CLOSED TREE
...
MozReview-Commit-ID: CBL7SUEUGKV
2017-07-19 17:29:56 -07:00
Bob Owen
8cd9bf78f8
Bug 1378377 Part 2: Run file://URI whitelisted domains in a file content process. r=Gijs
2017-07-19 09:37:25 +01:00
Jared Wein
b9f5336377
Bug 1378784 - Listen for TextZoomChange in addition to the FullZoomChange events to update the zoom UI when the zoom changes. r=dao
...
We were already listening for FullZoomChange. TextZoomChange is very similar, but is only triggered when the user has chosen 'Zoom Text Only' from the View > Zoom menu.
MozReview-Commit-ID: H8orEwS1ZhE
--HG--
rename : browser/modules/FullZoomUI.jsm => browser/modules/ZoomUI.jsm
extra : rebase_source : 1f77a3d994d34387ad8fa87ea9d403b1dfbd0a6f
2017-07-18 17:39:11 -04:00
Andrew Swan
728fcfe9c3
Bug 1382031 Set access key properly on optional permission doorhanger r=andym
...
MozReview-Commit-ID: J9MiAeGmMiT
--HG--
extra : rebase_source : 371d5b67f2e900670f09b53733e0ba0dcb2a0c7e
2017-07-18 16:54:07 -07:00
Nihanth Subramanya
22f0cadf89
Bug 1381659 - Send a message from ContentSearch.jsm to blur the suggestions UI after a search instead of a beforeunload listener. r=florian
...
MozReview-Commit-ID: HqTICEtuInW
--HG--
extra : rebase_source : 482c3b3bc51110f4571feb88ebd5cc877b4e0150
2017-07-19 02:37:40 +05:30
Florian Quèze
fc2fb801f0
Bug 1355492 - initialize ContentCrashHandlers.jsm after first paint, r=mconley.
2017-07-15 00:16:31 +02:00
Florian Quèze
47098f6c0e
Bug 1355492 - delay initialization of BrowserUsageTelemetry and BrowserUITelemetry until after we are done restoring the previous session, r=mconley.
2017-07-15 00:16:31 +02:00
Mark Banner
f2bb3fb29f
Bug 1308343 - Fix intermittent failures in browser_ContentSearch.js by ensuring we keep listeners alive and listening for loads correctly. r=adw
...
MozReview-Commit-ID: CZxATBbijlx
--HG--
extra : rebase_source : 08561f66753978baca4df238ab3dac2e93464386
2017-07-12 12:01:53 +01:00
Mark Banner
35f3666937
Bug 1380009 - Enable the ESLint no-return-await call to avoid unnecessary intermediate promise creation. r=mossop
...
MozReview-Commit-ID: EnhSBHMjurr
--HG--
extra : rebase_source : 74ba4c10e369067629af95bf705a9acd0df1089b
2017-07-11 22:49:55 +01:00
Carsten "Tomcat" Book
0edfa97e38
merge mozilla-inbound to mozilla-central a=merge
2017-07-12 11:07:09 +02:00
Timothy Guan-tin Chien
405d342580
Bug 1378136 - Redirect user to the general pane for search settings on old preferences page. r=jaws
...
MozReview-Commit-ID: Akb4yDPhWTF
--HG--
extra : rebase_source : a3b0341c9996c9480023c294a1383ace7b531532
2017-07-10 17:01:41 +08:00
Florian Quèze
3d56aac575
Bug 1379788 - Stop loading RecentWindow.jsm during startup, r=Gijs.
2017-07-11 23:30:23 +02:00
Rajesh Kathiriya
881bce09ea
Bug 1374670 - Enabled the ESLint no-tabs rule across mozilla-central r=standard8
...
MozReview-Commit-ID: RT5QTipaOW
--HG--
extra : rebase_source : 84bccaeba083bc430316d3c80d5c8f56494f1950
2017-07-04 21:30:18 +05:30
Munro Mengjue Chiang
8937814170
Bug 1374640 - always prompt for screen sharing. r=florian,jib
...
MozReview-Commit-ID: FJvuf2XVZXJ
--HG--
extra : rebase_source : 4c4b00c1128448da6c0d73b032d8629b80ff01c3
2017-06-29 15:50:30 -07:00
Perry Jiang
3f8ea432d9
Bug 1377868 - .dmp.ignore files should not cause other crash reports to be ignored. r=felipe
...
MozReview-Commit-ID: Lvebn8uLoYd
2017-07-03 14:48:40 -07:00
Frederik Braun
56838ddb04
Bug 1351608 - Disable warnings for existing violations to no-unsanitize rule r=Standard8.
...
MozReview-Commit-ID: 7cTNL5jMtRw
2017-07-03 20:07:02 +01:00
Carsten "Tomcat" Book
259377b6ab
merge mozilla-inbound to mozilla-central a=merge
2017-06-26 13:25:51 +02:00
Perry Jiang
80ef003d65
Bug 862178 - Remove main thread I/O from CrashSubmit.jsm and KeyValuParser.jsm, replacing with OS.File. r=gsvelto
...
MozReview-Commit-ID: 6WIvz15Xtp3
--HG--
extra : rebase_source : 274136cf40459f012776213b18e51f9062d68eb5
2017-06-19 17:04:03 -07:00
Carsten "Tomcat" Book
7af37a52bd
Merge mozilla-central to mozilla-inbound
2017-06-23 11:44:21 +02:00
Florian Quèze
2924991bf6
Bug 1368456 - remove Promise.jsm imports in tests, r=mconley.
2017-06-23 11:25:52 +02:00
Florian Quèze
721c3ada5e
Bug 1368456 - Remove imports of Promise.jsm from Firefox, r=mconley.
2017-06-23 11:25:18 +02:00
Florian Quèze
c3a5e47cea
Bug 1034599 - Convert remaining Promise.defer() uses to PromiseUtils.defer() or new Promise(), r=mconley.
2017-06-23 11:25:02 +02:00
Erica Wright
8f442c723b
Bug 1219725 - Add a button for session restore to the tab bar. r=dao,Gijs,mikedeboer,whimboo ui-r=shorlander
...
MozReview-Commit-ID: 6zrEbIxXp8c
--HG--
extra : rebase_source : 20ba3acdb18e98940e90f099f18c02934dee0e8b
2017-06-20 11:33:55 -07:00
Florian Quèze
7375dcec46
Bug 1374282 - script generated patch to remove generators from add_task in browser/ and toolkit/, r=Mossop.
2017-06-22 12:51:43 +02:00
Brian Grinstead
4bc8228f27
Bug 1364238 - Add the sidebar button into the default toolbar set;r=Gijs
...
MozReview-Commit-ID: 7Z0ukSPu6pL
--HG--
extra : rebase_source : d6a48f28ccf3c89c211529b24e6a88c8018ee3ef
2017-06-20 08:42:28 -07:00
Paolo Amadini
10ee6a5c4e
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
...
Changes to Promise tests designed to test .then(null) have been reverted, and the browser/extensions directory was excluded because the projects it contains have a separate process for accepting changes.
MozReview-Commit-ID: 1buqgX1EP4P
--HG--
extra : rebase_source : 3a9ea310d3e4a8642aabbc10636c04bfe2e77070
2017-06-19 11:32:37 +01:00
Wes Kocher
90f13e338d
Backed out changeset 4482dcd48309 (bug 1219725) for functional test failures in test_tabbar_session_restore_button.py a=backout
...
MozReview-Commit-ID: Iqp5eV9cv6L
2017-06-19 13:50:26 -07:00
Erica Wright
4487761ac8
Bug 1219725 - Add a button for session restore to the tab bar. r=dao,Gijs,mikedeboer,whimboo ui-r=shorlander
...
MozReview-Commit-ID: 7KEKlLFiaij
--HG--
extra : rebase_source : 68d5d2eb1c2e9f305d5e9bdb0aa0914d0343f0e1
2017-06-15 15:35:03 -07:00
Sebastian Hengst
cc82adb848
Backed out changeset c829f7a6cc0d (bug 1219725) for flake8 linting failure at tabbar.py:53: line too long. r=backout
2017-06-19 20:02:52 +02:00
Erica Wright
432d6f2de7
Bug 1219725 - Add a button for session restore to the tab bar. r=dao,Gijs,mikedeboer,whimboo ui-r=shorlander
...
MozReview-Commit-ID: 7KEKlLFiaij
--HG--
extra : rebase_source : d570502aa448cc9ef656005ad8650b3ca7bfa5ae
2017-06-15 15:35:03 -07:00
Bob Silverberg
2c05852936
Bug 1369581 - Requesting an optional permission that does not cause a prompt should succeed, r=aswan
...
Currently, if an extension requests one or more optional permissions,
and those permissions do not cause a prompt to be displayed,
the framework will reject that request and not grant any permissions.
This should be the opposite in that we should grant permission to
those optional permissions event though no prompt is displayed.
MozReview-Commit-ID: 6SeyFSv92Lo
--HG--
extra : rebase_source : 08ba28ca7920c9d37af28afa24d9602813b4470b
2017-06-02 09:14:22 -04:00
Carsten "Tomcat" Book
3271bd7354
Merge mozilla-central to autoland
2017-06-19 14:52:55 +02:00
Paolo Amadini
585fbe6cec
Bug 1242505 - Detect unhandled rejections of native Promises in browser-chrome tests. r=Mossop
...
The browser-chrome test suite now detects and reports unhandled rejections of native Promises, in addition to those created by Promise.jsm. The whitelisting mechanism is updated to use primarily the PromiseTestUtils.expectUncaughtRejection function. Tests will fail if a rejection that is not whitelisted occurs, or if a whitelisted rejection does not occur anymore.
MozReview-Commit-ID: 1beGB5GG8Ty
--HG--
extra : rebase_source : b6573f8e2001f91d0e5a50f6376b191459549e94
extra : intermediate-source : 0411e687044ecc7b56684196238e6e6e68a9d685
extra : source : 8d53be05afc59519c5ce8cfae96d284a972fda71
2017-06-18 08:05:06 +01:00
Rajesh Kathiriya
fafb858b26
Bug 1370225 - Enabled the ESLint comma-style rule across mozilla-central. r=standard8
...
MozReview-Commit-ID: 9OhLgBpYS4L
--HG--
extra : rebase_source : 5155e715934e7acd2ffadb4856eb91f481cbf56c
2017-06-15 18:24:17 +01:00
Wes Kocher
1af6d5cf57
Merge inbound to central, a=merge
...
UPGRADE_NSS_RELEASE
MozReview-Commit-ID: CBIFPwA5aNp
--HG--
extra : amend_source : 035a5be59d0046a643d0f836a95195e8c4ade4a6
2017-06-13 18:27:10 -07:00
Carsten "Tomcat" Book
0aaf610c0f
Merge mozilla-central to autoland
2017-06-13 12:14:05 +02:00
Carsten "Tomcat" Book
d67ef71097
merge mozilla-inbound to mozilla-central a=merge
2017-06-13 12:09:48 +02:00
Robert Strong
9fc4161b50
Bug 692295 - Remove nsWindowsShellService's ShortcutMaintenance method and calls now that it is no longer needed. r=jimm
...
Removes nsIWindowsShellService.idl since there are no longer custom methods and it can just use nsIShellService.idl
Removes a couple of includes that are no longer used and should have been removed after the code to delete Firefox prefetch files was removed
2017-06-12 18:42:23 -07:00
Munro Mengjue Chiang
372ce9ac15
Bug 861716 - catch exception thrown from gIndicatorWindow.updateIndicatorState(). r=florian
...
MozReview-Commit-ID: IUe0iSAOa7h
--HG--
extra : rebase_source : 3b29267b1841d949e3087b10c9c7b304cf5fcb50
2017-06-08 16:05:34 +08:00
Mark Striemer
bb93b8c9b4
Bug 1358431 - Remove delay rendering add-on permissions popup header r=florian
...
MozReview-Commit-ID: rlpOW0xFtm
--HG--
extra : rebase_source : 96632d3f69ab7fa6ee25a6c80cacb4f1ed7ab3e9
2017-06-09 14:59:04 -05:00
Wei-Cheng Pan
fafefc69a1
Bug 1354143 - Commit jump list on lazy idle thread. r=florian,jimm
...
Since committing will do IO on the main thread, it would be better to do it on
an idle thread instead. We have to change JavaScript code too because now the
API is asynchrous.
This patch also updates its xpcshell test.
Now mozilla::widget::AsyncDeleteAllFaviconsFromDisk will get profile directory
on the main thread to prevent it happens on off-main-threads, thus prevents
off-main-thread assertion.
MozReview-Commit-ID: CWcR0B2BC3n
--HG--
extra : rebase_source : 3685a07f9f4476bc94bdf92937734b78fb3fe309
2017-05-24 16:38:57 +08:00
Mike Taylor
4b10337a50
Bug 1368920. Part 4 - Enable Report Site Issue button for DevEdition and Nightly builds only. r=Gijs
...
MozReview-Commit-ID: Fu1oGBulbLT
--HG--
extra : rebase_source : 987965cd033c682f7c1023225b74541729eda53c
2017-06-06 15:50:53 -05:00
Ryan VanderMeulen
9b7a73b65a
Merge m-c to autoland. a=merge
...
UPGRADE_NSPR_RELEASE UPGRADE_NSS_RELEASE
--HG--
extra : amend_source : a59e53ba2f8db608f613f21ad6da2b5be8814aa4
2017-06-07 22:55:56 -04:00
Paolo Amadini
ac30ebecfa
Bug 1370652 - Handle more rejections in code exercised by browser-chrome tests. r=Mossop
...
These fixes are in preparation of making browser-chrome tests fail when there are unhandled Promise rejections.
MozReview-Commit-ID: JTMgC2XwzX2
--HG--
extra : rebase_source : 4d0b0465641b2286d01f872b0cf8052af5573939
extra : amend_source : 75dacab1ff06bcab2a05e6e744845b151f97d06c
extra : intermediate-source : 047e38fdb0c889e7e7dc0c2cd5a4e6dc6aa7fe22
extra : source : b59573695517b2a464f22e00bd3792c50dcf371a
2017-06-06 21:15:42 +01:00
Ryan VanderMeulen
7be11fa01d
Bug 1359137 - Fix rest-spread-spacing ESLint failure in BrowserUITelemetry.jsm.
2017-06-05 09:32:45 -04:00
Gijs Kruitbosch
fb0c16f310
Bug 1359137 - fix BrowserUITelemetry's reliance on the default state of things in CustomizableUI, r=mikedeboer
...
MozReview-Commit-ID: I4mpVR6G8pi
--HG--
extra : rebase_source : bfda0adbf31284f982c6012353b707ec1a223089
2017-05-31 14:15:18 +01:00
Joel Maher
b44356bc28
Bug 1368364 - backout bug 1242505 as it causes browser/modules/ intermittent failures. r=paolo
2017-06-03 10:34:14 +02:00
Mike de Boer
86a57ab6f4
Bug 1354105 - Add zoom controls - zoom in, zoom reset, zoom out and fullscreen - buttons to the Photon app menu. r=Gijs
...
MozReview-Commit-ID: 8cJg4vbdYgL
--HG--
extra : rebase_source : e3276709b64aa71d884c391be4f4fa75607676f1
2017-06-01 19:36:04 +02:00
tiago
7d3f078161
Bug 1364337 - Remove a deprecated RemovePages call from WindowsJumpLists.jsm. r=mak
...
MozReview-Commit-ID: ElQaYVRDpLj
--HG--
extra : rebase_source : 0423dac91ac977cfa7b7cb927798b3797b29d307
2017-06-07 04:21:18 -03:00
Carsten "Tomcat" Book
bd7620cf36
Merge mozilla-central to mozilla-inbound
2017-06-13 12:11:42 +02:00
Florian Quèze
70bba4163d
Bug 1371860 - The 'Search' placeholder should appear immediately on about:home and about:newtab, r=nhnt11.
2017-06-13 08:39:39 +02:00
gasolin
40422612bd
Bug 1361286 - add in-page messages support for Automigration module; r=Gijs
...
MozReview-Commit-ID: I4xK2PkuHp3
--HG--
extra : rebase_source : 4e307d616ebe237c225ea131f9993c4df34d13ac
2017-05-24 16:56:00 +08:00
Mike Taylor
f4d49f16ca
Bug 1341438. Part 1 - Enable Report Site Issue for DevEdition + Nightly. r=Gijs
...
MozReview-Commit-ID: 7yH39YDmL6V
--HG--
extra : rebase_source : 6ccd82d23d434bde0eba095fbb4ce59d8abe2e3a
2017-04-04 17:40:50 -05:00
Paolo Amadini
0369d7414c
Bug 1242505 - Part 1 - Handle more rejections in code exercised by browser-chrome tests. r=Mossop
...
MozReview-Commit-ID: JTMgC2XwzX2
--HG--
extra : rebase_source : 279cabcd658b3877a8501df382804ae5fa7aa1fc
extra : source : b59573695517b2a464f22e00bd3792c50dcf371a
2017-05-25 15:00:22 +01:00
Sebastian Hengst
877985ac99
Backed out changeset b59573695517 (bug 1242505)
2017-05-28 11:31:22 +02:00