Commit Graph

618959 Commits

Author SHA1 Message Date
Rob Wood
21874f0702 Bug 1496544 - Don't timeout the pageload / fail raptor test when TTFI is not available; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D8590

--HG--
extra : moz-landing-system : lando
2018-10-15 17:06:58 +00:00
tb120
fbd68cb587 Bug 1424708 - trigger a shortcut even when the number pad is used for the key r=mstriemer,mixedpuppy
Prior to this patch, if a user attempted to use a keyboard shortcut that used a numeric key, the action would not be triggered if they used the numeric key from the number pad. This patch triggers the shortcut regardless of the source.

Differential Revision: https://phabricator.services.mozilla.com/D8535

--HG--
extra : moz-landing-system : lando
2018-10-15 16:43:41 +00:00
Dana Keeler
b2486273b8 bug 1391207 - error pages are always not secure r=Gijs
Before this patch, if a TLS handshake completed but the server then closed the
connection without reading or writing, Firefox would display a connection reset
error page with a secure lock icon. This is misleading and confusing, so in this
patch, nsSecureBrowserUIImpl::OnLocationChange checks if an error page is being
loaded and sets the state to not secure.

Differential Revision: https://phabricator.services.mozilla.com/D8472

--HG--
extra : moz-landing-system : lando
2018-10-15 19:34:14 +00:00
Dave Hunt
749eeb4b79 Bug 1490253 - Update documentation on vendoring Python packages based on switch to pip-tools; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D8205

--HG--
extra : moz-landing-system : lando
2018-10-15 13:36:30 +00:00
Robert Helmer
d158b6c2a8 Bug 1497365 - send Prio-encoded data for subsessions r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D8300

--HG--
extra : moz-landing-system : lando
2018-10-15 16:52:49 +00:00
Ciure Andrei
14f664ea99 Backed out changeset 25bff27f9944 (bug 1496281) requested for causing bug1498953 CLOSED TREE 2018-10-15 21:47:32 +03:00
Thomas Wisniewski
a31bb4e851 Bug 1498808 - set pinned=false on the page action for the webcompat reporter system addon; r=mixedpuppy
set pinned=false on the page action for the webcompat reporter system addon

Differential Revision: https://phabricator.services.mozilla.com/D8663

--HG--
extra : moz-landing-system : lando
2018-10-15 16:44:41 +00:00
Rob Wood
8bee4877e5 Bug 1496226 - Be sure raptor's capturing of first-contentful-paint in google chrome is the correct entry; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D8731

--HG--
extra : moz-landing-system : lando
2018-10-15 15:43:13 +00:00
Tom Ritter
920b939ae2 Bug 1498716 Remove mingw-gcc browser build jobs. r=dmajor
--HG--
extra : amend_source : ec54cd50fe5dff9c84a6036df1e136354944e22a
2018-10-12 16:27:42 -05:00
Tooru Fujisawa
3a981730ce Bug 1498464 - Part 2: Fix BytecodeEmitter parameter type and name. r=jorendorff 2018-10-16 15:01:15 +09:00
Tooru Fujisawa
830f30f6a7 Bug 1498464 - Part 1: Fix comment for CallOrNewEmitter. r=jorendorff 2018-10-16 15:01:15 +09:00
Tooru Fujisawa
87a8dd1a9d Bug 1493870 - Remove ParseNode::name. r=jorendorff 2018-10-16 15:01:15 +09:00
Andrea Marchesini
6eb130211c Bug 1497486 - Enable FeaturePolicy in nightly, r=ckerschb 2018-10-16 07:58:00 +02:00
Andreas Farre
c9272ef398 Bug 1437064 - Remove tracking timeouts list from TimeoutManager. r=chutten,Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D7878

--HG--
extra : moz-landing-system : lando
2018-10-12 18:01:19 +00:00
Csoregi Natalia
50a1f611cf Merge mozilla-central to autoland. CLOSED TREE 2018-10-15 07:55:05 +03:00
Csoregi Natalia
adeba320b0 Merge inbound to mozilla-central. a=merge 2018-10-15 07:53:34 +03:00
Gabriel Luong
d3d023f557 Bug 1497905 - Avoid destroying the markup iframe on navigation. r=pbro 2018-10-14 22:26:05 -04: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
Cameron McCormack
b43c0e36fb Bug 1498755 - Followup build fix. r=birtles 2018-10-14 21:24:00 +03: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