Commit Graph

487289 Commits

Author SHA1 Message Date
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
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
Mike Conley
bb89bb5f47 Bug 1290280 - Improve the logic for flipping the remoteness of the initial browser back to non-remote. r=mikedeboer
The code that checks to see whether or not we should flip the remoteness of a browser
before loading the session state into it wasn't accounting for the fact that oftentimes,
restoreImmediately isn't included, so it's undefined, which coerces to "false-y".

This caused us to very quickly destroy a TabParent, very soon after creating it. In
some cases, the IPC layer seems to not like that, and throws an OnChannelError,
which causes the TabParent ActorDestroy method to be called with an abnormal
shutdown reason, which causes the tab crash observer to fire, which bubbles the
tab crash event.

We should probably make the IPC layer more resilient to this sort of thing, but
we should also probably not flip remoteness when we really don't need to.

Now instead, when restoring a tab, we detect whether or not it's going to
be restored automatically in the near future. If it's not going to be
restored automatically, and the browser is remote, we flip its remoteness -
otherwise we leave it alone.

MozReview-Commit-ID: 5AmPHvzDZlX

--HG--
extra : rebase_source : 0bfeb2cdb0c5849a65bc9a0855c6209d693e5ff4
2016-08-09 13:32:21 -04:00
cku
9abf2e0eea Bug 1295065 - Fix assertion failure at FragmentOrURL::SetValue after enabling mask-as-shorthand. r=heycam
MozReview-Commit-ID: AUySGzzqjQo

--HG--
extra : rebase_source : 295e0e01662a4c74c50791b5245873ff7b3cfb7f
2016-08-15 12:00:03 +08: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
Drew Willcoxon
2cfbfea91c Bug 1293842 - Enable browser_thumbnails_update.js on e10s. r=adw
MozReview-Commit-ID: 8ZMnCag9bV7
2016-08-09 17:48:54 -07:00
Drew Willcoxon
ba64c256df Bug 1293499 - Fix PageThumbs.captureAndStore for e10s: redirects and channel errors. r=markh
MozReview-Commit-ID: HULg4Ja0NmF
2016-08-09 17:48:34 -07:00
Wes Kocher
41e9dbb0bb Backed out 4 changesets (bug 1206233) for xpcshell bustage
Backed out changeset 5fd912b9afed (bug 1206233)
Backed out changeset 3e0bcd0f52c7 (bug 1206233)
Backed out changeset c3796270f3c2 (bug 1206233)
Backed out changeset 855fe322a553 (bug 1206233)
2016-08-09 17:24:03 -07:00
Cory Price
3421340494 Bug 1274332 - Add testpilot.firefox.com to the xpinstall whitelist. r=dolske,s.kaspari 2016-08-09 14:27:14 -07:00
Florian Quèze
e32be300ed 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
a0f3dbe1bd Bug 1206233 - Removed the old device/screen sharing doorhangers, r=johannh. 2016-08-09 22:50:53 +02:00
Florian Quèze
26bd96af1b Bug 1206233 - Show devices actively streaming in the control center panel, r=johannh. 2016-08-09 22:50:53 +02:00
Florian Quèze
e30efdb17b Bug 1206233 - Implement the animated sharing indicator above the control center (i) icon, r=johannh. 2016-08-09 22:50:52 +02:00
Rakhi Sharma
590069a9df Bug 1289510 - Bookmark toolbar items should match navbar toolbar item hover style when lightweight themes are applied. r=jaws
MozReview-Commit-ID: IF8Qfi524Z7

--HG--
extra : rebase_source : a01517070371c2f68dbbf78388d280d7947eeacf
2016-08-09 15:33:37 -04:00
Justin Dolske
7967425735 Bug 1291833 - Cleanup and organize lazy module/service getters. r=mattn 2016-08-09 12:18:13 -07:00
Justin Dolske
e4a2bde04b Bug 1291833 - remove little-used gWebRTCUI symbol in favor of natural module export. r=MattN 2016-08-09 12:18:13 -07:00
Carsten "Tomcat" Book
b3ea5e55df Merge mozilla-central to fx-team 2016-08-09 15:48:42 +02:00
Carsten "Tomcat" Book
d9e0b4c565 merge mozilla-inbound to mozilla-central a=merge 2016-08-09 15:44:51 +02:00
Carsten "Tomcat" Book
7b871681a3 merge fx-team to mozilla-central a=merge 2016-08-09 15:43:44 +02:00
Carsten "Tomcat" Book
404e9f87f9 Backed out changeset 8f2224b00d74 (bug 1290186) on request from whimboo 2016-08-09 10:58:07 +02:00
Makoto Kato
191d54e86a Bug 1293585 - Remove more unused members in AndroidBridge after bug 1255628. r=snorp
MozReview-Commit-ID: C8W4dnY2his

--HG--
extra : rebase_source : 6214c05db368a9868916d6bc2e4703ff921bf997
2016-08-09 17:18:02 +09:00
Xidorn Quan
6558c1c800 Bug 1274158 part 2 - Accept zero for perspective. r=heycam
MozReview-Commit-ID: FaXKFav71bD

--HG--
extra : rebase_source : ba1f0c228b212a994b02c11c255e69448f694b3e
2016-08-12 14:52:48 +10:00
Xidorn Quan
3ea5e42f51 Bug 1274158 part 1 - Handle zero perspective gracefully. r=mattwoodrow
MozReview-Commit-ID: CEX39wo6oX8

--HG--
extra : rebase_source : 07dc609dc2a23672dde2a2ea0705cc620068f102
2016-08-12 14:51:10 +10:00
Jared Wein
d181ed5303 Bug 1294531 - Use a className instead of an ID to alter the state of the search engine list to allow add-ons to add their own buttons to the page and choose the behavior that they want. r=Gijs
MozReview-Commit-ID: 78VufTvjYVC

--HG--
extra : rebase_source : 5e5e2aa646a9c010ac2ad6683734173b3508ea31
2016-08-13 22:15:58 -04:00
Jared Wein
8d45b8762e Bug 1294989 - Enable eslint for browser/components/preferences. r=Gijs
MozReview-Commit-ID: 62ymdZhluHx

--HG--
extra : rebase_source : 330d512f91d840a47e48f39c21d70d13b2953d2d
2016-08-13 21:58:42 -04:00
Jared Wein
797f4c4fe4 Bug 1233198 - Remove preprocessing from toolkit/content/widgets/videocontrols.xml. r=Gijs
MozReview-Commit-ID: LXAxCTf4OEg

--HG--
extra : rebase_source : 068f9c8d4fdef276115cd5a9fcd25aca8b381c68
2016-08-13 19:04:09 -04:00
Drew Willcoxon
560391bae0 Bug 1294733 - Awesomebar search buttons show auto completed text not user input. r=florian
MozReview-Commit-ID: BmxFd7fgdA6

--HG--
extra : rebase_source : 92a6a2259761f16e078c2b765ff3e747af79c477
2016-08-13 12:20:42 -07:00
Sebastian Hengst
0d0d1992db Backed out changeset 1e57110913fc (bug 1290280) for timeouts of added test and remoteness issues e.g. in cookie tests like browser_423132.js. r=backout 2016-08-13 15:27:48 +02:00
Sebastian Hengst
5073e10f9a Backed out changeset 2b50b05f8929 (bug 1290280) 2016-08-13 15:26:39 +02:00
Sebastian Hengst
d11b74103a merge mozilla-central to autoland. r=merge a=merge 2016-08-13 13:54:41 +02:00