Commit Graph

507685 Commits

Author SHA1 Message Date
Tobias Schneider
6bd84bf9d8 Bug 1326194 - Properly unlink observed targets. m=mrbkap r=mrbkap
MozReview-Commit-ID: EWk3kcoIteE

--HG--
extra : rebase_source : e1b68aaa8278b514c8b008db34a2519076313f7e
2017-01-19 14:51:09 -08:00
Chris Pearce
fe31d4bd44 Bug 1332149 - Don't expose plugin-container or sandbox vouchers to GMPs. r=gerald
MozReview-Commit-ID: JZBoEptskf0

--HG--
extra : rebase_source : c2de46c71eced8fc9ad00f9fbb95f9dc9f5ee6ba
2017-01-19 14:57:30 +13:00
Brian Grinstead
72624995c7 Bug 1323833 - Trim the list of recommended themes from 5 to 3;r=Gijs
MozReview-Commit-ID: 2TFNxwMT1qz

--HG--
extra : rebase_source : ed4484e3c25244219a545957cee32335c03ea3ee
2017-01-19 13:28:33 -08:00
Edouard Oger
12b3049ea8 Bug 1323102 - Cache the FxA profile. r=markh
MozReview-Commit-ID: Fzw8Tg6WoM0

--HG--
extra : rebase_source : e910f334870ff54ae1adc398980c8e94c40f3ffa
2017-01-09 15:56:28 -05:00
Bryce Van Dyk
12719cdacb Bug 1331271 - Drive by to fix styling in youtube puppeteer. r=maja_zf
MozReview-Commit-ID: 8lAxM2MLjjv

--HG--
extra : rebase_source : b8cda169b64e9f823cb8ade95e7a1aeb224fbcd4
2017-01-12 11:20:04 +13:00
Bryce Van Dyk
236e558e64 Bug 1331271 - Add twitch puppeteer and tests. r=maja_zf
Add a puppeteer to manipulate twitch streams, particularly live streams. This
puppeteer overrides and extends upon video puppeteer to do this, and in
particular must handle streams that do not have a set length.

Two tests have been added to test that playback starts, and that playback
doesn't stall during a minute of playback. These tests currently don't
differentiate between advertising context and normal stream content, as both are
taken to represent successful playback. However, there is functionality to
detect advertisement playback using the data-screen attribute on the player HTML
element. Aside from it providing data useful in future tests, the data-screen
element code provides an example of interaction with twitch specific HTML
attributes.

The tests currently use the /food twitch channel, which is run by twitch and has
a ~24 hour uptime. Twitch have indicated they are working on a dedicated test
stream which these tests may use in future.

MozReview-Commit-ID: 6dNIm6noEqc

--HG--
extra : rebase_source : 6f3923e11ef62933b0d1263f58c7357e3b677c6f
2017-01-12 12:00:21 +13:00
Dustin J. Mitchell
b8d8f8a712 Bug 1252948: support for periodic taskgraphs; r=Callek,jonasfj,kmoir
This adds `.cron.yml` and a new mach command to interpret it.  While
functionality is limited to nightlies right now, there is room to expand to
more diverse periodic tasks.  Let your imagination run wild!

MozReview-Commit-ID: KxQkaUbsjQs

--HG--
extra : rebase_source : ddf0a1eadae5a1169c0ead7bcb7b9ce61b255fbf
2017-01-18 19:45:53 +00:00
Dustin J. Mitchell
17794b1e7d Bug 1252948: remove unused --revision-hash; r=garndt
MozReview-Commit-ID: CN6RNDaERJ2

--HG--
extra : rebase_source : 6c22b989813266a5014db61c9982ce682b70fbb7
2016-12-21 20:54:17 +00:00
Nils Ohlmeier [:drno]
2162854031 Bug 1319268: extend WebRTC ICE Telemetry probes from 53 to 58. r=chutten
MozReview-Commit-ID: 8ytDDOhHuj9

--HG--
extra : rebase_source : 320af5edd2bd18e0e8416009308380c183b7d7d3
2016-11-21 16:11:36 -08:00
Mike Conley
2190c816cb Bug 1332373 - Make backlogged crash report submission preference label clearer in about:tabcrashed. r=flod
MozReview-Commit-ID: Jq2p8zYyLYL

--HG--
extra : rebase_source : 55a00abd2ee199e426f3375ef96bfbedbf028bd7
2017-01-19 13:32:40 -05:00
Sebastian Hengst
bc2f204f46 Backed out changeset 57ccc83a450f (bug 1311555) for Android build bustage. r=backout 2017-01-19 19:47:08 +01:00
Sebastian Hengst
2121d17026 Backed out changeset d8c85b0ed424 (bug 1311555) 2017-01-19 19:46:40 +01:00
David Keeler
68de1e7bae bug 1328718 - implement system add-on to facilitate rollout of disabling SHA-1 r=Felipe,jcj data-review=bsmedberg
MozReview-Commit-ID: L5Q5VGr6UPU

--HG--
rename : browser/extensions/e10srollout/bootstrap.js => browser/extensions/disableSHA1rollout/bootstrap.js
rename : browser/extensions/e10srollout/install.rdf.in => browser/extensions/disableSHA1rollout/install.rdf.in
rename : browser/extensions/e10srollout/moz.build => browser/extensions/disableSHA1rollout/moz.build
extra : rebase_source : 27d9691ac1a5cc14d7c2fafa5fc35d0139d297a7
2017-01-12 11:54:22 -08:00
Blake Kaplan
f55394ad68 Bug 1303727 - Propagate whether we're dealing with a local file to the parent. r=jduell
MozReview-Commit-ID: GSx2WgNKN4T

--HG--
extra : rebase_source : 016787d933cb092300a10bbb179b773fc2e76e6b
2017-01-10 17:49:16 -08:00
Andrzej Hunt
b8252551d9 Bug 1311555 - Use filled bookmark star in ActivityStream context menu r=sebastian
Unfortunately tinting the bookmark star is highly complicated due to the tinting
that NavigationView performs (i.e. we'd likely have to disable NavigationView
tinting, and do manual tinting on every icon - alternatively we could hack
the tint-list to use blue for "checked" items, and set the bookmark item
as checked). Since it's unclear if we even want the star to be blue,
we'll leave it grey (but filled) for now.

MozReview-Commit-ID: DekRZJayKIz

--HG--
extra : rebase_source : 45c4391fe2756b4aae082f89f8e2f6456cac27a2
2017-01-18 12:20:50 +01:00
Andrzej Hunt
7c8c454827 Bug 1311555 - Pre: remove unused imports r=ahunt
MozReview-Commit-ID: 6Xk7Z01m41A

--HG--
extra : rebase_source : 6ac181618d63b0b69b8b7bab836e6bce4e659ace
2017-01-18 12:18:06 +01:00
Andrew McCreight
aa6fbc417f Bug 1325275 - Re-enable leak testing on OSX in the prompts directory. r=ahal
MozReview-Commit-ID: FWoPApp6BRw

--HG--
extra : rebase_source : 0ddfa9021ffb1696b6ded884c2eb55e1aa101d1e
2017-01-09 10:27:28 -08:00
Andreas Pehrson
15b7f07b21 Bug 1330918 - Set timestamp in VP8TrackEncoder GTest. r=jesup
MozReview-Commit-ID: 4LeR1iUZBgs

--HG--
extra : rebase_source : 5ce54384a32f306eb4f52ba5771eb9dd0f3d94a1
2017-01-19 10:51:52 +01:00
Andreas Pehrson
a4b74c9907 Bug 1330918 - Add VideoTrackEncoder::AppendVideoSegment logs. r=jesup
MozReview-Commit-ID: FwG0EHuaxpW

--HG--
extra : rebase_source : 03d8df55b25a401c9bc7027eced1bf2f73898205
2017-01-18 19:28:32 +01:00
Andreas Pehrson
6a29cdbd49 Bug 1330918 - Use timestamps for frames in VideoTrackEncoder. r=bechen,jesup
This makes VideoTrackEncoder use timestamps when it passes frames to
VP8TrackEncoder. It also rewrites the chunks' durations and bases them on said
timestamps. This should mean that VP8TrackEncoder can continue passing durations
to the encoder as it does today.

MozReview-Commit-ID: GaUsF5PR4ZN

--HG--
extra : rebase_source : 4206afe24fce0d9c0aa7137ea04d8a28f30191d7
2017-01-19 15:14:02 +01:00
Carsten "Tomcat" Book
2484432a93 Merge mozilla-central to autoland 2017-01-19 17:00:25 +01:00
Carsten "Tomcat" Book
9c3e56b84f Backed out changeset 702eed7d62fa (bug 1291737) for causing merge regression with m-c 2017-01-19 16:59:44 +01:00
Carsten "Tomcat" Book
bd1ddf0c32 Backed out changeset 889eb9b46665 (bug 1291737) 2017-01-19 16:59:23 +01:00
Carsten "Tomcat" Book
e044607271 Backed out changeset 00f26cb7131e (bug 1291737) 2017-01-19 16:59:22 +01:00
Carsten "Tomcat" Book
3feb9e53ca Backed out changeset 235ba91834d5 (bug 1291737) 2017-01-19 16:59:20 +01:00
Carsten "Tomcat" Book
5ba4dc8888 Backed out changeset 71414e9dc3ee (bug 1291737) 2017-01-19 16:59:18 +01:00
Carsten "Tomcat" Book
ce61dd9c8a Backed out changeset 6ff304ff8518 (bug 1291737) 2017-01-19 16:59:17 +01:00
Carsten "Tomcat" Book
709bd29d0a merge mozilla-inbound to mozilla-central a=merge 2017-01-19 16:05:22 +01:00
Wander Lairson Costa
8d80def5b3 Bug 1332255: run talos tests on linux-pgo builds. r=jmaher
MozReview-Commit-ID: FGvZESRETdz

--HG--
extra : rebase_source : fac904ff5029b8ee111af1d2e32fa39b3d64bae7
2017-01-19 10:56:03 -02:00
Carsten "Tomcat" Book
54bb953576 Backed out changeset 2164277367cc (bug 1317947) for causing timeouts in devtools tests on a CLOSED TREE
--HG--
extra : amend_source : f93373ccd4b50914ad5ef3fdf64cceab78d66c37
2017-01-19 10:08:33 +01:00
Xidorn Quan
1305bbb18d Bug 1332193 - Fix several properties to return NeutralChange hint. r=heycam
MozReview-Commit-ID: GDNRy6vqmL8

--HG--
extra : rebase_source : 8705d493d33f6593846bea93ccb0b39c269688dd
2017-01-19 19:13:02 +11:00
Ricky Chien
693969df63 Bug 1332151 - Fix layout issues for network monitor sidebar panels r=Honza
MozReview-Commit-ID: WT0CTbQ6Sj

--HG--
extra : rebase_source : 26e1026d82815ba7f7e776351fdc96471c99cad0
2017-01-19 15:36:00 +08:00
Xidorn Quan
97f33ec2f8 Bug 1332180 - Early return from shape-outside:url() value in ctor of FloatInfo. r=TYLin
MozReview-Commit-ID: E2nj3DWt1fr

--HG--
extra : rebase_source : 65cd44b001f8f6ed0085d03f7bc45d07780ef5c1
2017-01-19 16:41:19 +11:00
Alastor Wu
4d3816d9e0 Bug 1332199 - remove always-true assertion. r=gerald
Because we read 8 bits from extradata, it won't exceed MAX_SPS/PPS_COUNT (256).

MozReview-Commit-ID: 5qr1pDLrmvt

--HG--
extra : rebase_source : 4a7269a7430ea913650298ad06a2132297dad85d
2017-01-19 17:37:29 +08:00
Lars T Hansen
c534370525 Bug 1329096 - Wasm baseline, remove the label pool and use NonAssertingLabel instead. r=luke
--HG--
extra : rebase_source : 58e3343e6c57d7fea2227ef5977f43ea4640a08d
2017-01-18 20:11:32 +01:00
Lars T Hansen
1b3b6a4622 Bug 1316814 - wasm baseline, use the iterator's control stack. r=luke
--HG--
extra : rebase_source : e7e6200a3664c1ea7a3ba01d5718d505950672aa
2017-01-18 19:58:26 +01:00
Lars T Hansen
4bfa06af89 Bug 1316814 - Split wasm iterator's readEnd and popEnd. p=sunfish, r=luke
--HG--
extra : rebase_source : 2d78b17be893be405c8cc103203c18827dfc5b29
2017-01-18 19:55:10 +01:00
Franziskus Kiefer
e37236bc1f Bug 1317947 - land NSS ea43fcc316e1, r=me
--HG--
extra : rebase_source : dcb24fa91fba4e99e4bc2cb254fe4f7d3a66be2f
2017-01-19 08:52:18 +01:00
Andrea Marchesini
7add4454d4 Bug 1331977 - CreateException doesn't use JSContext argument, r=qdot 2017-01-19 09:03:03 +01:00
Alastor Wu
45be72443e bug 1304994 - resubmit input data when MFT returns MF_E_NOTACCEPTING. r=jya
When MFT returns MF_E_NOTACCEPTING means the input buffer is full and it can't
accept input data anymore, so we need to output the data first and then resummit
the input data.

MozReview-Commit-ID: DfSTASsEX7r

--HG--
extra : rebase_source : fd3cff6284345872dd580fbd0568d99129af936c
2017-01-11 11:10:10 +08:00
Johann Hofmann
42092fd6c2 Bug 1330609 - Hide the correct persistent popup notification on close. r=past
MozReview-Commit-ID: 23e8uKsz4tm

--HG--
extra : rebase_source : 778fa23fc246bce77f47a74ab7843468e35db7fa
2017-01-17 16:23:41 +01:00
Gijs Kruitbosch
42e1871519 Bug 1329220 - fix print preview source browser confusion, r=mconley
Restore overwriting of this._sourceBrowser as it was before bug 1308621
to ensure we continue to use the same DOM to do print previewing (and
eventually printing).

Bug 1308621 already changed the enterPrintPreview code to rely on the
member _sourceBrowser variable, which will be updated to point to the
print preview browser if/when print preview is being reinitialized for
the same page (because one of the print settings changes). We need to
do this to avoid re-initializing off the original browser, which may
now have navigated or be displaying something else entirely.

This also updates the 'simplified' mode code to rely on the extant
_originalURL member to avoid displaying the page URL as about:blank
after a settings change.

MozReview-Commit-ID: DZ1kT7Mb0mS

--HG--
extra : rebase_source : cb79c835d6f8bcd67a7118de3a19b1cab85b6593
2017-01-09 22:04:05 +00:00
Alexandre Poirot
635112f29d Bug 1326753 - Fix inspect node from browser context menu against elements in iframes. r=pbro
MozReview-Commit-ID: C4dvnISlneS

--HG--
extra : rebase_source : 09e5646b8ef214bff40bd2f8f6fa6b57ca348fd0
2017-01-18 22:08:10 +01:00
Gijs Kruitbosch
d527f98427 Bug 1331800 - catch errors from history removals and don't block undo on them, r=Dolske
MozReview-Commit-ID: JhWAs6rvBnW

--HG--
extra : rebase_source : 55afb05588c8e9a4734f0a4172ad5b7c1f1e2b23
2017-01-18 18:07:47 +00:00
Julian Descottes
17ab1bb3e2 Bug 1332062 - upgrade inspector to launchpad 0.0.24 & fix unix regexp;r=pbro
MozReview-Commit-ID: GPivBy1OmhP

--HG--
extra : rebase_source : 1133e33940fc908051b78299f932e6e42b3e08e6
2017-01-18 20:49:40 +01:00
Sebastian Kaspari
255526a131 Bug 1331808 - IconRequest.moveToNextIcon(): Throw exception if removing current item failed. r=Grisha
MozReview-Commit-ID: 2dfgG7N9bX6

--HG--
extra : rebase_source : b0d9e6b5734e082fb0008e12d841b6d4e489d9b7
2017-01-18 15:06:44 +01:00
Sebastian Kaspari
7c526adbf9 Bug 1331808 - IconDescriptorComparator: Return consistent order for compared items. r=Grisha
Previously if we could not compare two icon descriptions we'd always return the "right" one. This does
not create a consistent order if the parameters are flipped. As a result some operations on a TreeSet
can fail (like remove()).

MozReview-Commit-ID: EYPlhzGUEnD

--HG--
extra : rebase_source : f8918c022188401e21a03ac666628cff3e87f317
2017-01-18 14:50:35 +01:00
Masayuki Nakano
4515205f36 Bug 1331798 Bookmark panel for new bookmark shouldn't be closed automatically during composition and after text input without keyboard events nor composition events r=jaws
Bookmark panel for a new bookmark shouldn't be closed automatically during composition even if mouse cursor is moved outside the panel because user may click in IME's UI.

Additionally, editor might be modified without keyboard events nor composition events.  In such case, the bookmark panel shouldn't be closed automatically too.

MozReview-Commit-ID: 1FAUmkXjid

--HG--
extra : rebase_source : b4bc6eeeebfeeafe12d9cb16df7b3d31e60c5ae5
2017-01-19 15:04:56 +09:00
Markus Stange
b797477463 Bug 1331402 - Update plugins' clipRects when hiding a tab. r=jimm,mattwoodrow
In non-e10s, all tabs of a window would share one nsRootPresContext. When
switching tabs, the tab switch paint would trigger a call to
nsRootPresContext::ComputePluginGeometryUpdates, which would call
SetEmptyWidgetConfiguration on all registered nsPluginFrames, notably also
those inside the tab that was hidden.

With e10s, every tab has its own nsRootPresContext, and paints in one tab do
not trigger calls to nsRootPresContext::ComputePluginGeometryUpdates on the
root pres contexts of other tabs. So when painting the new tab, the registered
plugin frames in the old tab were not notified that they were now hidden.
This patch now does that in TabChild::MakeHidden.

MozReview-Commit-ID: LlW9dKKFqZE

--HG--
extra : rebase_source : 0e7f24d7ef90d8582d7f60729e712bca78ed8e17
2017-01-17 18:07:05 +01:00
Timothy Nikkel
3ae338fa8f Bug 1317562. Make style images use async image notifications when requesting decoding. r=aosmond 2016-12-25 00:18:08 -06:00