Cameron McCormack
ab29a5a596
Bug 1498755 - Part 2c: Allow ServoBindings.h and GeckoBindings.h to be used separately r=emilio
...
Depends on D8643
Differential Revision: https://phabricator.services.mozilla.com/D8644
--HG--
extra : moz-landing-system : lando
2018-10-14 00:05:48 +00:00
Cameron McCormack
b81df37289
Bug 1498755 - Part 2b: Rename ServoBindingList.h to ServoBindings.h r=emilio
...
Depends on D8642
Differential Revision: https://phabricator.services.mozilla.com/D8643
--HG--
rename : layout/style/ServoBindingList.h => layout/style/ServoBindings.h
extra : moz-landing-system : lando
2018-10-14 00:05:41 +00:00
Cameron McCormack
87966dcfc5
Bug 1498755 - Part 2a: Rename ServoBindings.{h,cpp} to GeckoBindings.{h,cpp} r=emilio
...
Depends on D8641
Differential Revision: https://phabricator.services.mozilla.com/D8642
--HG--
rename : layout/style/ServoBindings.cpp => layout/style/GeckoBindings.cpp
rename : layout/style/ServoBindings.h => layout/style/GeckoBindings.h
extra : moz-landing-system : lando
2018-10-14 00:05:38 +00:00
Cameron McCormack
e5328cae25
Bug 1498755 - Part 1: Turn ServoBindingList.h macros into regular function declarations r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D8641
--HG--
extra : moz-landing-system : lando
2018-10-14 00:05:36 +00:00
Jean-Yves Avenard
8ef35e13b5
Bug 1498788 - Adjust width and height so they are never bigger than source or destination. r=mattwoodrow
...
Why we would need this is unclear however. the destination texture should always be smaller than what comes out of the decoder.
Differential Revision: https://phabricator.services.mozilla.com/D8672
--HG--
extra : moz-landing-system : lando
2018-10-14 19:01:01 +00:00
Gurzau Raul
91701fdad3
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-10-15 01:20:42 +03:00
Gurzau Raul
21b5725e3c
Merge inbound to mozilla-central. a=merge
2018-10-15 01:18:18 +03:00
Gurzau Raul
f64fd67d89
Merge autoland to mozilla-central. a=merge
2018-10-15 01:17:04 +03:00
Gurzau Raul
fd63f0c02c
Backed out 2 changesets (bug 1498379, bug 1498381) for permafailing at /test/tabs/browser_multiselect_tabs_drag_to_bookmarks_toolbar.js a=backout
...
Backed out changeset 0178681fab81 (bug 1498379)
Backed out changeset 962c7631d98c (bug 1498381)
2018-10-15 01:14:40 +03:00
Emilio Cobos Álvarez
5a86920f63
Bug 1498632 - Remove some other useless declarations in datetimebox.css. r=Gijs
...
* Remove unused xul namespace declaration.
* color and font are inherited, so no need to declare anything.
* Setting -moz-appearance: none on a div element is useless.
Differential Revision: https://phabricator.services.mozilla.com/D8656
--HG--
extra : moz-landing-system : lando
2018-10-14 19:54:28 +00:00
Emilio Cobos Álvarez
d03714e54f
Bug 1498632 - Remove cursor overrides from datetimebox.css r=Gijs
...
Instead set the cursor from the UA sheet, and allow authors to override it. This
matches what other UAs do.
Differential Revision: https://phabricator.services.mozilla.com/D8640
--HG--
extra : moz-landing-system : lando
2018-10-14 19:55:22 +00:00
Miko Mynttinen
7363138acc
Bug 1482403 - Always create nsDisplayOpacity for filters and masks when there is visual opacity r=jwatt
...
Differential Revision: https://phabricator.services.mozilla.com/D7183
--HG--
extra : moz-landing-system : lando
2018-10-14 19:27:15 +00:00
Patrick Brosset
25bfd6366a
Bug 1498487 - Flex item outline design changes; r=gl
...
- Made the border for the final size thicker
- Made the delta area more transparent
- Removed the arrow-head pattern for the delta area
- Added a thin horizontal arrow instead
- Removed the background circle around the lock icon
- Added a non-blurry shadow area around it instead
The mockup also called for adding a new label for "grow".
I did not implement this yet, because this will require more
work that can be done in a separate bug. We also need to
decide what happens if there isn't enough room to display
it.
Differential Revision: https://phabricator.services.mozilla.com/D8520
--HG--
extra : moz-landing-system : lando
2018-10-14 19:24:38 +00:00
Mark Striemer
058859efb5
Bug 1488730 - Add label to search and move utilities menu in about:addons r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8104
--HG--
extra : moz-landing-system : lando
2018-10-14 19:24:31 +00:00
Mark Striemer
eb7a55f9e2
Bug 1488727 - Add a heading to about:addons sections r=aswan
...
Differential Revision: https://phabricator.services.mozilla.com/D8103
--HG--
extra : moz-landing-system : lando
2018-10-14 19:20:22 +00:00
Mark Striemer
b460c32c0d
Bug 1490366 - Part 3: Select the first item in richlistbox on focus r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D8282
--HG--
extra : moz-landing-system : lando
2018-10-14 19:20:16 +00:00
Mark Striemer
92458357b3
Bug 1490366 - Part 2: Convert about:addons to card UI r=aswan,jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8102
--HG--
extra : moz-landing-system : lando
2018-10-14 19:22:59 +00:00
Mark Striemer
bfceed545a
Bug 1490366 - Part 1: Move card styles to common from about:debugging r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D8101
--HG--
extra : moz-landing-system : lando
2018-10-14 19:20:02 +00:00
shindli
27d0f9d0d2
Backed out 5 changesets (bug 1488730, bug 1490366, bug 1488727) for bc failures in | toolkit/mozapps/extensions/test/browser/browser_details.js and browser/components/enterprisepolicies/tests/browser/browser_policy_disable_flash_plugin.js CLOSED TREE
...
Backed out changeset 9cd889824b1c (bug 1488730)
Backed out changeset 4d076c865471 (bug 1488727)
Backed out changeset 0b8bcd97f254 (bug 1490366)
Backed out changeset 448672780572 (bug 1490366)
Backed out changeset 7e0abd16a50b (bug 1490366)
2018-10-14 19:23:09 +03:00
Mats Palmgren
6ec2ba049c
Bug 1494745 part 6 - Make ns[Auto]TObserverArray methods that insert/append an Item return void since they're infallible. r=bz
2018-10-14 18:12:23 +02:00
Mats Palmgren
faeddacfac
Bug 1494745 part 5 - Don't check the result from ns[Auto]TObserverArray insertions since they're infallible. r=bz
2018-10-14 18:12:23 +02:00
Mats Palmgren
e608cdac05
Bug 1494745 part 4 - Make Loader::AddObserver void since it's infallible. r=bz
...
mObservers is a nsTObserverArray which is infallible, so no need to
check the return value from AppendElementUnlessExists
(which a later patch in this series will remove).
2018-10-14 18:12:23 +02:00
Mats Palmgren
f29a7e848d
Bug 1494745 part 3 - Make nsRefreshDriver::AddTimerAdjustmentObserver void since it's infallible. r=bz
...
mTimerAdjustmentObservers is a nsTObserverArray which is infallible,
so no need to check the return value from AppendElement
(which a later patch in this series will remove).
2018-10-14 18:12:23 +02:00
Mats Palmgren
83361ab4ba
Bug 1494745 part 2 - Make nsRefreshDriver::AddRefreshObserver void since it's infallible. r=bz
...
nsRefreshDriver::ObserverArray is a nsTObserverArray which is
infallible, so no need to check the return value from AppendElement
(which a later patch in this series will remove).
2018-10-14 18:12:22 +02:00
Mats Palmgren
389e62abed
Bug 1494745 part 1 - Don't check the result from ns[Auto]TObserverArray::AppendElement since it's infallible. r=bz
...
mChildList and mListenerInfoList are ns[Auto]TObserverArray which are
infallible, so no need to check the return value from AppendElement
(which a later patch in this series will remove).
2018-10-14 18:12:22 +02:00
Mark Striemer
747e547262
Bug 1488730 - Add label to search and move utilities menu in about:addons r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8104
--HG--
extra : moz-landing-system : lando
2018-10-14 15:14:13 +00:00
Mark Striemer
13c8be24dd
Bug 1488727 - Add a heading to about:addons sections r=aswan
...
Differential Revision: https://phabricator.services.mozilla.com/D8103
--HG--
extra : moz-landing-system : lando
2018-10-14 15:14:06 +00:00
Narcis Beleuzu
a2990eb898
Backed out 7 changesets (bug 1431441) as per haik`s request.
...
Backed out changeset 1dfdc7ba998d (bug 1431441)
Backed out changeset fb1a4ddbf9bf (bug 1431441)
Backed out changeset b59b1651fc15 (bug 1431441)
Backed out changeset 1e2bb579b824 (bug 1431441)
Backed out changeset 2a635530dfa3 (bug 1431441)
Backed out changeset 262da0be2fed (bug 1431441)
Backed out changeset b9cfda58fed3 (bug 1431441)
--HG--
extra : rebase_source : 7baf60c49683b419c0603979b0dff3befb2fbaf0
2018-10-14 18:20:01 +03:00
Mark Striemer
aaf946de3d
Bug 1490366 - Part 3: Select the first item in richlistbox on focus r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D8282
--HG--
extra : moz-landing-system : lando
2018-10-14 15:13:52 +00:00
Mark Striemer
8af21b79fd
Bug 1490366 - Part 2: Convert about:addons to card UI r=aswan,jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8102
--HG--
extra : moz-landing-system : lando
2018-10-14 15:13:53 +00:00
Mark Striemer
c18b17b3d3
Bug 1490366 - Part 1: Move card styles to common from about:debugging r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D8101
--HG--
extra : moz-landing-system : lando
2018-10-14 15:13:31 +00:00
Brindusan Cristian
3a54520d8d
Merge inbound to mozilla-central. a=merge
2018-10-14 12:25:38 +03:00
Narcis Beleuzu
b358b88e35
Backed out changeset 31313cac4517 (bug 1485105) for causing Bug1498071. a=backout
2018-10-14 12:01:37 +03:00
Timothy Nikkel
1f15ab4d53
Bug 1256603. Change MultipartImage to use RequestDecode instead of GetFrame to avoid marking the frame as used. r=aosmond
2018-10-14 00:38:42 -05:00
Noemi Erli
fd8d0fd1fd
Merge inbound to mozilla-central. a=merge
2018-10-14 01:29:55 +03:00
Tiberius Oros
3676bb6801
Disable bug 1366957 on linux for frequent failures
2018-10-13 04:27:00 +03:00
Luke Wagner
28fdba8988
Bug 1495609 - Baldr: let non-trapping float-to-int conversions ride the trains (r=sunfish,lth)
2018-10-13 13:18:12 -05:00
Mark Striemer
3a838106fe
Bug 1488732 - Add support link to about:addons sidebar r=aswan
...
Differential Revision: https://phabricator.services.mozilla.com/D8100
--HG--
extra : moz-landing-system : lando
2018-10-12 23:32:02 +00:00
Mark Striemer
426e2e47f1
Bug 1483335 - Link between preferences and add-on manager r=flod,jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8099
--HG--
extra : moz-landing-system : lando
2018-10-13 04:59:59 +00:00
Ciure Andrei
26b40a4469
Merge inbound to mozilla-central. a=merge
2018-10-13 12:36:04 +03:00
Timothy Nikkel
b28d14515a
Bug 1256603. Fix comment in ImageLoader. r=aosmond
2018-10-13 00:31:03 -05:00
Timothy Nikkel
18f6f5c418
Bug 1256603. Fix comment for imgIContainer::RequestDecodeForSize to match reality. r=aosmond
2018-10-13 00:31:03 -05:00
Timothy Nikkel
6a62719550
Bug 1256603. Make aMarkUsed parameters required everywhere. r=aosmond
2018-10-13 00:31:03 -05:00
Timothy Nikkel
df61b9e8ff
Bug 1256603. Only mark images as used in the surface cache if we actually use them. r=aosmond
...
We were marking them used even if only a decode was requested.
This can cause us to hold extra decoded copies of the image around because we have a tendency to request decode at the intrinsic size.
2018-10-13 00:31:02 -05:00
Jeff Gilbert
da38782e5c
No bug - Fix compiler warnings on Windows.
2018-10-12 21:44:11 -07:00
Jeff Gilbert
ad715ffdbd
No bug - Replace tabs with spaces, strip EOL whitespace.
2018-10-12 21:44:09 -07:00
Stephen A Pohl
365861ebc3
Bug 1498433: Ensure that crash reporter is in the foreground and focused on macOS. r=mstange
2018-10-12 22:46:40 -04:00
Cosmin Sabou
ebf0206758
Backed out changeset f7c32e7abf72 (bug 1498458) for causing SM build bustages on oom-allocating-arraybuffer-contents.
2018-10-13 04:51:18 +03:00
Karl Tomlinson
fb511e7d71
Bug 1497751 update driver state before handing control to another thread r=achronop
...
Differential Revision: https://phabricator.services.mozilla.com/D8180
--HG--
extra : rebase_source : 28d6f37a225f5ca9a4f7edb2323497b59dd806a7
extra : amend_source : 2e1d83177eba552a95b651f13bc452cb39f5f97e
2018-10-13 12:45:18 +13:00
Daisuke Akatsuka
4fb0e9fd75
Bug 1494847 - Part 4: Remove backward compatibility codes before version 62. r=pbro
...
Depends on D7687
Differential Revision: https://phabricator.services.mozilla.com/D8512
--HG--
extra : moz-landing-system : lando
2018-10-12 13:33:54 +00:00