Geoff Brown
f7f3343535
Bug 1237838 - Update Android x86 avd; r=me
2016-01-14 15:16:37 -07:00
Geoff Brown
aa92792c64
Bug 1214980 - Update testDistribution to retry on NoSuchElementException; r=margaret
2016-01-14 15:16:36 -07:00
Mats Palmgren
9e46c1065d
Bug 1238294 part 3 - [css-grid] Add/tweak reftests for new behavior of gaps at the grid edges.
2016-01-14 23:11:44 +01:00
Mats Palmgren
d3b7eef2a0
Bug 1238294 part 2 - [css-grid] Treat any gaps at the grid edges as "line thickness" so they behave the same as gaps between tracks for positioning areas. r=dholbert
2016-01-14 23:11:44 +01:00
Mats Palmgren
eef633de78
Bug 1238294 part 1 - [css-grid] Make GridLineEdge() a method on the Tracks class rather than a static function (idempotent change). r=dholbert
2016-01-14 23:11:44 +01:00
Mats Palmgren
3f054f833d
Bug 1239516 - Use nsDependentCSubstring for wrapping a slice of a char buffer. r=karlt
2016-01-14 23:11:44 +01:00
Mats Palmgren
c01de09521
Bug 1239496 - Load the UA sheet lazily so we can invalidate it for pref changes. Make it depend on the "layout.css.grid.enabled" pref. r=heycam
2016-01-14 23:11:44 +01:00
Mats Palmgren
fb34af54be
Bug 1239036 - [css-grid] Tests.
2016-01-14 23:11:44 +01:00
Mats Palmgren
0ca3bec964
Bug 1239036 - [css-grid] Deal with implicit tracks when computing grid-template-{columns,rows}. r=dholbert
2016-01-14 23:11:44 +01:00
Henrik Skupin
cde0a98d04
Bug 1230150 - Ensure that mozharness always copies logs to the upload/logs folder. r=jlund
2016-01-14 23:05:51 +01:00
Ehsan Akhgari
a35b970c9e
Bug 1239788 - Don't include non-main-thread assertions in the constructor enabled check for [Exposed=System] WebIDL interfaces; r=bzbarsky
2016-01-14 16:55:50 -05:00
Ehsan Akhgari
f582a421df
Bug 1239311 - Enable fetch-request-redirect.https.html on e10s; r=jdm
...
This should have been done in bug 1219469.
2016-01-14 16:55:50 -05:00
Christoph Kerschbaumer
fecee7be59
Bug 1224694 - Unify and clean up initialization of CSP (r=sicking)
2016-01-14 13:21:31 -08:00
Christoph Kerschbaumer
071f422450
Bug 1233098 - Refactor CSP upgrade insecure requests flag within loadInfo (r=sicking)
2016-01-14 12:38:15 -08:00
Christoph Kerschbaumer
238b5ed942
Bug 1208946 - Update tests for URI stripping in CSP reports (r=dveditz)
2016-01-14 12:37:15 -08:00
Christoph Kerschbaumer
3d4a5ddffa
Bug 1208946 - Strip URIs in CSP reports (r=dveditz)
2016-01-14 12:36:50 -08:00
Andrew Halberstadt
8ad4648745
Bug 1239352 - Install marionette_requirements.txt in desktop_unittest.py, r=jlund
...
--HG--
extra : rebase_source : 5958c42d950e4e1f5fd1ec7c5f2f05653664d7c8
2016-01-13 11:53:14 -05:00
Sebastian Hengst
5ed749fe2b
Backed out changeset a6a59129ac7c (bug 1239288) for GTest failures. r=bustage
2016-01-14 22:31:09 +01:00
Jan de Mooij
a057dc3075
Bug 1237201 part 9 - Fix remaining issues. r=nfroyd
...
--HG--
extra : rebase_source : fcb2bebb2a30c813b577d6f0f753cd04c69db2c3
2016-01-14 22:12:13 +01:00
Jan de Mooij
e713b8b0ac
Bug 1237201 part 8 - Make fallible Vector methods MOZ_WARN_UNUSED_RESULT. r=jwalden
...
--HG--
extra : rebase_source : fdfb0d0f592a968ee9e5852f2cc05f0873a02375
2016-01-14 22:04:36 +01:00
Honza Bambas
6e283f1e37
Bug 913822 - Shutdown I/O time limit for HTTP cache. r=michal
2016-01-13 16:11:00 -05:00
Dragana Damjanovic
198debd13b
Bug 1238910 - Rework shutdown necko. r=mcmanus
2016-01-14 04:42:00 -05:00
Ehsan Akhgari
7e46e49c4a
Bug 1239128 follow-up: Adjust the web-platform-tests expectation
2016-01-14 15:55:12 -05:00
Kim Moir
d9907fdf47
Bug 1215204 - Add bouncer submitter to release promotion graph r=rail
2016-01-14 15:38:20 -05:00
Eitan Isaacson
7f81b68d25
Bug 1239051 - Labels should expose labeled controllers action. r=tbsaunde
2016-01-14 12:37:15 -08:00
Armen Zambrano Gasparnian
f97a0da70f
Bug 1239811. Backout 89032138b92f in order to fix virtualenv creation for developer mode. r=NPOTB
...
--HG--
extra : commitid : 3CT7BxZtjsu
2016-01-14 15:36:41 -05:00
Matt Howell
21590e8b7c
Bug 1234861 - Fix a case where the installer can "clean up" registry keys it didn't create. r=rstrong
2016-01-12 12:38:50 -08:00
Bogdan Postelnicu
83ca10cf0a
Bug 1239251 - Initialize mCommonAncestorWithLastFrame with nullptr in constructor BuildTextRunsScanner. r=roc
2016-01-14 10:49:15 +02:00
Ryan VanderMeulen
a152a34ff2
Bug 1239683 - Replace NS_UNCONSTRAINEDSIZE with NS_MAXSIZE in windows/nsWindow.cpp. r=mats
2016-01-14 14:46:29 -05:00
Ehsan Akhgari
a859788b87
Bug 977464 - Always relink XPT files for all changed XPIDL interfaces without requiring the IID to be revved; r=khuey
...
Since we no longer support binary extensions, revving an interface's IID
is not necessary for binary compatibility. However, we currently skip
relinking XPT files if a change to an interface doesn't update its IID.
This patch fixes that requirement by comparing full interfaces against
each other, so that updating an XPIDL interface without rvving its IID
works well with incremental builds.
This paves the way to remove the requirement on revving interface IIDs
when making a change to an XPIDL interface.
2016-01-14 14:40:29 -05:00
Christoph Kerschbaumer
bf8328e590
Bug 1239085 - Remove Deprecation warning from NewTabUrl.jsm (r=olivier)
2016-01-12 13:17:19 -08:00
Nils Ohlmeier [:drno]
84c3a1de83
Bug 1237299: addedd missing address family to DNS lookup for proxies r=bwc
...
--HG--
extra : rebase_source : 3c699136033854c779e418f22d38cd11b784d2ef
2016-01-11 13:39:11 -08:00
Chris Pearce
f38352231d
Bug 1230857 - Make GMPInstallManager enforce sensible permissions on GMP files at install time. r=spohl
...
This ensures that GMP packages with bad permissions will still be usable. For
example, a GMP without execute/read permissions in its zip won't work without
this.
--HG--
extra : rebase_source : a134fed8ef23090eafd7587df1bea73f328a21e2
2016-01-14 15:16:06 +13:00
Chris Pearce
30838a05fa
Bug 1230857 - Ensure GMPService has sufficient file permissions to delete GMPs. r=gerald
...
Without this, existing installs of the Adobe x64 Windows GMP from the zip file
where the GMP files are read-only will not be able to be installed.
--HG--
extra : rebase_source : 21ac7b0e4c55cc26e17f05563f61bdce65117507
2016-01-14 15:11:04 +13:00
Robert Longson
9b519b16c5
Bug 1239128 - Implement LinkStyle for SVGStyleElement interface. r=cam r=bzbarsky
2016-01-14 18:43:11 +00:00
Felipe Gomes
74fb8f1429
Bug 1239525 - Make sure async plugin initialization is off if e10s is on. r=aklotz
2016-01-14 16:38:53 -02:00
Felipe Gomes
67436d086c
Bug 1239520
- Enabled e10s on all configurations except release. r=billm
2016-01-14 16:37:55 -02:00
Ehsan Akhgari
df420183a8
Bug 1201664 - Avoid using Request's constructor when creating FetchEvent.request; r=bkelly
...
This enables us to avoid a number of checks in Request::Constructor
which don't make sense for exposing FetchEvent.request.
2016-01-14 13:08:36 -05:00
Terrence Cole
3c0b63c8e8
Bug 1239515 - Simplify HashSet's key-overwriting interface; r=sunfish
2016-01-14 09:43:30 -08:00
Terrence Cole
94a91b8195
Bug 1239494 - Use GCHashMap to simplify nsWrapperCache; r=jonco
2016-01-14 09:43:03 -08:00
Ryan VanderMeulen
4d4279e120
Bug 1239683 - Add nsIFrame.h include to windows/nsWindow.cpp to fix --disable-accessibility bustage. r=jfkthame
2016-01-14 11:41:29 -05:00
Ryan VanderMeulen
330ca20363
Merge m-c to inbound. a=merge
2016-01-14 11:29:29 -05:00
Ryan VanderMeulen
974ce4c9cc
Backed out changeset fbb19b60d24a (bug 1219339) for Windows XP crashtest permafail. a=backout
2016-01-14 11:27:40 -05:00
Jan de Mooij
0f06e10e07
Bug 1234845 part 4 - Eval frame refactoring, remove isFunctionFrame. r=luke
2016-01-14 17:02:43 +01:00
Jan de Mooij
af2aede5a5
Bug 1234845 part 3 - Remove some fields and unions from InterpreterFrame. r=luke
2016-01-14 17:02:40 +01:00
Jan de Mooij
acd6d856cb
Bug 1234845 part 2 - Remove some dead code from InterpreterFrame. r=jonco
2016-01-14 17:02:38 +01:00
Axel Hecht
40722e854d
bug 1223385, add back abs_compare_locales_dir, r=bustage, a=tomcat
...
clobber still expects the abs_compare_locales_dir to be around, and we
should remove it when we remove the compare-locales checkout.
--HG--
extra : commitid : 4Q6KNP0mIOq
extra : amend_source : eb0cc349690fcaf915db19dc7aac767eeed8136d
2016-01-14 14:39:46 +01:00
Carsten "Tomcat" Book
2466aecfb9
merge mozilla-inbound to mozilla-central a=merge
2016-01-14 11:50:34 +01:00
Carsten "Tomcat" Book
bc3fd693b0
merge fx-team to mozilla-central a=merge
2016-01-14 11:49:47 +01:00
Nigel Babu
fff7b22a26
Backed out changeset 37f7935f02e1 (bug 1238239) for Android reftest bustage
...
--HG--
extra : commitid : BU9IsgoxPtG
2016-01-14 12:44:29 +05:30