Commit Graph

302632 Commits

Author SHA1 Message Date
Victor Porof
21875b7fd9 Bug 1258197 - Recordings list empty label text has a different background color than its parent container, r=jsantell, a=ritu 2016-03-21 10:05:12 +01:00
Valentin Gosu
96481c9c88 Bug 1254061 - Rewrite nsHttp::ParseInt64 using strtoll. r=mcmanus, a=ritu
MozReview-Commit-ID: FXjTBah4OSd
* * *
[mq]: test

MozReview-Commit-ID: 5YT1jWVb21K
2016-03-23 13:42:12 +01:00
Tom Tromey
77526444bb Bug 1245743 - Don't push new timeline markers while popping markers. r=vporof, a=ritu
MozReview-Commit-ID: IllTB7DOdlZ
2016-03-09 19:19:47 -05:00
Tim Nguyen
9e86142640 Bug 1251256 - Replace clear icon with trash can. r=bgrins, ui-r=hholmes, a=ritu
MozReview-Commit-ID: IAsOEpCiocM
2016-03-28 16:52:22 +02:00
Milan Sreckovic
2de4577bdf Bug 1228687: ScopedResolveTexturesForDraw needs the context to be current, so make those calls earlier. r=jgilbert, a=ritu 2016-03-17 23:00:34 -07:00
Jonathan Kew
b449f322ba Bug 1259978 - Allow slightly more line height for menu-item labels in the panel. r=jaws, a=ritu 2016-03-28 13:48:52 +01:00
Makoto Kato
1a584ba174 Bug 1033488 - Part 2. Make PuppetBidiKeyboard correctly on content process. r=masayuki, a=ritu
MozReview-Commit-ID: KtStkwxw54f
2016-03-22 13:13:09 +09:00
Makoto Kato
ecd014388b Bug 1033488 - Send RTL information to child process by WM_INPUTLANGCHANGE. r=masayuki, a=ritu
MozReview-Commit-ID: KB9ok2oly7y
2016-03-11 17:48:10 +09:00
Georg Fritzsche
8e8fa6e41b Bug 1255745 - Make Experiments AsyncShutdown state data more useful. r=dexter, a=lizzard
* Make Experiments AsyncShutdown state add the time to the log entries.
* Fix other AsyncShutdown state issues.
* We were not adding forensic log entries of ExperimentEntry before, added that to be able to narrow this down more.
* This also increases the forensic log a bit to account for the additional entries and removes some unneeded big data addition to the logging.
2016-03-17 14:03:49 +01:00
Randell Jesup
6d29bc2559 Bug 1260702: Don't crash on input sources from WebAudio in MediaRecorder r=padenot a=ritu
MozReview-Commit-ID: cseol6STUw
2016-03-30 10:08:04 -04:00
Ryan VanderMeulen
11fcc00646 Backed out changeset b44401afec64 (bug 1251855) because the fix is no longer needed since bug 1232639 landed on Gecko 47+. a=test-only 2016-03-31 23:06:26 -04:00
Kit Cambridge
b4f40fdf54 Bug 1257821 - Remove the authenticated aesgcm128 content coding scheme. r=mt,marco; a=lizzard
MozReview-Commit-ID: 5pX2GHJ2lNz
2016-03-22 19:20:36 -07:00
Jean-Yves Avenard
a54a3744e1 Bug 963238: Fix compilation errors. r=me a=bustage
MozReview-Commit-ID: K08L6G4F47P
2016-03-09 13:32:02 +11:00
Stone Shih
0e0946a82b Bug 1255597: Modify the content-type check which determine parsing XHR body. Sync content-type hint to HttpChannelParent. r=khuey,jduell a=ritu CLOSED TREE
MozReview-Commit-ID: AwgV2qxPVmW
2016-03-16 11:38:27 +08:00
Francois Marier
3515633cc3 Bug 1254310 - Add a hidden pref to temporarily disable Safe Browsing on given hostnames. r=gcp a=ritu
MozReview-Commit-ID: BaA3orXyLu9
2016-03-11 13:57:38 -08:00
Jean-Yves Avenard
02697ed4e6 Bug 1257211: Exit early if already shutting down. r=gerald a=ritu
MozReview-Commit-ID: 1Oi4m2AIByw
2016-03-17 12:58:21 +11:00
Jean-Yves Avenard
4816a6a710 Bug 1256626. Workaround Microsoft macro silliness. r=me a=ritu
Unrelated to changes to 1256626, but obviously broke the unified build system ON A CLOSED TREE.

MozReview-Commit-ID: 3vklyHWFtgp
2016-03-19 13:21:23 +11:00
Jean-Yves Avenard
412eac5187 Bug 1256626: P2. Use NotifyBenchmarkResult to save VP9 result. r=jimm a=ritu
MozReview-Commit-ID: privnKY1zB
2016-03-17 17:20:21 +11:00
Jean-Yves Avenard
110be06c4d Bug 1256626: P1. Add NotifyBenchmarkResult ipc methods. r=jimm a=ritu
This will be used to save video benchmark results. For now only VP9 is handled.

MozReview-Commit-ID: 4aIWQKoGWVQ
2016-03-17 17:18:35 +11:00
Jean-Yves Avenard
cd63b57c21 Bug 1254858: P10. Return early when error. r=me a=ritu
Quick follow up.

MozReview-Commit-ID: Jl7qTpYGzXK
2016-03-11 08:37:09 +11:00
Jean-Yves Avenard
7efe9dd0f1 Bug 1254858: P9. Search libmozav* lib relative to lgpllibs. r=glandium a=ritu
XUL location can't be used as reference as its location varies.

MozReview-Commit-ID: EKGVpjeepIR
2016-03-10 17:56:34 +11:00
Jean-Yves Avenard
48034bf6bb Bug 1254858: P8. Change default preferences value if prefs don't exist. r=kentuckyfriedtakahe a=ritu
When running gtest, none of the prefs actually exist, so we end up having most PDMs disabled.

MozReview-Commit-ID: GNjhXtjKpGC
2016-03-10 15:04:23 +11:00
Jean-Yves Avenard
60e369aa37 Bug 1254858: P7. Add logging if libmozav can't be found. r=kentuckyfriedtakahe a=ritu
MozReview-Commit-ID: C4m54MMJdr
2016-03-10 15:02:40 +11:00
Jean-Yves Avenard
a04bf9112b Bug 1254858: P6. Add VP9 decoding gtest. r=kentuckyfriedtakahe a=ritu
MozReview-Commit-ID: 1Xo9B1TGyuc
2016-03-10 11:53:39 +11:00
Jean-Yves Avenard
06ce3b7740 Bug 1254858: P5. Add h264 decoding gtest. r=kentuckyfriedtakahe a=ritu
MozReview-Commit-ID: 7uD0X9kRjsf
2016-03-09 21:31:52 +11:00
Jean-Yves Avenard
1e0e633b75 Bug 1254858: P4. Allow to pass mimetype in constructor. r=kentuckyfriedtakahe a=ritu
MozReview-Commit-ID: 1viNCf5quO5
2016-03-09 21:21:57 +11:00
Jean-Yves Avenard
ca4eb3a4d2 Bug 1254858: P3. reorganise Benchmark classes declarations to only expose usable members. r=kentuckyfriedtakahe a=ritu
Additionally, allows Benchmark to be run on any threads; it is up to the caller to ensure that Init() has been called at least once on the main thread.

MozReview-Commit-ID: 5bAx2rgdjQD
2016-03-09 21:38:49 +11:00
Jean-Yves Avenard
efca03e7b3 Bug 1254858: P2. Properly dispatch task on the right thread. r=kentuckyfriedtakahe a=ritu
We were dispatching a task on the main thread, only to redispatch it immediately.

MozReview-Commit-ID: 4Hl6C5UEA82
2016-03-09 21:14:01 +11:00
Jean-Yves Avenard
59e1bd5ed9 Bug 1254858: P1. Remove unused member. r=kentuckyfriedtakahe a=ritu
MozReview-Commit-ID: 807ELtEXeoF
2016-03-09 18:49:22 +11:00
Jean-Yves Avenard
d221dfdef0 Bug 1230265 - Mark constructor as explicit; r=me a=ritu
ON A CLOSED TREE.

MozReview-Commit-ID: 1jCfP6OzCfH
2016-03-09 16:40:23 +11:00
Jean-Yves Avenard
7aaf54a69a Bug 1230265 - Add codec agnostic benchmark; r=kentuckyfriedtakahe a=ritu
The Benchmark class is now taking a MediaDataDemuxer argument. Options allow to decode any videos and measure the decoding speed.

MozReview-Commit-ID: C017I1cGqPL
2016-03-09 15:34:50 +11:00
Anthony Jones
6f403e8288 Bug 1230265 - Add VP9 benchmark telemetry; r=bsmedberg a=ritu
MozReview-Commit-ID: 6ofvNqvkg0U
2016-03-03 16:23:19 +13:00
Anthony Jones
7ee2b10271 Bug 1230265 - Benchmark VP9 decoder performance and enable VP9 on fast machines; r=jya a=ritu
MozReview-Commit-ID: 4GhSLun9x6Z
2016-03-03 15:57:11 +13:00
Andrzej Hunt
353729fe04 Bug 1254797 - Post: Ensure we ignore deleted sites in pinned query r=rnewman, a=ritu
Pinned sites should be deleted directly, however I'm not confident enough
in my knowledge of sync to be certain that we won't end up with deleted
pinned sites in our table.

(We use normal bookmark deletion for removing pinned sites.)

MozReview-Commit-ID: SSLDkSXWlI
2016-03-15 14:44:13 -07:00
Andrzej Hunt
f70e7edd48 Bug 1254797 - Intersperse blank sites between pinned sites if needed. r=rnewman, a=ritu
This fixes an edge case that is most likely to happen to new users if they pin a site followed
by removing one or more suggested sites. This results in the topsites table containing
less sites than needed, leading to some pinned sites being displayed in a higher
than expected position. This also broke unpinning since our code assumes
that a topsites physical position corresponds to its DB position (which prior
to this patch was not the case).

MozReview-Commit-ID: JgTUa55eXnz
2016-03-15 14:41:15 -07:00
Andrzej Hunt
80c0bea197 Bug 1254797 - Pre: fix variable name being negation of value. r=rnewman, a=ritu
This variable was renamed to be positive instead of negative but the value/usage wasn't adapted.

MozReview-Commit-ID: H1DeZMmvTXC
2016-03-09 20:10:34 -08:00
JerryShih
2138586c25 Bug 1252414 - Handle lost_context for webgl ClearBuffer*. r=jgilbert, a=ritu 2016-03-17 01:45:00 -04:00
Sebastian Kaspari
0eda0ce3a3 Bug 1253684 - Introduce preference for forwarding OMA downloads to Android's download manager. r=margaret, a=lizzard
MozReview-Commit-ID: u9j3CGex2q
2016-03-10 10:51:25 +01:00
Michal Novotny
35656eeb85 Bug 1227136 - test for the crash, r=bagder, a=ritu 2016-03-30 13:10:05 +02:00
Jordan Lund
94491982a3 Bug 1259525 - release promotion - add staging mozilla-release configs to mozharness, DONTBUILD a=testing r=rail
MozReview-Commit-ID: 6VfvxSaaNO0

MozReview-Commit-ID: 7aJJcWgEdeh
2016-03-29 11:15:04 -07:00
Aaron Klotz
2b53d25100 Bug 1254373: Make TestDemon build on Windows; r=billm, a=npotb
MozReview-Commit-ID: GtgAVfDYhtk
2016-03-10 17:32:16 -07:00
Mihai Tabara
da8763e593 Bug 1256063 - Add bouncer aliases for dev branch too. r=rail a=release DONTBUILD
MozReview-Commit-ID: DiJnpok4zzA
2016-03-29 17:15:01 +01:00
Pip
8d8723b6d4 Bug 1258632 - Distinguish signed/unsigned MDiv/MMod in GVN. r=bbouvier a=sylvestre
Modify the congruentTo method of MDiv and MMod opcodes to take into
account signedness, which is necessary for correct code generation.

MozReview-Commit-ID: 5bOBSIdADgP
2016-03-22 09:41:00 +01:00
Christoph Kerschbaumer
cc2d16049e Bug 1251043 - Test form submission blocked by CSP (r=francois) a=ritu
MozReview-Commit-ID: AT0TohMif1r
2016-03-23 13:38:05 -07:00
Christoph Kerschbaumer
08417a2aeb Bug 1251043 - Bail early with error if form-action blocks loading. r=francois a=ritu
MozReview-Commit-ID: 3yqIJfePAbp
2016-03-23 11:15:20 -07:00
Kim Moir
100459fbb2 Bug 1259423 - freshclam fails to update the DB r=rail a=release DONTBUILD 2016-03-29 10:27:32 -04:00
Randell Jesup
a04c14151e Bug 1258144: warnings-as-errors bustage r=cpearce a=me
MozReview-Commit-ID: 6CIkX6F6cl2
2016-03-28 21:00:21 -04:00
Randell Jesup
e5cb471eb6 Bug 1258144: Don't start a thread for SystemClockDriver if already started r=padenot a=ritu
MozReview-Commit-ID: 2PYFppSLV3B
2016-03-28 20:02:40 -04:00
Wes Kocher
7163620dfd Backed out changeset 9b19d8fe7dec (bug 1249849) for build failures in WindowsDllBlocklist.cpp a=backout
MozReview-Commit-ID: C8dzF78coJ0
2016-03-28 16:34:50 -07:00
Jorg K
48c61964eb Bug 1254980 - Ensure that text/html is still written to the clipboard. r=enndeakin a=ritu
MozReview-Commit-ID: Dz6tGtCfxgJ
2016-03-22 11:47:00 -04:00