philipp
3971a035c7
Bug 1043775 - Put old versions of GDATA GDKBFltDll64.dll on Dll blocklist. r=marco
2018-02-14 09:51:00 +02:00
Florian Quèze
055aab242e
Bug 1403648 - set the 'focused' attribute on the urlbar by default, and remove it when we are unsure, to avoid flickering of the urlbar-history-dropmarker, r=johannh.
2018-02-14 22:15:05 +01:00
Florian Quèze
708b543532
Bug 1403648 - set urlbar focus and about:home favicon in the DOMContentLoaded handler to reduce window open flicker, r=johannh.
2018-02-14 22:15:05 +01:00
Florian Quèze
ed88da887a
Bug 1403648 - focus the urlbar at first paint without waiting for a promise to resolve in most cases, r=johannh.
2018-02-14 22:15:05 +01:00
Nathan Froyd
a51fed2b98
Bug 1439362 - make nsBase64Encoder slightly less malloc-happy; r=valentin
...
nsBase64Encoder::Finish currently works by calling PL_Base64Encode to
allocate a base64-encoded string, then Assign()'ing that to the result
string, another allocation. mozilla::Base64Encode enables us to base64
encode directly into the result string with a single allocation, saving
an allocation. (Base64Encode is also slightly more efficient, because
we don't have to do a strlen() on the string being Assign()'d.) Let's
use Base64Encode instead.
2018-02-19 10:28:00 -05:00
Csoregi Natalia
7d7b21f5ed
Merge inbound to mozilla-central. a=merge
2018-02-19 11:49:42 +02:00
Makoto Kato
8a6cab48a9
Bug 1431336. r=smaug a=abillings
...
--HG--
extra : rebase_source : 883af4d45ba7c29e1e67d22fc00d4442a3434fcc
2018-02-19 12:14:00 +09:00
Hiroyuki Ikezoe
9721d084da
Bug 1439279 - Drop needless requestAnimationFrame in reftest for web-animation. r=birtles
...
Refrests without specifing reftest-no-flush flush all pending styles so that
we don't need to wait for a requestAnimationFrame to apply the final style
changes.
MozReview-Commit-ID: lAFsFG8CrE
--HG--
extra : rebase_source : 46ba219da0ccbb1bee0d8243b7e2ee5f8d81a13f
2018-02-19 10:57:53 +09:00
Hiroyuki Ikezoe
5342ead8c3
Bug 1439279 - Append animating element after animation gets ready. r=birtles
...
This test is supposed to append *animating* element to the document.
MozReview-Commit-ID: 39kvw6IYRF9
--HG--
extra : rebase_source : 510e99190fb60067b0bf404c37d7250e2d994ff0
2018-02-19 10:57:53 +09:00
Hiroyuki Ikezoe
b08072ea30
Bug 1439279 - Drop needless requestAnimationFrame that waits for applying new transition. r=birtles
...
getComputedStyle() ensures triggering new transitions, so we don't need to wait
for a requestAnimationFrame callback.
MozReview-Commit-ID: Bes1vQeHohI
--HG--
extra : rebase_source : fdb8face312a471be5f93229a9fbbfd4fc59418f
2018-02-19 10:57:53 +09:00
Kartikaya Gupta
e9cad65dd5
Bug 1438866 - Mark empty filenames not interesting. r=emilio
...
In some cases we have SourceLocation objections that are isMacroId()
rather than isFileId() and so don't have a filename at all. In other
cases the filename is something clang-internal like "<scratch>". In
both of these situations we don't want to output any analysis data.
However, the code previously was taking the empty filename and resolving
it relative to the source folder, and then tried to write to the
source folder or create a file corresponding to a subfolder. This
resulted in general badness. This patch makes sure we ignore analysis
from places that don't have a corresponding file so that we don't
have this problem.
MozReview-Commit-ID: 7WluygY9Uy8
--HG--
extra : rebase_source : 35d7e71fc05bbd5a3357a57db9de25782178622a
2018-02-18 22:18:57 -05:00
Dan Glastonbury
35b53a22df
Bug 1428947 - Check plane width & stride constraints. r=mattwoodrow
...
MozReview-Commit-ID: HEcMG4JoEl3
2018-02-19 11:41:41 +10:00
Cosmin Sabou
51d7858801
Merge mozilla-central to inbound. a=merge on a CLOSED TREE
2018-02-19 00:02:09 +02:00
Cosmin Sabou
768831260e
Backed out 2 changesets (bug 1437428) for frequent xpcfailures on marAppApplyUpdateStageOldVersionFailure.js a=backout
...
Backed out changeset b915e160a690 (bug 1437428)
Backed out changeset 0fcad4eaabb6 (bug 1437428)
--HG--
rename : tools/profiler/core/RegisteredThread.cpp => tools/profiler/core/ThreadInfo.cpp
2018-02-18 23:57:55 +02:00
Cosmin Sabou
0548f006a3
Merge inbound to mozilla-central. a=merge
2018-02-18 23:54:56 +02:00
Cosmin Sabou
b213831404
Merge autoland to mozilla-central. a=merge
2018-02-18 23:53:23 +02:00
ffxbld
3e2e7c414f
No bug, Automated HPKP preload list update from host bld-linux64-spot-302 - a=hpkp-update
2018-02-18 11:51:04 -08:00
ffxbld
18e9f8b8e0
No bug, Automated HSTS preload list update from host bld-linux64-spot-302 - a=hsts-update
2018-02-18 11:51:00 -08:00
Margareta Eliza Balazs
5536f71c38
Merge inbound to mozilla-central. a=merge
2018-02-18 18:41:41 +02:00
Robert Longson
728a3f36fc
Bug 1435477 - Make the SVG dom code use the WebIDL constants from the bindings r=jwatt
2018-02-18 15:53:13 +00:00
Kartikaya Gupta
87bfbc06cf
Bug 1438866 - Add some utility code to help with debugging. r=emilio
...
This adds an RAII class and macro that can be quickly added in functions
to log entry/exit from the function. This is useful to debugging.
MozReview-Commit-ID: 4Ud8jLOxI0R
--HG--
extra : rebase_source : 518d30fe44dff67bffb186e23c1eb858c02280af
2018-02-16 17:07:39 -05:00
Kartikaya Gupta
31c634d913
Bug 1438866 - Use proper path separators for windows. r=emilio
...
The indexer has paths handed to it on Windows with the backslash path separator.
However it currently hard-codes the forward-slash Unix/macOS path separator,
so we need to generify that code appropriately.
MozReview-Commit-ID: Iy8bImt2BXW
--HG--
extra : rebase_source : 4b88b44319c05ce816afc4e690d3d33d39b7e43c
2018-02-16 17:07:39 -05:00
Tom Schuster
db56d2ee65
Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types to match the spec. r=ckerschb
...
--HG--
extra : rebase_source : e4047e619b88bbb025f3eab27e8e1a826a9429b7
2018-02-16 19:32:11 +01:00
Tooru Fujisawa
dc9e1f8ab9
Bug 1438599 - Part 2: Import fdlibm from FreeBSD (revision b21ccf63f28a3a4692d8a31419e0a725a1b1a800). r=jwalden
2018-02-18 22:56:46 +09:00
Tooru Fujisawa
cacb9bf19b
Bug 1438599 - Part 1: Rebase local patches for fdlibm. r=jwalden
2018-02-18 22:56:38 +09:00
Tooru Fujisawa
777d46a71e
Bug 1438599 - Part 0: Echo the applying patch in fdlibm update script. r=jwalden
2018-02-18 22:56:29 +09:00
Sebastian Hengst
26076857ec
Bug 1432358: Fix test annotation. r=bustage-fix
2018-02-18 15:31:12 +02:00
Christoph Kerschbaumer
1a159d2504
Bug 1432358: Disable test_ext_contentscript_triggeringPrincipal on win debug for timeout failures. r=aryx
2018-02-16 11:37:24 +01:00
Kit Cambridge
eb8e51bd1d
Bug 1438740 - Add a consistency check to ensure the synced bookmark mirror matches Places. r=markh
...
MozReview-Commit-ID: CGzXDy95Bkx
--HG--
extra : rebase_source : fed4a4a91512780d77d38783939bef2d9bb630ae
2018-02-15 18:36:24 -08:00
Cosmin Sabou
6e3859bfa5
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2018-02-19 00:00:43 +02:00
Miko Mynttinen
b33fd91dae
Bug 1438527 - Use non-empty bounds for nsDisplayCompositorHitTestInfo to ensure proper layer assignment r=mattwoodrow
...
MozReview-Commit-ID: 5CCN8t7ytP5
--HG--
extra : rebase_source : 64bebe22a166a3b26d6b42d9ef9f4a8178afd910
2018-02-16 02:01:18 +01:00
shindli
58aef5128f
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-02-18 11:39:20 +02:00
shindli
6afe060566
Merge inbound to mozilla-central. a=merge
2018-02-18 11:35:16 +02:00
Kris Maglione
1401a05564
Fix typo JSON.serialize -> JSON.stringify. (no bug) r=trivial
...
MozReview-Commit-ID: J94OgyyiDQ5
2018-02-17 19:52:06 -08:00
Daniel Holbert
dca25b1820
Bug 1433339: Apply single-item fallback behavior for 'space-between' more directly, in flexbox code. r=mats
...
MozReview-Commit-ID: BRx4xGaJS6y
--HG--
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-align-content-horiz-001-ref.xhtml => layout/reftests/flexbox/flexbox-align-content-horizrev-001-ref.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-align-content-horiz-001a.xhtml => layout/reftests/flexbox/flexbox-align-content-horizrev-001.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-align-content-vert-001-ref.xhtml => layout/reftests/flexbox/flexbox-align-content-vertrev-001-ref.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-align-content-vert-001a.xhtml => layout/reftests/flexbox/flexbox-align-content-vertrev-001.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-001-ref.xhtml => layout/reftests/flexbox/flexbox-justify-content-horizrev-001-ref.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-001a.xhtml => layout/reftests/flexbox/flexbox-justify-content-horizrev-001.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-001-ref.xhtml => layout/reftests/flexbox/flexbox-justify-content-vertrev-001-ref.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-001a.xhtml => layout/reftests/flexbox/flexbox-justify-content-vertrev-001.xhtml
extra : rebase_source : 61fbefa6758677dd90872b02deb636a3d6c6887b
2018-02-17 16:59:01 -08:00
Andreea Pavel
8c17198d4b
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2018-02-17 23:49:01 +02:00
Andreea Pavel
2e506ce663
Merge mozilla-inbound to mozilla-central. a=merge
2018-02-17 23:44:10 +02:00
Andreea Pavel
ae3e7a5cd7
Merge autoland to mozilla-central. a=merge
2018-02-17 23:43:05 +02:00
ffxbld
101516e4b4
No bug, Automated HPKP preload list update from host bld-linux64-spot-302 - a=hpkp-update
2018-02-17 11:53:22 -08:00
ffxbld
b22fc381ad
No bug, Automated HSTS preload list update from host bld-linux64-spot-302 - a=hsts-update
2018-02-17 11:53:18 -08:00
Boris Zbarsky
6bd0320c4c
Bug 619092 indentation fix followup.
...
MozReview-Commit-ID: ACcpu8bVeiS
2018-02-17 11:22:21 -05:00
Dorel Luca
07d2af4219
Merge mozilla-inbound to mozilla-central. a=merge
2018-02-17 11:55:38 +02:00
Bas Schouten
628d3b7134
Bug 1437492 - Part 2: Based on profile data, use the simple-matrix optimized matrix class in some places. r=mattwoodrow
...
MozReview-Commit-ID: EBRrGXc2wEj
2018-02-17 00:43:38 +01:00
Bas Schouten
051f79e412
Bug 1437492 - Part 1: Add a Matrix class with optimizations for simple matrices. r=mattwoodrow
...
MozReview-Commit-ID: EVrgqE0VlwM
2018-02-17 00:43:36 +01:00
Gurzau Raul
3daf5ac131
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-02-17 00:13:16 +02:00
Gurzau Raul
0fbbd0fd8e
Merge inbound to mozilla-central. a=merge
2018-02-17 00:09:28 +02:00
Gurzau Raul
641a1a335b
Merge autoland to mozilla-central. a=merge
2018-02-17 00:07:28 +02:00
Yaroslav Taben
9e616d15ed
Bug 619092 - Truncate wyciwyg URLs on Reload to prevent exposing them; r=bz
...
This change prevents URLs with wyciwyg schemes to be set as mDocumentURI.
Otherwise, in JS, document.URL returns a wyciwyg://* URL and a subsequent
call to document.write makes wycywyg URL visible in the address bar.
MozReview-Commit-ID: BaKpDkkIYbM
--HG--
extra : rebase_source : cc14c247e4aaa43645481cbc520040eacbba6e21
2018-02-16 16:55:35 -05:00
Yaroslav Taben
9460881a14
Bug 619092 - Refactor code for removing wyciwyg scheme from URL into util method r=bz
...
MozReview-Commit-ID: 3eSJJDMDKfE
--HG--
extra : rebase_source : a55ff32e3435f15bbe325b92f4f0a33a22afd679
2018-02-16 16:52:50 -05:00
Gurzau Raul
7fdde79d5c
Backed out changeset b2fe34d6f8a0 (bug 1433163) for reftest failures on Android
2018-02-16 23:42:04 +02:00