Commit Graph

486847 Commits

Author SHA1 Message Date
Eddy Bruel
2bdbd75fa0 Bug 1288423 - Rename Actor/FrontClassWithSpec to Actor/FrontClass. r=fitzgen 2016-08-10 17:36:04 +02:00
Eddy Bruel
4946e9577a Bug 1288423 - Remove the old Actor/FrontClass constructors. r=fitzgen 2016-08-10 17:35:50 +02:00
Eddy Bruel
5f2b46097a Bug 1288423 - Decouple PerformanceEntriesActor from PerformanceEntriesFront. r=fitzgen 2016-08-10 17:35:31 +02:00
Eddy Bruel
1dc21ea38a Bug 1288423 - Decouple EventsFormActor from EventsFormFront. r=fitzgen 2016-08-10 17:35:12 +02:00
Eddy Bruel
7cafaf845a Bug 1288423 - Decouple EventsFormActor from EventsFormFront. r=fitzgen 2016-08-10 17:34:34 +02:00
Carsten "Tomcat" Book
9c3cf65d09 Merge mozilla-central to fx-team 2016-08-10 16:04:01 +02:00
Carsten "Tomcat" Book
553a2da922 merge mozilla-inbound to mozilla-central a=merge 2016-08-10 15:54:26 +02:00
Carsten "Tomcat" Book
5a14c558ee merge fx-team to mozilla-central a=merge 2016-08-10 15:52:07 +02:00
cku
c493fc33a4 Bug 1277788 - Part 2. Correct mochitest. r=dbaron.
MozReview-Commit-ID: CI7W7rPwirf

--HG--
extra : rebase_source : 8e9d78e537a5af4f51294de701faa97b35c15b66
2016-08-10 20:32:08 +08:00
Sebastian Hengst
7fb9314ebd Bug 1210985 - More specific error message for "useCredentials" and wildcard allowing origin. r=browser-chrome-fix 2016-08-10 14:10:45 +02:00
Sebastian Hengst
6ed5110691 Backed out changeset ff84b85aa1cb (bug 1291667) for asserting at nsRuleNode.cpp:1322 and failing mochitests and reftests. r=backout 2016-08-10 12:59:15 +02:00
Sebastian Hengst
e0e540f8a9 Backed out changeset 4453b10529a2 (bug 1291667) 2016-08-10 12:58:24 +02:00
Neil Rashbrook
f78b2736a5 Bug 1292502 Fix mismatch between mModalStateDepth and mSuspendedDoc r=smaug 2016-08-10 11:39:54 +01:00
cku
ed7978775a Bug 1277788 - Part 1. Set initial value of mask-position as center. r=dbaron.
MozReview-Commit-ID: BflQ6tz8ZjM

--HG--
extra : rebase_source : 01b05533f5c791da0987af81d5cca276ec36e3f0
2016-08-10 16:10:45 +08:00
Michael Layzell
eea03e9e4d Bug 1293364 - Refactor out duplicate typedefs in xpidl, r=mayhemer
MozReview-Commit-ID: 6lJxrqqBTk8
2016-08-10 11:11:42 -04:00
Heiher
6497612dd6 Bug 1293606 - IonMonkey: MIPS: Import Loongson optimizations to ma_load and ma_store baseindex. r=arai
---
 .../jit/mips-shared/MacroAssembler-mips-shared.cpp | 110 +++++++++++++++++++++
 1 file changed, 110 insertions(+)
2016-08-10 14:18:22 +08:00
Ravi Shankar
7d175e35ed Bug 1291667 - Removed unused variant 'MozNone' from StyleUserSelect enum class; r=heycam
MozReview-Commit-ID: 7VxjNbunHC8
2016-08-10 13:57:32 +08:00
Ravi Shankar
049a72eb4c Bug 1291667 - Change NS_STYLE_USER_SELECT_* constants to enum classes; r=Manishearth,heycam
MozReview-Commit-ID: 2qBMmQrtuR9
2016-08-10 13:57:32 +08:00
James Long
bf696aae6c Bug 1293325 - update Firefox debugger bundle r=me 2016-08-10 00:04:31 -04:00
Mark Hammond
aa9574aefc Bug 1293128 - use an appropriate entry-point when opening about:accounts via the SyncedTabs menu. r=eoger
MozReview-Commit-ID: Da9JH92Ny0F
2016-08-10 12:35:11 +10:00
Gregory Szorc
d8a853a72c Bug 1294234 - Use run-task for test tasks; r=dustin
Before, test.sh (duplicated between the desktop-test and
desktop1604-test images) was dropping permissions, creating a workspace,
and executing test-linux.sh. This is functionality now provided by
run-task.

So, convert the test tasks to use run-task.

One thing run-task isn't doing is created the workspace. So this
functionality has been moved into test-ubuntu1204.sh and
test-ubuntu1604.sh.

Since the test.sh files are no longer used after this change, they have
been deleted. The desktop-test image no longer has any files in the
bin/ directory, so the Dockerfile entry to copy those files has been
removed.

MozReview-Commit-ID: 1BiskrMs6xW

--HG--
extra : rebase_source : 264efc9b30e62927dece848b9b1eab7542cf2cba
extra : source : 8335aa40265b1d17421d06d9e9a180eb8419fe47
extra : histedit_source : a5ae54a810718d446ded8bab510e6cd605562737
2016-08-09 14:34:58 -07:00
Florian Quèze
d067f073d1 Bug 1206233 - Update webrtc browser-chrome tests to pass without the webRTC-sharingDevices doorhanger, r=johannh. 2016-08-09 22:52:27 +02:00
Florian Quèze
77c40e0e1c Bug 1206233 - Removed the old device/screen sharing doorhangers, r=johannh. 2016-08-09 22:50:53 +02:00
Florian Quèze
ee275bb154 Bug 1206233 - Show devices actively streaming in the control center panel, r=johannh. 2016-08-09 22:50:53 +02:00
Florian Quèze
0a3e0145da Bug 1206233 - Implement the animated sharing indicator above the control center (i) icon, r=johannh. 2016-08-09 22:50:52 +02:00
Gregory Szorc
755f4ce8db Bug 1294234 - Assign command at end of function; r=dustin
Previously, the code performed a "hidden" assignment to
worker['command'] when creating the "command" variable. This
tripped me up when reading the code because relying on variable
references isn't exactly obvious.

We now defer the assignment to worker['command'] until the end,
making the code a little easier to understand.

MozReview-Commit-ID: 23qH4Z3RKY4

--HG--
extra : rebase_source : 52605d7091c73fc47da753bbb298b242f7a3a2ae
extra : histedit_source : 78eb25f963c940956c65fefb2509669a59f78160
2016-08-09 13:20:05 -07:00
Gregory Szorc
4d604a8b84 Bug 1294234 - Add test-ubuntu*.sh scripts to Docker image; r=dustin
Before, we `curl`d these files at task run time. Why, I'm not sure.
Probably the easiest way to do things before we could add files outside
the directory of the Dockerfile to the image build context. Since that
is no longer a restriction, we just include the file as part of the
built image.

This does mean we rebuild the Docker image if the scripts change. I'm
fine with that.

It's worth noting that both test.sh files look very similar. I
anticipate consolidation in the future...

MozReview-Commit-ID: 48dinmxy6G0

--HG--
extra : rebase_source : 418f11ada7aaf16f3a4c3522f014b42690d44295
extra : histedit_source : df27ba0c3bbff1721d8b278ff65c127e6332cc28
2016-08-09 13:12:14 -07:00
Gregory Szorc
8c5a7a2568 Bug 1294234 - Use more byte literals; r=ekyle
Without this, we potentially mix unicode literals and str and have
implicit type coercion, leading to UnicodeDecodeError or some such.
Oh, the joys of Python.

MozReview-Commit-ID: IeXRjs5Fnj7

--HG--
extra : rebase_source : cba8b13ae845dfaf41a718ba8e60061b8bcffccd
2016-08-10 16:01:25 -07:00
Jean-Yves Avenard
4769abd741 Bug 1294648: [MSE] Return early if mediasource isn't attached. r=gerald
MozReview-Commit-ID: 9hCi5sPbZpW

--HG--
extra : rebase_source : 23b4cd16d3e104a30c0f1709b9ce0d04a105d219
2016-08-12 20:56:45 +10:00
Shih-Chiang Chien
240af6bcf8 Bug 1284188 - use nsINetworkInfoService to obtain self IP address. r=smaug.
MozReview-Commit-ID: 1QwjrkV9cEk

--HG--
extra : rebase_source : 2aa7c8620505074aeba012de358d56edf0dc2af5
2016-08-12 15:27:33 +08:00
Gregory Szorc
46ad65f8b8 Bug 1293868 - Write mozinfo.json deterministically; r=glandium
And with indentation so it is easier for humans to read.

MozReview-Commit-ID: Kkd6vmfLNUf

--HG--
extra : rebase_source : 9f2b4ad2223f361dd6dd1ec9cdda71bd5a8560e3
2016-08-09 19:11:54 -07:00
Ryan Hunt
aa229473b7 Bug 1294588 - Remove UseProgressivePaint from gfxPlatform and use gfxPrefs instead. r=dvander
MozReview-Commit-ID: 1A9bFY2HS2z

--HG--
extra : rebase_source : 3347b9920be525f24c8d627260947b136ac36930
2016-08-11 14:21:17 -07:00
Ryan Hunt
92206266e3 Bug 1294586 - Remove dependency on gfxPlatform from CreateDrawTargetFromData. r=dvander
MozReview-Commit-ID: A355fBJKWP6

--HG--
extra : rebase_source : 85ffd4b9d5f9708a1666bbc8e229ba576cc97680
2016-08-11 14:54:08 -07:00
Kaku Kuo
78dcb08be6 Bug 1294384 - make video-only attribute orthogonal to the seek type; r=jwwang
MozReview-Commit-ID: 2oBjuiN7pLn

--HG--
extra : rebase_source : 235da9a3e079ef4c120b58e3e0256309ecb7a803
2016-08-12 11:45:02 +08:00
Steve Chung
7131469c22 Bug 1294059 - Remove devtools/client/styleeditor/styleeditor.css and merge with devtools/client/themes/styleeditor.css. r=ntim
MozReview-Commit-ID: LtK7KbytFvK

--HG--
extra : rebase_source : f1a2afa1bf6d6db672e9a5a32f5666743f73acc5
2016-08-11 17:25:27 +08:00
Wes Kocher
4aec37ca6e Merge m-c to autoland, a=merge 2016-08-12 16:30:03 -07:00
Byron Campen [:bwc]
e139ac74e7 Bug 1275461: Extend a timeout. r=drno
MozReview-Commit-ID: FEQ7aMo9UuD

--HG--
extra : rebase_source : 83133560e07780aebb5fb15c5db80f59488fe711
2016-08-09 10:29:10 -05:00
cku
389791dcf1 Bug 1293929 - Part 2. add reftest. r=mstange
MozReview-Commit-ID: HcxfyVlyAkE

--HG--
extra : rebase_source : 406d607744c842070732cfa877a7f9d0b822bee8
2016-08-10 16:36:27 +08:00
cku
b901e4d14a Bug 1293929 - Part 1. Treat unresolvable mask in svg frame as no-mask. r=mstange
MozReview-Commit-ID: IdiV5w9OrNF

--HG--
extra : rebase_source : 52ed8e68782685054207078a3bc1599398aba5c5
2016-08-10 15:52:38 +08:00
Gregory Szorc
2504bcf36e Bug 1293737 - Add some common settings to global hgrc; r=dustin
The install-mercurial.sh script takes care of installing a global hgrc.
If we want Mercurial settings, that's where they should be defined.

A number of Docker images had redundantly maintained versions of
/home/worker/.hgrc. We've deleted some instances of these hgrc files
because I thought they were cargo culted. It turns out that the config
was added to support one-click loaners (see bug 1250904).

Since there is little harm in enabling extensions globally, we just do
that in the shared install-mercurial.sh script and do away with the
custom hgrc.

It's worth noting that the CA path defined in the custom hgrc is not
needed because the Mercurial package installed by install-mercurial.sh
configures this correctly.

MozReview-Commit-ID: bk4ek99X4z

--HG--
extra : rebase_source : 6ae90f698af05a8814cdb08cf672db470a5a227a
2016-08-09 11:40:57 -07:00
Gregory Szorc
0aa62a08a7 Bug 1293737 - Merge ubuntu1204-test and ubuntu1204-test-upd into desktop-test; r=dustin
We're giving the same treatment to the Ubuntu 12.04 test image that we
did to the Ubuntu 16.04 image in bug 1293686.

As of this commit, the image can be fully regenerated from changes in
tree: no Docker Hub pushes necessary.

A downside is would could get bit by lack of determinism in image
building. But that's already a problem.

Since the ubuntu1204-test and ubuntu1204-test-upd images are no longer
used, they have been deleted.

MozReview-Commit-ID: 55DwqHOmVM5

--HG--
extra : rebase_source : 222bb9ec096705f1be3f8ab7309a24ac640683f3
2016-08-09 11:36:57 -07:00
Gregory Szorc
9b29e4f17b Bug 1293737 - Move ubuntu1204-test's system-setup.sh to recipes; r=dustin
In preparation for deleting this image.

MozReview-Commit-ID: Iu9vifGgGE0

--HG--
rename : testing/docker/ubuntu1204-test/system-setup.sh => testing/docker/recipes/ubuntu1204-test-system-setup.sh
extra : rebase_source : a9fb795382766b3d9862b3fd211e97a6281f2c7f
2016-08-09 11:32:22 -07:00
Andrew Halberstadt
e0d54aa2ed Bug 1294099 - Fix 'Namespace object has no attribute 'flavor'' error when running |mach mochitest|, r=jgriffin
MozReview-Commit-ID: Du2fvVCNeHU

--HG--
extra : rebase_source : 75b16326d4529a0ad34cf4a382303c7e9c06611f
2016-08-10 11:50:29 -04:00
Tom Tromey
862ccd78d2 Bug 1292253 - replace some Ci uses in view-helpers and TableWidget; r=gregtatum
MozReview-Commit-ID: JIs4wxNA3Eg

--HG--
extra : rebase_source : d3666bb186de2667ed8f18d2e4190e74c64109da
2016-08-09 09:43:58 -06:00
Tom Tromey
bc59541712 Bug 1293760 - change export in Services shim; r=bgrins
MozReview-Commit-ID: 5Tc6VanQxt3

--HG--
extra : rebase_source : 5efa5b43334a1a9a0b340615262e3d309c4f2532
2016-08-09 13:29:51 -06:00
Tom Tromey
ea9efc74c4 Bug 1293756 - avoid dynamic requires in autocomplete.js; r=bgrins
MozReview-Commit-ID: 8dMW32TkENl

--HG--
extra : rebase_source : c869eb7fd5f30a5c2803298a4c7133f46d4b788e
2016-08-09 13:25:48 -06:00
Gian-Carlo Pascutto
c53a105dc7 Bug 1288410 - Basic implementation of AddDir and recursive Lookup. r=tedd
MozReview-Commit-ID: 36jAPfm29LO

--HG--
extra : rebase_source : 5eb2a9b02ad3c40375b9a4d9b3f38d75932e29b1
2016-08-10 15:09:58 +02:00
Carsten "Tomcat" Book
781af68024 Merge mozilla-central to autoland 2016-08-10 16:05:21 +02:00
Rail Aliiev
4306f584f2 Bug 1294040 - Funsize should accept downloads from https://archive.mozilla.org r=philor a=automation DONTBUILD
MozReview-Commit-ID: 2GtCJ7EVLkE

--HG--
extra : rebase_source : 72a210526ccfb77544f21ccd3970e7a1d7d35420
2016-08-10 09:44:36 -04:00
Mohammed Habeeb
c47ba3499a Bug 1261313 - Remove RemoveVisitsByTimeframe API. r=adw
MozReview-Commit-ID: 8Ykvc2td2hx
2016-08-09 16:44:17 +05:30