Jonathan Watt
5ccae642ae
Bug 1368411 - Convert content/browser/usercontext.svg to use context paint and avoid filtering to improve performance. r=dao
2017-05-05 11:43:16 +01:00
Chris Pearce
b7b2dab14d
Bug 1355252 - Backed out changeset c19d32e2a710. r=backout
...
MozReview-Commit-ID: 7pTa64IsIq2
--HG--
extra : rebase_source : 27ec010599614d1402e9621149cb953464ec7603
2017-05-30 10:34:13 +12:00
Chris Pearce
5064845788
Bug 1355252 - Don't assume default codecs for MP4 and WebM in EME MediaCapabilities r=jwwang
...
Step 10 of EME's "Get Supported Capabilities for Audio/Video Type" algorithm
says we can assume default codecs only if a container normatively implies a
specific set of codec and codec constraints. Our code assumes that WebM implies
Vorbis/VP8 and MP4 implies AAC/H.264, but those aren't actually normatively
required by either of these containers' specifications. So we shouldn't assume
these containers imply those codecs.
MozReview-Commit-ID: G9TDOmrjhpp
--HG--
extra : rebase_source : 2f040d76c8cb240359401fe1dc1e3eefa029d77b
2017-05-11 14:23:33 +12:00
Christoph Kerschbaumer
e4f38c8d7c
Bug 1362993 - Rewrite gBrowser.addTab() to use BrowserTestUtils.addTab(). r=florian
2017-05-15 21:49:50 +02:00
Florian Quèze
16530fa1e3
Bug 1353542 - smaller script-generated patch converting remaining generators that are likely tasks (actual generators were identified by hand and whitelisted), r=Mossop.
2017-05-12 14:45:01 +02:00
Florian Quèze
5e3539e504
Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop.
2017-05-12 14:42:39 +02:00
Jonathan Kingston
d9b9a81f4e
Bug 1334587 - Fix cookie store removal and updating to use originAttributes. r=baku
...
MozReview-Commit-ID: HpdlT4gxrl0
--HG--
extra : rebase_source : e34967207ee07f30f236402a24212eeb810c6b1b
2017-04-16 17:58:53 +01:00
Andrea Marchesini
a77567be37
Bug 1351464 - DOM::Security is the bugzilla component for Containers project, r=KWierso
2017-04-18 19:51:57 +02:00
Mark Banner
585bf398ea
Bug 1342459 - Enable no-undef on browser/base, and clean up unnecessary no-undef references. r=mossop
...
MozReview-Commit-ID: KVrAnAjMD1E
--HG--
extra : rebase_source : 7a9651c055e2c6e959d42d08e5be9de2e2265346
2017-04-03 11:46:56 +01:00
milindl
6109edd9bd
Bug 1247201 - yield on tests using removeDataFromDomain,r=mak
...
This changeset changes tests using ForgetAboutSite.removeDataFromDomain
to yield on it, since now it is a Task
MozReview-Commit-ID: 72OEYoO1avd
--HG--
extra : rebase_source : 9ea8cc06493c3e965d260dc9377461ff29fe572a
2017-03-17 14:29:48 +05:30
Mark Banner
bd625e4e9f
Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
...
MozReview-Commit-ID: LH0CQOPfoe6
--HG--
extra : rebase_source : 83eaf40c5cbb5e25cfb3f3b5afadf4fbf0422c92
2017-03-20 12:36:37 +01:00
Blake Kaplan
1c54677e01
Bug 1346286 - Remove CPOWs from browser_usercontext.js. r=Felipe
...
MozReview-Commit-ID: 5EvIxVulu59
--HG--
extra : rebase_source : 9bf15543e24bc2c32f45a01ce7ac24f9fae3bdb9
2017-01-12 15:32:36 -08:00
Gabor Krizsanits
126feb5f62
Bug 1337728 - Reenable browser_forgetAPI_EME_forgetThisSite.js. r=me
2017-03-03 11:27:35 +01:00
Masatoshi Kimura
7be7b11a1c
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00
Chris Peterson
7ed800f024
Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz
...
MozReview-Commit-ID: D31Yg1LHI5u
--HG--
extra : rebase_source : 7c608ee93025840fc4f97977feec2ca65ceee263
2017-02-01 22:10:06 -08:00
Florian Quèze
b11907c7aa
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +01:00
Florian Quèze
0e0865f4fc
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Gabor Krizsanits
216527edfc
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-23 14:15:30 +01:00
Blake Kaplan
24afb2a61a
Bug 1330822 - Remove CPOWs from browser_usercontext.js. r=Gijs
...
MozReview-Commit-ID: 6gFJKF76ZDE
--HG--
extra : rebase_source : 330b34767982e2b1dcedb23e6b8a34140bdf1e13
2017-01-12 15:33:05 -08:00
Jared Wein
43bac26d30
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
--HG--
extra : rebase_source : 014c0b04d8538dc5f15bc6dd4ed6bd220c55c5d4
2017-01-17 09:48:17 -06:00
Andrea Marchesini
6f72097efb
Bug 1328756 - Add a pref for and options to the Long Press of the plus button, r=gijs
2017-01-12 18:30:47 +01:00
Kestrel
3b6772f065
Bug 1325014 - Adding tab related to current tab inherits current tab's container usercontextid unless otherwise specified. r=gijs
...
MozReview-Commit-ID: FJ1oKDRp9Dn
--HG--
extra : rebase_source : ac0749c5d5cb076110dea5cb434dee92dc90481a
2017-01-12 01:18:00 +00:00
Sebastian Hengst
65fa41dcdb
Backed out 2 changesets (d80f960a1f2d, 305dcbada31f) (bug 1328756) for leaks. r=backout on a CLOSED TREE
2017-01-12 18:01:31 +01:00
Andrea Marchesini
cfbaa1dd1d
Bug 1328756 - Add a pref for and options to the Long Press of the plus button, r=gijs
2017-01-12 15:29:13 +01:00
Florian Quèze
028a82f682
Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws.
2017-01-09 20:27:25 +01:00
Jared Wein
9141469edf
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
--HG--
extra : rebase_source : 8ab34c4e46a7c3075b459bf44786ec184d10d203
2016-12-30 21:47:25 -05:00
Jared Wein
ecab54a7c9
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
7255df4e9a
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Jonathan Kingston
fe383ac71b
Bug 1318491 - Disable new tab longpress containers menu for private browsing mode r=Gijs
...
MozReview-Commit-ID: Ldmya1q7eO9
--HG--
extra : rebase_source : e7f1ee3d167a458dcbd0794718b0b11b286e8d1e
2016-11-24 13:45:06 +00:00
Andrea Marchesini
9f2aeb5666
Bug 1316740 - Add warning messages when containers are deleted, r=Gijs
2016-11-23 16:33:57 +01:00
Jonathan Kingston
33e1dad257
Bug 1317317 - Await for popup menu to exist for container long press button r=Gijs
...
MozReview-Commit-ID: 2QW0meqYbEt
--HG--
extra : rebase_source : e37332e2f3cbce08dde64635476a086cdcba0aea
2016-11-14 19:52:00 +00:00
Paolo Amadini
9ba5adffc9
Bug 1282768 - Part 1 - Move filters.svg and menubutton-dropmarker.svg to Toolkit. r=past
...
MozReview-Commit-ID: IGe0e94hiM7
--HG--
rename : browser/themes/shared/filters.svg => toolkit/themes/shared/filters.svg
rename : browser/themes/shared/downloads/menubutton-dropmarker.svg => toolkit/themes/shared/icons/menubutton-dropmarker.svg
extra : rebase_source : e969ac507abd7dd8bb4be09907445dd2abf4dc10
2016-11-20 18:40:19 +01:00
Andrea Marchesini
2f974ccbce
Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot
2016-11-18 09:33:33 +01:00
Sebastian Hengst
7110a88674
Backed out changeset d43b778d95c6 (bug 1318273) for failing mochitest fetch/test_formdataparsing.html. r=backout on a CLOSED TREE
2016-11-17 20:58:38 +01:00
Andrea Marchesini
cf2ad8072f
Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot
2016-11-17 19:36:01 +01:00
Jared Wein
3718f00db1
Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop
2016-11-15 22:58:30 -05:00
Dave Townsend
8de07a19a0
Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
...
MozReview-Commit-ID: 2ZvTiZDHchz
--HG--
extra : rebase_source : db6482481b7338df491afd6f6fd376eccec84d7e
2016-11-11 08:10:51 -08:00
Dave Townsend
0a2c8f9b78
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
--HG--
extra : rebase_source : 78fe71a1d673a1c698520a9c82c6f35959614f8f
2016-11-10 14:48:04 -08:00
Carsten "Tomcat" Book
f93282b491
Merge mozilla-central to mozilla-inbound
2016-11-10 17:08:43 +01:00
Jonathan Kingston
6f2e2fd1b5
Bug 1272256 - Add a longpress menu to the new tab button for containers. r=dao, r=Gijs
...
MozReview-Commit-ID: 3GM15cnuQGA
--HG--
extra : rebase_source : 160c4a1c25be9960edfdc8b7e48b1aa8dc53c9dc
2016-09-12 18:25:59 +01:00
Jared Wein
5bb7b57b66
Bug 1316096 - Change eslint configuration to use string values for rules instead of integers, making it easier for others who are reading the rules to know if a rule is set to off, warn, or error. r=mossop
...
MozReview-Commit-ID: 2Xuj5nxuQdO
--HG--
extra : rebase_source : fab5c4903b47d48080ff3c07825440e12f718698
2016-11-08 15:14:19 -05:00
Sebastian Hengst
07a93d8bfb
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: browser. r=RyanVM
...
MozReview-Commit-ID: LDNr97hKpc8
--HG--
extra : rebase_source : 64fd1735a2db892c5e2d2976667ca2374b9b0554
2016-11-05 11:29:13 +01:00
Mark Banner
a41b5adcb0
Bug 1314918 - Fix most of the remaining no-unused-vars issues for local scope in browser/. r=mossop
...
MozReview-Commit-ID: LdoXLniNeT7
--HG--
extra : rebase_source : d2418b8cfab0a399d0dfb5a96ea50c62fac63e70
2016-11-03 11:51:48 +00:00
Carsten "Tomcat" Book
a4d6240b83
Backed out changeset e00ed3bd29f9 (bug 1272256) fix eslint issues
2016-11-04 11:53:06 +01:00
Jonathan Kingston
7a9ade6c38
Bug 1272256 - Adding a longpress menu to the new tab button for containers because innocent of Bustage on a CLOSED TREE. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Carsten "Tomcat" Book
1eb96f0f30
Backed out changeset f19157ac2e48 (bug 1272256) for possibly causing timeouts on trunk trees on a CLOSED TREE
2016-11-04 09:15:03 +01:00
Jonathan Kingston
9919073d9f
Bug 1267916 - part 2 - Add in UX for about:preferences#containers page, r=jaws
2016-11-03 19:31:35 +01:00
Gabor Krizsanits
fccad1c205
Bug 1301340 - part4: Force single content process for failing tests. r=mrbkap
2016-11-03 19:28:09 +01:00
Gabor Krizsanits
684d9317d3
Bug 1301340 - part3: Force single content process for tests that times out. r=mrbkap
2016-11-03 19:28:03 +01:00