Commit Graph

285361 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
15929969a1 Backed out changeset fe6d5add734e (bug 1219097) for causing merge conflicts merging mozilla-central to mozilla-inbound 2016-02-24 12:10:38 +01:00
Carsten "Tomcat" Book
d151fd6255 merge fx-team to mozilla-central a=merge 2016-02-24 12:04:15 +01:00
Carsten "Tomcat" Book
a0805026df merge mozilla-inbound to mozilla-central a=merge 2016-02-24 12:01:56 +01:00
Makoto Kato
f387ec2a96 Bug 1235941 - Detect DPI change for GTK3. r=karlt
Use scale-facotr signal to detect DPI change.  Also, we should update
mBounds for current scaling setting.

MozReview-Commit-ID: 9fuFORzSzaD
2016-02-24 18:58:58 +09:00
Masatoshi Kimura
eb5aa3e233 Bug 1247250 - Enable TLS 1.3 anti-downgrade on non-secure fallback. r=keeler 2016-02-24 19:35:00 +09:00
Bogdan Postelnicu
720e9a3be2 Bug 1250115 - initialized pollInterval with 0 in order to prevent garbage value if Poll(..) doesn't get called. r=dragana
MozReview-Commit-ID: HoMv3sBg74W
2016-02-24 11:59:07 +02:00
Henrik Skupin
0783e6386f Bug 1239808 - Rename test_packages.json to include package basename as prefix. r=chmanchester, r=jlund
MozReview-Commit-ID: LxTr8Mo2P0i
2016-02-24 10:49:40 +01:00
Kris Maglione
0afd1aba4e Bug 1249055: Follow-up: Fix ESLint errors. r=me
MozReview-Commit-ID: IF7xGqr2HJ2
2016-02-23 18:46:56 -08:00
Chris Pearce
df997cd001 Bug 1234099 - Unhide Adobe GMP on Windows XP. r=spohl
MozReview-Commit-ID: FIdyL7l3eY6
2016-02-24 15:46:52 +13:00
Chris Pearce
c64543efc9 Bug 1250766 - Re-enable using Adobe GMP for decoding when system H.264/AAC codecs not available. r=jya
MozReview-Commit-ID: 7aeiwKSlWLg
2016-02-24 15:42:18 +13:00
Bogdan Postelnicu
d870d3fdb9 Bug 1250083 - make sure value attributed to usPerDataChunk is floating point value. r=cpearce
MozReview-Commit-ID: FqjX4xj0M2l
2016-02-24 11:18:14 +02:00
Phil Ringnalda
3f72685531 Back out 9466f6513f50 (bug 1213450) for timeouts in test_ext_i18n.html 2016-02-23 18:36:11 -08:00
Gregory Szorc
12006761c8 Bug 1250748 - Remove the 20s countdown timer from mach first run; r=chmanchester
Previously on first `mach` run on a system, we'd display a prompt with a
20s countdown timer after which the default state directory
(~/.mozbuild) was created. Users had to wait 20s or ctrl+c and
make the directory by hand. Either way, they'd have to re-invoke
mach to run whatever command they were trying to run.

This was annoying.

This commit makes the following changes:

1) The countdown timer is replaced with "press RETURN/ENTER to continue"
2) The requirement to re-invoke mach has been removed

On first run, people now see a message telling them to press
RETURN/ENTER. Then the directory is created and whatever mach command
they requested to run is run.

While I was here, I also changed the permissions on the newly created
directory to match what it was a few lines above. Without, we're relying
on umask, which may be permissive. UNIX convention is to use a more
restrictive umask insider user directories. So this feels like the right
behavior.

MozReview-Commit-ID: IodN13xAJ8P
2016-02-23 17:29:38 -08:00
Phil Ringnalda
9e91451e1a Back out 6a24b31747be (bug 1232042) for crashes @RecvForcePresent
CLOSED TREE
2016-02-23 21:27:46 -08:00
Bas Schouten
80d9d72061 Bug 1232042: Execute an additional present for D3D11 on the compositor thread when a WM_PAINT event has returned. r=jrmuizel 2016-02-24 03:50:09 +00:00
Wes Kocher
86142733ec Merge inbound to central, a=merge 2016-02-23 16:56:58 -08:00
Carsten "Tomcat" Book
c0d742a388 Merge mozilla-central to mozilla-inbound 2016-02-23 16:56:04 +01:00
Carsten "Tomcat" Book
c7adc23ebe merge fx-team to mozilla-central a=merge 2016-02-23 16:54:50 +01:00
Andrew McCreight
ffc142d130 Bug 1250388 - Enable some tests in dom/html/test/ that work with e10s. rs=bz 2016-02-23 07:33:26 -08:00
Jon Coppeard
599ebff058 Bug 1250226 - Only report compacting GC telemetry for compacting GCs r=terrence 2016-02-23 15:21:12 +00:00
Kartikaya Gupta
19d588cd0d Bug 1249915 - Write a test to ensure touch-driven tapping works. r=botond
MozReview-Commit-ID: HDwjus26fww
2016-02-23 10:17:46 -05:00
Kartikaya Gupta
aab06fcb70 Bug 1249915 - Fix missing MOZ_COUNT_CTOR and some misc cleanup. r=karlt
MozReview-Commit-ID: 3nB4awYSXCk
2016-02-23 10:17:46 -05:00
Kartikaya Gupta
e178f092f5 Bug 1249915 - Add ability to synthesize native touch events on GTK for mochitests. r=karlt
MozReview-Commit-ID: GurXjryrsle
2016-02-23 10:17:46 -05:00
Kartikaya Gupta
650f50e205 Bug 1249915 - Add ability to synthesize native touch events on Fennec for mochitests. r=snorp
MozReview-Commit-ID: Dit8QhqJSYc
2016-02-23 10:17:46 -05:00
Kartikaya Gupta
6fb25463b4 Bug 1249915 - Fix synthesized touch injection code on Windows to not apply the scale factor twice. r=jimm
MozReview-Commit-ID: DJnrA7WziRe
2016-02-23 10:17:46 -05:00
Steve Fink
d7714e5cf8 Backed out changeset 7cdb490d72b5 (bug 1250287) on a CLOSED TREE 2016-02-22 22:42:40 -08:00
Hiroyuki Ikezoe
60940553fa Bug 1235723 - Part 2: Check that the short animation is surely finished before proceeding test. r=pbrosset
MozReview-Commit-ID: FJS8HaWPgSe
2016-02-23 10:55:25 +09:00
Hiroyuki Ikezoe
47b5d6c5ba Bug 1235723 - Part 1: Use longer duration to avoid finishing animations at some point. r=pbrosset
MozReview-Commit-ID: 22IjzWqcgNs
2016-02-23 10:55:25 +09:00
Chris Pearce
6c7ab4c165 Bug 1250745 - Share GMP processes when doing unencrypted decoding. r=jwwang
But make sure that there's no way a GMP can track and report what a user watches using unencrypted decoding.


MozReview-Commit-ID: DljjYjcziRS
2016-02-24 14:38:56 +13:00
Blake Kaplan
887ad4737a Bug 1219097 - Stop using incorrect CPOWs in these tests. r=felipe 2016-02-24 00:13:16 -08:00
Cameron McCormack
fae91c12f8 Bug 1250379 - Create css::Loaders for specific style backend types. r=dholbert 2016-02-24 18:01:12 +11:00
Cameron McCormack
140d7dc298 Bug 1250377 - Part 3: Create a ServoStyleSet for HTML documents in content docshells. r=bholley 2016-02-24 18:01:12 +11:00
Cameron McCormack
793562e4dd Bug 1250377 - Part 2: Stub out enough ServoStyleSet methods to be able to create one for a document. r=bholley 2016-02-24 18:01:12 +11:00
Cameron McCormack
6bafe776a2 Bug 1250377 - Part 1: Use MOZ_STYLO environment variable to switch on Servo-backed style system. r=bholley 2016-02-24 18:01:12 +11:00
Cameron McCormack
7ef694cec1 Bug 1248864 - Part 3: Use RestyleManagerHandle instead of concrete restyle manager class. r=dholbert 2016-02-24 18:01:12 +11:00
Cameron McCormack
57923fb25b Bug 1248864 - Part 2: Add skeleton ServoRestyleManager and a RestyleManagerHandle smart pointer. r=dholbert 2016-02-24 18:01:12 +11:00
Cameron McCormack
ec4d90a1a5 Bug 1248864 - Part 1: Move RestyleManager.h to EXPORTS.mozilla. r=dholbert 2016-02-24 18:01:12 +11:00
Cameron McCormack
a958b7bfa0 Bug 1244074 - Part 4: Use StyleSheetHandle instead of concrete style sheet class in most places. r=dholbert 2016-02-24 18:01:12 +11:00
Cameron McCormack
6581f513fb Bug 1244074 - Part 3: Add skeleton ServoStyleSheet and a StyleSheetHandle smart pointer. r=dholbert 2016-02-24 18:01:11 +11:00
Cameron McCormack
b36322db55 Bug 1244074 - Part 2: Add HandleRefPtr for refcounting StyleSheetHandles. r=dholbert r=waldo 2016-02-24 18:01:11 +11:00
Cameron McCormack
feaecc744e Bug 1244074 - Part 1: Move SheetParsingMode to a separate file. r=dholbert 2016-02-24 18:01:11 +11:00
Cameron McCormack
f15af8f225 Bug 1244068 - Part 4: Use StyleSetHandle instead of concrete style set class in most places. r=dholbert 2016-02-24 18:01:11 +11:00
Cameron McCormack
ede3244b3b Bug 1244068 - Part 3: Factor out nsStyleSet getting in RestyleManager/ElementRestyler. r=dholbert 2016-02-24 18:01:10 +11:00
Cameron McCormack
a5d537e824 Bug 1244068 - Part 2: Add skeleton ServoStyleSet and a StyleSetHandle smart pointer. r=dholbert 2016-02-24 18:01:10 +11:00
Cameron McCormack
797e7df468 Bug 1244068 - Part 1: Add enum to represent the style system backend type. r=dholbert 2016-02-24 18:01:10 +11:00
Dragana Damjanovic
9e390d3655 Bug 1246956 - Add originURI to Sessionstore. r=bz,Yoric,mfinkle 2016-02-22 16:38:57 -08:00
Matthew Noorenberghe
7d63ccc0c7 Bug 1248849 - UITour: showInfoPromise: Add panel event listener before having content call showInfo. r=felipe
MozReview-Commit-ID: Cv5gkmfrTsI
2016-02-22 16:33:42 -08:00
Drew Willcoxon
64d6e018ee Back out 996485ab7306 (bug 1249332) for test bustage. 2016-02-22 16:27:44 -08:00
Drew Willcoxon
599e7804e6 Bug 1249332 - [e10s] Make browser_ContentSearch.js work under e10s. r=mak 2016-02-22 15:18:12 -08:00
Michael Comella
2ec4d618b2 Bug 1247557 - Close Cursors in AndroidImport. r=sebastian
MozReview-Commit-ID: KcKAXLxJr7l
2016-02-22 14:55:43 -08:00