Jonathan Kingston
868f3eeee9
Bug 1387117 - Fix containers highlight for square tabs to be an underline. r=dao
...
MozReview-Commit-ID: L5YLL7qCRfv
2017-08-03 18:22:29 +01:00
Jonathan Kingston
d0434236e6
Bug 1387003 - Adding container icons from test pilot experiment. r=jaws
...
MozReview-Commit-ID: FYScQpSh11m
2017-08-03 13:05:17 +01:00
Rajesh Kathiriya
fefc455410
Bug 1374620 - Enabled the ESLint dot-notation rule across mozilla-central r=standard8
...
MozReview-Commit-ID: FadrI2li43G
2017-07-25 23:45:41 +05:30
Sebastian Hengst
1326418a49
Backed out changeset f5922a7ed25a (bug 1374620) for failing eslint at telemetry/tests/unit/test_TelemetrySend.js:358: ["os"] is better written in dot notation. r=backout
2017-07-31 14:44:34 +02:00
Rajesh Kathiriya
0d920ece6a
Bug 1374620 - Enabled the ESLint dot-notation rule across mozilla-central r=standard8
...
MozReview-Commit-ID: FadrI2li43G
2017-07-25 23:45:41 +05:30
Andrea Marchesini
1d80ac7631
Bug 1368815 - ContextualIdentityService should remove containers only when all the tabs are completely closed, r=mconley
2017-07-25 13:26:28 +02:00
Wes Kocher
10b1bf84e6
Bug 1382818 - Update moz.build metadata for browser/components/contextualidentity/ r=baku
...
MozReview-Commit-ID: LMJNikJ1Jdm
2017-07-20 13:32:50 -07:00
Jonathan Watt
f9c3bb1368
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
d1628fa189
Bug 1355252 - Backed out changeset c19d32e2a710. r=backout
...
MozReview-Commit-ID: 7pTa64IsIq2
2017-05-30 10:34:13 +12:00
Chris Pearce
6e7cbe7323
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
2017-05-11 14:23:33 +12:00
Christoph Kerschbaumer
5452a95b49
Bug 1362993 - Rewrite gBrowser.addTab() to use BrowserTestUtils.addTab(). r=florian
2017-05-15 21:49:50 +02:00
Florian Quèze
b2499a4c57
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
ff53eb9a63
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
41e6c125f5
Bug 1334587 - Fix cookie store removal and updating to use originAttributes. r=baku
...
MozReview-Commit-ID: HpdlT4gxrl0
2017-04-16 17:58:53 +01:00
Andrea Marchesini
a88272912b
Bug 1351464 - DOM::Security is the bugzilla component for Containers project, r=KWierso
2017-04-18 19:51:57 +02:00
Mark Banner
7945b07153
Bug 1342459 - Enable no-undef on browser/base, and clean up unnecessary no-undef references. r=mossop
...
MozReview-Commit-ID: KVrAnAjMD1E
2017-04-03 11:46:56 +01:00
milindl
a7349294f7
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
2017-03-17 14:29:48 +05:30
Mark Banner
ec9074e132
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
2017-03-20 12:36:37 +01:00
Blake Kaplan
4842dc972b
Bug 1346286 - Remove CPOWs from browser_usercontext.js. r=Felipe
...
MozReview-Commit-ID: 5EvIxVulu59
2017-01-12 15:32:36 -08:00
Gabor Krizsanits
d2b79d7d45
Bug 1337728 - Reenable browser_forgetAPI_EME_forgetThisSite.js. r=me
2017-03-03 11:27:35 +01:00
Masatoshi Kimura
4f2e64ad3d
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
2017-02-23 06:10:07 +09:00
Chris Peterson
3f80404f8a
Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz
...
MozReview-Commit-ID: D31Yg1LHI5u
2017-02-01 22:10:06 -08:00
Florian Quèze
c8cf49999e
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +01:00
Florian Quèze
91f7a2ef3a
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
fcef34662d
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-23 14:15:30 +01:00
Blake Kaplan
804617860a
Bug 1330822 - Remove CPOWs from browser_usercontext.js. r=Gijs
...
MozReview-Commit-ID: 6gFJKF76ZDE
2017-01-12 15:33:05 -08:00
Jared Wein
0ec522d5b6
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Andrea Marchesini
e562c32f8d
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
c3970f4f4b
Bug 1325014 - Adding tab related to current tab inherits current tab's container usercontextid unless otherwise specified. r=gijs
...
MozReview-Commit-ID: FJ1oKDRp9Dn
2017-01-12 01:18:00 +00:00
Sebastian Hengst
d4c3029bee
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
d5f50121db
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
45647c4570
Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws.
2017-01-09 20:27:25 +01:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
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
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Jonathan Kingston
9ef9706677
Bug 1318491 - Disable new tab longpress containers menu for private browsing mode r=Gijs
...
MozReview-Commit-ID: Ldmya1q7eO9
2016-11-24 13:45:06 +00:00
Andrea Marchesini
cbc1159e2c
Bug 1316740 - Add warning messages when containers are deleted, r=Gijs
2016-11-23 16:33:57 +01:00
Jonathan Kingston
19aab6fb7a
Bug 1317317 - Await for popup menu to exist for container long press button r=Gijs
...
MozReview-Commit-ID: 2QW0meqYbEt
2016-11-14 19:52:00 +00:00
Paolo Amadini
f5a82bca3b
Bug 1282768 - Part 1 - Move filters.svg and menubutton-dropmarker.svg to Toolkit. r=past
...
MozReview-Commit-ID: IGe0e94hiM7
2016-11-20 18:40:19 +01:00
Andrea Marchesini
a0f9b83d87
Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot
2016-11-18 09:33:33 +01:00
Sebastian Hengst
85e0c09e58
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
8b521463f7
Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot
2016-11-17 19:36:01 +01:00
Jared Wein
ef8b1e86ca
Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop
2016-11-15 22:58:30 -05:00
Dave Townsend
4e295aa48d
Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
...
MozReview-Commit-ID: 2ZvTiZDHchz
2016-11-11 08:10:51 -08:00
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Carsten "Tomcat" Book
fb24d5c10e
Merge mozilla-central to mozilla-inbound
2016-11-10 17:08:43 +01:00
Jonathan Kingston
c4254b6e68
Bug 1272256 - Add a longpress menu to the new tab button for containers. r=dao, r=Gijs
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Jared Wein
2dfc7371c2
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
2016-11-08 15:14:19 -05:00
Sebastian Hengst
d1c538318e
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: browser. r=RyanVM
...
MozReview-Commit-ID: LDNr97hKpc8
2016-11-05 11:29:13 +01:00