Commit Graph

503456 Commits

Author SHA1 Message Date
Brian Stack
aa3683d105 Bug 1289823 - Add backfilling as an action-task r=armenzg,dustin
MozReview-Commit-ID: HALwE6Q0Lch

--HG--
extra : rebase_source : de9329c46bb9d50e44d29181095577326e039b73
2016-12-07 13:33:20 -10:00
Brian Stack
9ab478af57 Bug 1289823 - Make taskcluster action-task more flexible r=armenzg,dustin
MozReview-Commit-ID: 8qoJsFeFm6I

--HG--
extra : rebase_source : def57f82265534d6f3d7d3f6ee627c66c4bf28bc
2016-11-28 14:15:31 -08:00
Jonathan Kingston
c7a6a51b72 Bug 1280253 - Change 'Open Link in New Container Tab' access key to match menu 'b' r=baku,flod
MozReview-Commit-ID: 16BGfp9wHPY

--HG--
extra : rebase_source : 9f8c9a748b2f8f4519ac16028f17426e01b9e1d1
2016-11-24 18:59:33 +00:00
Scott Wu
0e47e587a0 Bug 1283385 - (2/2) Rename timepicker.css to datetimeinputpickers.css; r=mconley
MozReview-Commit-ID: AvLRWiY5y62

--HG--
rename : toolkit/themes/shared/timepicker.css => toolkit/themes/shared/datetimeinputpickers.css
extra : rebase_source : d9be833cf257fb97272aebb85a71d7af87a61869
2016-11-29 15:14:38 +08:00
Scott Wu
7b525c00a2 Bug 1283385 - (1/2) Implement date picker UI; r=mconley
MozReview-Commit-ID: 8uscU75qrkR

--HG--
extra : rebase_source : d3907de7978c1e9241c696d5c2c73115bba455f8
2016-11-09 23:38:11 +08:00
cku
e50551a66d Bug 1323157 - Rename HasNoFilterOrHasValidFilter as HasNoOrValidFilter. r=longsonr+218550
MozReview-Commit-ID: GQzPf9Qy8LJ

--HG--
extra : rebase_source : d03d5609a8ed2eddaf596a019775a35bfd7d2f24
2016-12-13 19:40:27 +08:00
Karl Tomlinson
840b173b85 bug 1323382 remove static FFmpegLibWrapper constructor and destructors r=jya
The libraries are no longer closed, which works around bug 1304156.

The MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS name seems a little odd here
but it ensures the desired class behaviour and usage, and is consistent with
changes for bug 1226376.

MozReview-Commit-ID: JLO4HEvNrff

--HG--
extra : rebase_source : bd95fb3e93826c7fe2919b72d341ff0938775fd0
2016-12-14 16:23:51 +13:00
Iris Hsiao
952b00179f Backed out changeset 837d6a698a1b (bug 1277090)
CLOSED TREE
2016-12-15 09:38:20 +08:00
Iris Hsiao
266ebd7a8c Backed out changeset 46499bc17178 (bug 1277090) for tc-Fxfn-l(en-US)
CLOSED TREE
2016-12-15 09:38:04 +08:00
Grisha Kruglov
eba14873a8 Bug 1319274 - Part 3: Allow pinning and unpinning of both Top Sites and Highlights r=ahunt
This commit introduces a special type of a pin, "Activity Stream pin".
It's identified by a fixed position of -1. Activity Stream pins are displayed inline
with top sites, at the very front. They are "non-positioned", as opposed to regular pins
which have a position on Top Sites grid. This approach was selected (as opposed to creating a
new kind of a "non-positioned pins bookmark folder") because it is simpler, does not
involve any migrations or sync changes, and is thus preferred in light of a moving
target that is the current vision for Activity Stream.

Two types of pins, regular ones and Activity Stream pins, are independent of each other.

Due to the fact that pins and bookmarks are almost the same thing, we can only figure our,
based on the underlying queries, the following ahead of time:
- pinned state of a pinned top site item (trivial case)
- pinned state of a non-pinned top site item (trivial case)
- bookmark state of a "bookmarked" hightlight item (trivial case)
- bookmark state of a non-pinned top site item

For all other combinations, states have to be looked up when user opens a context menu for an item.

MozReview-Commit-ID: 3KbOp9S4Pz7

--HG--
extra : rebase_source : a86893a235ee7c6c7d2215b9c8a3b56f986480a9
2016-12-14 16:23:40 -08:00
Grisha Kruglov
32c27d4420 Bug 1319274 - Part 2: Display a pin icon besides the Top Site title r=ahunt
MozReview-Commit-ID: BGpgJOeuRQn

--HG--
extra : rebase_source : e4a2f46f91c85bb4a7071361ba9da7d69f4d93da
2016-12-01 19:35:02 -08:00
Grisha Kruglov
dcd0e6721f Bug 1319274 - Part 1: Use regular getTopSites method for A-S top sites r=ahunt
Since we want to include pinned sites in A-S Top Sites, this removes the "plain top sites"
query which excludes pinned sites.

Maximum number of suggested sites displayed is set so that they will fill out at most two "pages".

MozReview-Commit-ID: 8uynmwiaPkt

--HG--
extra : rebase_source : 763633fca5f9f606a8f6cfd1f4a4332273c34dee
2016-12-01 18:53:47 -08:00
Wes Kocher
c3693bf65e Merge m-c to autoland, a=merge 2016-12-14 16:12:33 -08:00
Wes Kocher
460f4a6060 Merge inbound to central, a=merge 2016-12-14 16:06:41 -08:00
Gijs Kruitbosch
29ab0a4926 Bug 791597 - followup, fix tests being picky, rs=me,bustage
MozReview-Commit-ID: IiqeMXNB6nH

--HG--
extra : rebase_source : db0cbeb351716c6dea612f272ddb1cec045b99d0
2016-12-14 16:53:20 +00:00
Ben Kelly
439d5808fc Bug 1319991 Introduce hysteresis into window timer back pressure calculations. r=smaug 2016-12-13 17:01:45 -08:00
Sebastian Hengst
40d51ed691 Bug 1258916 part 12A - increase known fuzzyness for ua-style-sheet-checkbox-radio-1.html to fix Android test failure. r=test-fix 2016-12-14 17:43:05 +01:00
s7hoang
c4bfc4d8e9 Bug 1028200 - Plugins that are fullscreen'd should exit fullscreen mode on crash. r=mconley
MozReview-Commit-ID: HiDyiPCPiV1

--HG--
extra : source : 843b98464b4026115e37b945d56bc9b70b213de3
extra : amend_source : d8d71b09715131dc7407e4bb94a11d11997ec198
2016-12-13 13:44:39 -05:00
Till Schneidereit
95b8398292 Bug 1322920 - Remove DOM Promise implementation. r=bz
MozReview-Commit-ID: 1zzd0x2LNNb
2016-12-14 17:11:48 +01:00
Xidorn Quan
a2cddc7eb7 Bug 1323127 - Pass absolute path of DIST to cargo. r=froydnj
MozReview-Commit-ID: GOK2MSA6imC

--HG--
extra : rebase_source : 4abe1a93ff488a4612f4f6f4ca3961c9db3456e7
2016-12-13 15:38:37 +11:00
Hiroyuki Ikezoe
0a3ba91a19 Bug 1320236 - Use SimpleTest.requestLongerTimeout to avoid timeouts on Android. r=gbrown.
MozReview-Commit-ID: 2lxQFmu9caX

--HG--
extra : rebase_source : 7a524a3ed678c4b8ebb2def6e3106424d84cc026
2016-12-14 10:04:44 +09:00
Henrik Skupin
207c6c2241 Bug 1277090 - Update unit tests for getElementAttribute() changes. r=ato
MozReview-Commit-ID: 4eDpV2MzKLN

--HG--
extra : rebase_source : aa48595091e5ab2272c95b464930417d23be9035
2016-12-12 20:45:58 +01:00
Henrik Skupin
09c425f5fe Bug 1277090 - getElementAttribute() has to only return attributes. r=ato
Formerly getElementAttribute() has returned a mix of attributes and
properties. Since getElementProperty() has been added, there is no
need anymore for getElementAttribute() to return conflated data.

MozReview-Commit-ID: 29saWd9PsOX

--HG--
extra : rebase_source : c98ba2bd30afbd794198e5cc9697f5d2e7050317
2016-12-14 22:26:34 +01:00
Ray Lin
cf4b637038 Bug 1319587 - shrink radius length of video control thumb spread. r=jaws
MozReview-Commit-ID: F9cTrECwC4S

--HG--
extra : rebase_source : ef0015a07d90ccc2afd7100c6b47a6e1893ae7f0
2016-12-14 16:19:07 +08:00
Jared Wein
408d22edc2 Bug 1316404 - Use font:-moz-list; on the e10s select popup to match the default font used by the associated select button. r=mconley
MozReview-Commit-ID: 3gZAQQke5Sc

--HG--
extra : rebase_source : c60705e8ed9fa2081ea75fb9d2c0ce6072b9beea
2016-12-13 19:16:13 -05:00
Henrik Skupin
90f79a0758 Bug 1311657 - Switch to top-most frame first before closing chrome window. r=ato
MozReview-Commit-ID: 9Jf2gD1velz

--HG--
extra : rebase_source : 169f99160fa368b03c2445e4db5d64c841896c84
2016-12-13 21:36:56 +01:00
Botond Ballo
6579cf5fe9 Bug 1321412 - If the animated content is already fully rendered, enable async animation regardless of size. r=mattwoodrow
MozReview-Commit-ID: OePAkUqp2Q

--HG--
extra : rebase_source : af5869826b827c1482e97c97a4204597f2c95f47
2016-12-08 19:44:19 -05:00
Botond Ballo
2e3caa982c Bug 1321412 - Add support for partial prerendering to ShouldPrerenderTransformedContent(). r=mattwoodrow
This is behind a pref and not enabled by default yet.

MozReview-Commit-ID: HKbP02PkdI9

--HG--
extra : rebase_source : 3f724f12d467dfb6e3ac1c44841e8e452a7d4b7e
2016-12-14 14:31:20 -05:00
Botond Ballo
d806f521fb Bug 1321412 - Allow controlling the size of the prerendered area via prefs. r=birtles,flod,mattwoodrow
Note that the default values of the prefs are chosen so as to preserve
existing behaviour.

The patch also updates a user-visible warning message, which was
already out of date as of bug 1274991.

MozReview-Commit-ID: AqBBoIucShT

--HG--
extra : rebase_source : 010aa55255d49e4875cb6870f309649a9ca762d5
2016-12-09 20:23:42 -05:00
Sylvestre Ledru
398a43804b Bug 1322321 - Update the clang format file to match more our coding style r=ehsan
MozReview-Commit-ID: AU7HlaOFQm4

--HG--
extra : rebase_source : 685ebaa447dec0c2a47df1a27e3c46d172bc5b61
2016-12-06 17:43:17 -10:00
Joel Maher
9f60f5a226 backout aba885aafee0210b1f063a423b1c0b3ce28d15f7 for intermittent bug 1272834
MozReview-Commit-ID: BTJ13wWojaI
2016-12-14 10:59:43 -05:00
Carsten "Tomcat" Book
4175c1315d Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : 3b14fbfe6a8d14b3935f79d1459f04a59452154d
2016-12-14 16:53:27 +01:00
Ehsan Akhgari
8d51b7e4f4 Bug 1323220 - Don't attempt to delete the child actor twice in URLClassifierParent; r=baku 2016-12-14 10:53:14 -05:00
Carsten "Tomcat" Book
fd4709f9c1 merge mozilla-inbound to mozilla-central a=merge 2016-12-14 16:41:28 +01:00
Carsten "Tomcat" Book
2e12354e97 merge autoland to mozilla-central a=merge 2016-12-14 16:35:55 +01:00
ffxbld
603803c600 No bug, Automated HPKP preload list update from host bld-linux64-spot-073 - a=hpkp-update 2016-12-14 06:38:59 -08:00
ffxbld
bb80384f14 No bug, Automated HSTS preload list update from host bld-linux64-spot-073 - a=hsts-update 2016-12-14 06:38:56 -08:00
Sebastian Hengst
e9c821fcb2 Backed out changeset 33c69deecb7a (bug 1274159) for frequently failing test_custom_element_htmlconstructor.html on Android 4.3 debug. r=backout 2016-12-14 13:28:03 +01:00
Sebastian Hengst
7ac8fa9a84 Backed out changeset 5c3a6908b84e (bug 1274159) 2016-12-14 13:27:26 +01:00
Sebastian Hengst
5e1b29b9c0 Backed out changeset f2a5fc3e8c4e (bug 1274159) 2016-12-14 13:27:22 +01:00
Sebastian Hengst
d63374b21a Backed out changeset 32b1721d1125 (bug 1274159) 2016-12-14 13:27:18 +01:00
Sebastian Hengst
6badefb140 Backed out changeset bde709210e59 (bug 1274159) 2016-12-14 13:27:14 +01:00
Sebastian Hengst
b9b9b83d86 Backed out changeset 86d70a2e93e1 (bug 1274159) 2016-12-14 13:27:10 +01:00
Jon Coppeard
91ea18239d Bug 1323242 - Ignore spurious wakeups when waiting for background thread to finish sweeping r=sfink 2016-12-14 11:21:04 +00:00
Carsten "Tomcat" Book
dfec9aa89c Backed out changeset dc211e6cb0c1 (bug 1321865) for failing on own test
--HG--
extra : rebase_source : 3922fef7e74b2c2aa29596533fa68d2ffc890714
2016-12-14 11:13:36 +01:00
Carsten "Tomcat" Book
7e4633f6a4 Backed out changeset ed256c5c7d23 (bug 1321865)
--HG--
extra : rebase_source : d8944c5e6b88e4ddca238619cc4c3ff92e4bd540
2016-12-14 11:13:21 +01:00
Jean-Yves Avenard
8869241ac0 Bug 1323081: [H264] P2. Ignore NAL stop bit and trailing 0. r=gerald
MozReview-Commit-ID: EHoAFqXJFq5

--HG--
extra : rebase_source : 37e00a55ca6dc612862f9363b89b06a45e517019
2016-12-14 17:17:53 +11:00
Jean-Yves Avenard
44d3408838 Bug 1323081: P1. Add native BitReader class. r=gerald
This is a rewrite from Stagefright's ABitReader. The major difference is that you give the original size in bits rather than in bytes. ABitReader always read all bits available. While under some circumstances we want to bound the buffer to a set number of bits.

MozReview-Commit-ID: hdJ7CAwOea

--HG--
extra : rebase_source : 684f02540f46d053f2a12d7007a67f6e0f765057
2016-12-14 15:27:48 +11:00
Sebastian Hengst
34a8976547 Backed out changeset c1728d09549b (bug 1321416) for failing test_videocontrols_standalone.html. r=backout 2016-12-14 10:42:50 +01:00
Phil Ringnalda
36bfd0a8da Merge m-i to m-c, a=merge
MozReview-Commit-ID: ODjsKqdMLM
2016-12-13 19:25:01 -08:00