Alex Gaynor
567f1c90d0
Bug 1384941 - removed access to mach services which are used for cameras in the content process; r=haik
...
MozReview-Commit-ID: Ir6KgLM34bu
--HG--
extra : rebase_source : badd0b62f20b870f7da82fcbefb09f7545e02801
2017-07-25 11:51:03 -04:00
Jared Wein
22e9f773cb
Bug 1379620 - Disable stop-reload animation while a tab is opening or closing. r=dao
...
MozReview-Commit-ID: 4rwBQaH7jTR
--HG--
extra : rebase_source : e4554e675d3a8df8ed90c3fff639cd44c9857cb5
extra : intermediate-source : 4b9c3835d19ef7b8d2d3483a3e76b5fe78cb5787
extra : source : f001da39af0528b649ad577e17f67523a5ff88ac
2017-07-26 11:34:22 -04:00
Dan Banner
2514f6e1e4
Bug 1386666 - Remove try..catch(ex if ex) statements from toolkit/components/osfile/ so that ESLint can parse the files. r=mossop
...
MozReview-Commit-ID: 786dBxzN3Uc
--HG--
extra : rebase_source : bfb2c488d598f528bdbe0383051322c964fb1497
2017-07-31 16:34:04 +01:00
Bob Silverberg
bcadbae76c
Bug 1352711 - Add a notifications.onShown event and use it to fix an intermittent in test_ext_notifications.html, r=mixedpuppy
...
MozReview-Commit-ID: GC9poUR4jnu
--HG--
extra : rebase_source : 2257be639d47e92eeb97a2b400ec1aaef68bfe5b
2017-08-02 04:44:10 -04:00
Haik Aftandilian
34c815ff04
Bug 1384209 - [Mac] Remove com.apple.coreservices.appleevents from the content process sandbox. r=Alex_Gaynor
...
MozReview-Commit-ID: 37zX5WZiF4P
--HG--
extra : rebase_source : 53bd0bb8cb8353a7ec513066581a6abfe2d99172
2017-07-24 15:53:18 -07:00
Chun-Min Chang
59e4ef323b
Bug 1361336 - part6: Apply AudioNotificationSender/Receiver in ContentParent/Child; r=cpearce
...
--HG--
extra : rebase_source : ad349d20a5b300e47ca3773f102946cbfc43c516
2017-07-25 12:34:14 +08:00
Chun-Min Chang
030729930f
Bug 1361336 - part5: Register the AudioStream into AudioNotificationReceiver when it's created; r=cpearce
...
--HG--
extra : rebase_source : bec94f3f8a710b8b8d21912f0feb5a752e92c7de
2017-07-26 14:50:48 +08:00
Chun-Min Chang
fcac71b722
Bug 1361336 - part4: Create AudioNotificationSender/Receiver to pass the device-changed notification; r=cpearce
...
--HG--
extra : rebase_source : 698c735d3fe7fc6b47b47416a205dc51e77c9358
2017-07-26 17:00:44 +08:00
Chun-Min Chang
19b08c8caa
Bug 1361336 - part3: Pass audio default device-changed message via PContent; r=cpearce
...
MozReview-Commit-ID: FzdeD2kuSJA
--HG--
extra : rebase_source : 97c3dec16f7bbc95672f9cdb7e9deb2b0d139e8a
2017-07-18 10:42:59 +08:00
Chun-Min Chang
7d076c3ac2
Bug 1361336 - part2: Prevent AudioStream::ResetDefaultDevice() from being called before stream is started; r=cpearce,kinetik
...
--HG--
extra : rebase_source : 95030be6e9ce493b6d42e837f9a7e652907836a8
2017-07-21 17:45:45 +08:00
Chun-Min Chang
bfe0bce52c
Bug 1361336 - part1: A new API for AudioStream that it can reset stream to the default device; r=kinetik
...
MozReview-Commit-ID: ErUYXK9fUvE
--HG--
extra : rebase_source : ced74fba605b6892674a58611d7eb33616c81ce6
2017-07-12 14:51:07 +08:00
Botond Ballo
ae01f40e30
Bug 1386742 - Fix a transcription error in the APZ autoscroll calculation. r=kats
...
MozReview-Commit-ID: DNVBRR6wucU
--HG--
extra : rebase_source : 45097a948b6a26cf1dbc1ed53741cd180d22b34a
2017-08-02 13:51:30 -04:00
Andrew McCreight
2cc510d9c2
Bug 1364566 - Enable lazy parsing for NonSyntactic scopes. r=shu+381259
...
MozReview-Commit-ID: 2mu1n2POlC7
--HG--
extra : rebase_source : 640c4ac4d110a4056e01bc7f653c21a1fba17074
2017-06-07 13:05:14 -07:00
Sam Foster
6130972950
Bug 1376519 - Photon download notifications. r=Paolo
...
* Filmstrip style svg animation for start download notification, vertically centered to allow for variable-height toolbar buttons
* Simultaneous identifer "dip" animation on the icon for download start
* Identifier icon bounce animation for download finish (no notification animation in the #downloads-animation-container)
* Always measure the anchor element as toolbarheight may change in a session (e.g. switching to compact mode)
* Conditionally include the start/finish pngs for non-Photon builds
* Have #downloads-notification-anchor hidden by default, and show it before measuring for placement. This avoids the interference with scrolling/APZ when the notifier element is tall enough to overlap the tabbrowser element
MozReview-Commit-ID: LJF6iV9HiJi
--HG--
extra : rebase_source : 80238cf0240c32943667ee4c141c756813b2728e
2017-07-31 09:36:27 -07:00
Dustin J. Mitchell
bcdaa37e44
Bug 1382729: add support for run-on-projects with -j; r=gps
...
MozReview-Commit-ID: GB5E5RhEcu
--HG--
extra : rebase_source : 971485eb4afbdfc3399152a8ffa5e990635eaba5
2017-08-02 17:11:59 +00:00
Dustin J. Mitchell
5a0dbc530f
Bug 1382729: Upload documentation to S3 automatically; r=gps
...
This uses credentials stored in the Taskcluster secret service. The task should
only run on mozilla-central to avoid confusion between branches.
MozReview-Commit-ID: 31XfTg0sCht
--HG--
extra : rebase_source : c3ef4ec15ecd4fa0ec0b5af7aacddfa8d6dd90e0
extra : source : 19f92c04608cec275dab73e8acad5141de8a5c44
2017-07-28 18:32:04 +00:00
Ed Lee
292ee86a53
Bug 1386737
- Fix broken top sites with pinned links lacking title for Activity Stream. r=ursula
...
MozReview-Commit-ID: LnPcqyPelTI
--HG--
extra : rebase_source : bb36ee9fe2bee0fa995c3ed17f3f8a87cf44372b
2017-08-02 10:21:39 -07:00
Sebastian Hengst
1205602c76
Backed out changeset 4f1a531978f4 (bug 1379620) for failing browser_aboutStopReload.js. r=backout
2017-08-02 19:23:54 +02:00
Sebastian Hengst
15fc93e3c9
Backed out changeset 714713b0c49e (bug 1384180) because related bug 1379620 gets backed out. r=backout
2017-08-02 19:22:57 +02:00
Botond Ballo
a69196a7bc
Bug 1385468 - Notify browser.xml when APZ cancels an AutoscrollAnimation. r=kats
...
The notification is sent via GeckoContentController, PAPZCTreeManager if
necessary (to go from the GPU process to the parent process), and the
observer service.
Naturally, the notification is not sent in the case where it's browser.xml
that initiates the shutdown.
MozReview-Commit-ID: IAaSf4HiDF4
--HG--
extra : rebase_source : 80855ac7d3ae44c393dde96650b330cc737f69d6
2017-07-31 19:15:26 -04:00
J. Ryan Stinnett
b8abb5f32d
Bug 1384724 - Use matching virtualization for Stylo tests. r=catlee
...
We need to use the same virtualization setting as the regular tests that these
Stylo tests were copied from to ensure we get the right machine type for
Windows runs.
MozReview-Commit-ID: GUetZ2IheZY
--HG--
extra : rebase_source : 48d318b340c24b46b759026539929a69ecbec8f2
2017-08-01 12:12:35 -05:00
Jared Hirsch
3c41a35e8d
Bug 1386457 - Export Screenshots 10.10.0 to Firefox r=mossop
...
MozReview-Commit-ID: EHo04J8Y2Wu
--HG--
extra : rebase_source : 89513d2ecde08b373c5972318e8aebebd89c9d88
2017-08-01 16:41:03 -07:00
Jared Wein
9093b7fdf7
Bug 1384180 - Don't animate the stop->reload if the page loads within 150ms (too distracting). r=dao
...
MozReview-Commit-ID: 9KvMCRZo5LZ
--HG--
extra : rebase_source : 7f3d3f23d67ec259bf8d3ab16de9c1e1a5f21ea4
2017-07-26 07:08:00 -04: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
4843c0f278
Backed out changeset c9594a10a88a (bug 1349555) for failing browser_windowopen_reflows.js. r=backout
2017-08-02 18:26:37 +02:00
Drew Willcoxon
7a295f2a10
Bug 1386474 - Pocket shouldn't assume that Photon page actions are enabled. r=mixedpuppy
...
MozReview-Commit-ID: H4sYvICRqx4
--HG--
extra : rebase_source : af35a035fbd4135a5ea874c3c3ce3c56cb33814f
2017-08-01 19:10:34 -07:00
Jared Wein
aa3b6bfbc5
Bug 1386406 - Update animation-duration of the Photon animations to match 60fps timing. r=sfoster
...
MozReview-Commit-ID: IgRr5LN4Xcl
--HG--
extra : rebase_source : 05e8acbc9b39ea74c7081c89069f5b18b64f45e4
2017-08-01 16:47:23 -04:00
Jared Wein
996f0f2ad8
Bug 1379620 - Disable stop-reload animation while a tab is opening or closing. r=dao
...
MozReview-Commit-ID: 4rwBQaH7jTR
--HG--
extra : rebase_source : 3a1b34d7a6d43aa244fba9ffbadf38d7c2680f07
extra : intermediate-source : 4b9c3835d19ef7b8d2d3483a3e76b5fe78cb5787
extra : source : f001da39af0528b649ad577e17f67523a5ff88ac
2017-07-26 11:34:22 -04:00
Sebastian Hengst
82e3b22f18
Backed out changeset f85fbccf2c1f (bug 1380709) for failing devtools' browser_dynamic_tool_enabling.js on Windows 8 x64 debug with e10s. r=backout
2017-08-02 18:06:31 +02:00
Sebastian Hengst
97fa6ef57e
Backed out changeset 306169f86028 (bug 1380709)
2017-08-02 18:05:21 +02:00
Sebastian Hengst
3f796be69d
Backed out changeset 44cfd92f709c (bug 1380709)
2017-08-02 18:05:20 +02:00
Mark Banner
9d84ddc298
Bug 1386658 - Update follow-on search add-on to 0.9.2 - additional domains and logging fix. r=past
...
--HG--
extra : rebase_source : 0bef7ef9d4ead07db82eec081b3ca37ef7fb704f
2017-08-02 15:42:48 +01:00
J. Ryan Stinnett
f9a182567a
Bug 1386416 - Move all reftest vars above sandbox dump. r=kats
...
MozReview-Commit-ID: HDIr0FTbDNK
--HG--
extra : rebase_source : 7d43cb71154299b2cbdf42962a01c3e9cb6ca9e5
2017-08-01 16:16:17 -05:00
Daniel Holbert
1607723a71
Bug 1384561: Null-check pointer before deleting it (rather than after), in SVG ClearPreserveAspectRatioProperty() function. r=jwatt
...
In practice, this shouldn't make a difference -- but C++ allows compilers to
make pointer-usage-after-delete trigger a runtime fault.
MozReview-Commit-ID: J1tZ3TxXR80
--HG--
extra : rebase_source : 046407c3c034b85a5b5d41e4c1a87e4a79c6833e
2017-07-26 18:03:43 -07:00
Sebastian Hengst
e087fbd0e2
Backed out changeset 1e6aea26ec16 (bug 1363485) for failing browser_urlbar_search_reflows.js on OSX debug with e10s and Windows. r=backout
2017-08-02 16:26:03 +02:00
Sebastian Hengst
a01cc8cc44
Backed out changeset 69063acda8eb (bug 1363485)
2017-08-02 16:25:05 +02: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
Sebastian Hengst
ba9265a59e
Backed out changeset 469a6a99593a (bug 1386221) for failing browser_ext_devtools_inspectedWindow_eval_bindings.js. r=backout
2017-08-02 16:07:44 +02:00
Dão Gottwald
e1b916e06e
Bug 1349555 - Implement most of the photon tab strip. r=johannh
...
MozReview-Commit-ID: GmWBIdjNMkC
--HG--
extra : rebase_source : f8e7a73b751e59ead4ed67c3fc2aaccd5f939798
2017-08-02 15:06:10 +02:00
Marco Bonardo
850d83289e
Bug 1386540 - Remove deprecated and unused methods from PlacesUtils. r=standard8
...
MozReview-Commit-ID: 2am7bx3pGRc
--HG--
extra : rebase_source : f25f32817e045f7c5ec1bc8882db848f49a6674f
2017-08-02 14:24:16 +02:00
Valentin Gosu
195f9f0987
Bug 1383831 - Upgrade rust-url to version 1.5.1 r=froydnj
...
MozReview-Commit-ID: L3j6K5dDWHi
--HG--
extra : rebase_source : 65b34e84139927f1c28dc38cf2a00a0c2902b975
2017-08-02 13:44:48 +03: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
Dão Gottwald
78551bb89f
Bug 1386576 - Use list-style-image rather than the image attribute for items in the back/forward menu so that CSS can override this to display back/forward icons. r=mak
...
MozReview-Commit-ID: LvnpJlGlOqk
--HG--
extra : rebase_source : f704978f2bba7cba24bbbead6dde59d040b6dfce
2017-08-02 14:46:08 +02:00
Julian Descottes
fa46e23606
Bug 1386412 - fix race conditions in browser_service_workers_multi_content_process.js;r=ochameau
...
MozReview-Commit-ID: JnvTkmDrbDo
--HG--
extra : rebase_source : 1f310ec7b7556451b65b973e1d6ae2368bb3aa43
2017-08-02 08:35:10 +02:00
Sebastian Hengst
00ba0f7707
Backed out changeset 696ea3253bc5 (bug 1386576) for one closing parenthesis too many in browser.js. r=backout on a CLOSED TREE
2017-08-02 14:35:15 +02:00
Sebastian Hengst
5a83ae2c41
Backed out changeset b0ff9d96586a (bug 1386575) on request from dao. r=backout
2017-08-02 14:14:47 +02:00
Dão Gottwald
2019eb6969
Bug 1386576 - Use list-style-image rather than the image attribute for items in the back/forward menu so that CSS can override this to display back/forward icons. r=mak
...
MozReview-Commit-ID: 5Q0GpI0QiiM
--HG--
extra : rebase_source : 918958ffc8e29d3ad69c48214098baef9badfed5
2017-08-02 12:34:08 +02:00
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