Fischer.json
b2508dd4e6
Bug 1330315 - Add a telemetry probe to track how the Preferences are opened, r=mconley
...
MozReview-Commit-ID: GfuGF4v30pI
2017-05-09 10:43:48 -04:00
Andrew McCreight
5e5e5b9abb
Bug 1363215 - Replace calls to __define{Getter,Setter}__ on top-level this with Object.defineProperty. r=Gijs
...
__define{Getter,Setter}__ are deprecated, and are not defined on
NonSyntacticVariablesObjects, so these calls get in the way of sharing
globals between different .jsms. Probably only the DownloadUtils.jsm
change is really needed for that.
configurable and enumerable are both set to true to match the existing
behavior. If enumerable is set to false, then tests fail, because some
of the getters overwrite the getter with a regular property.
MozReview-Commit-ID: 1OZF45fIAQ
2017-05-08 14:07:34 -07:00
Florian Queze
451928e614
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
aca1103c68
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
4189eac09e
Backed out changeset e1f191aad863 (bug 1356569)
2017-04-14 23:39:17 +02:00
Sebastian Hengst
f75839c723
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
6c119a88d3
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Kris Maglione
e6a8ac0beb
Bug 1355120: Get rid of top-level window ID tracking. r=aswan
...
MozReview-Commit-ID: y7DzMxXBot
2017-04-12 14:12:22 -07:00
Christoph Kerschbaumer
574344af6e
Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js. r=gijs
2017-04-03 12:43:01 +02:00
Carsten "Tomcat" Book
4f3ecfe971
Backed out changeset fdb11fbb53cf (bug 1344706) for eslint failure
2017-04-03 11:32:38 +02:00
Christoph Kerschbaumer
9a82733457
Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js. r=gijs
2017-04-03 09:58:17 +02:00
Zibi Braniecki
f4aa49939d
Bug 1347272 - Move ChromeRegistry::IsLocaleRTL to LocaleService::IsAppLocaleRTL. r=jfkthame
...
MozReview-Commit-ID: BDhgIKNSOEL
2017-03-14 12:35:06 -07:00
Iris Hsiao
bc568366eb
Backed out changeset c7174ac72d14 (bug 1347272) for build bustage
2017-03-28 18:16:33 +08:00
Zibi Braniecki
f1060ac666
Bug 1347272 - Move ChromeRegistry::IsLocaleRTL to LocaleService::IsAppLocaleRTL. r=jfkthame
...
MozReview-Commit-ID: BDhgIKNSOEL
2017-03-14 12:35:06 -07:00
Jared Wein
5a181760cc
Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8
...
Running eslint with --fix didn't fix many of the issues. The majority here had to be fixed by hand but a significant majority of the issues were related to a few files that I was able to use find-and-replace with. I regret not making this in to separate commits of the hand-fixes and the fixes from --fix but I don't recall --fix fixing any of the issues.
MozReview-Commit-ID: ANyg2qfo3Qx
2017-03-21 14:29:43 -04:00
Christoph Kerschbaumer
dab69c4e19
Bug 1348801: Teach TriggeringPrincipal about OA when opening link in private window. r=gijs
2017-03-22 07:22:36 +01:00
Florian Quèze
b15de4893d
Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws.
2017-03-08 10:17:52 +01:00
Luca Greco
7dc975a291
Bug 1190687 - [webext] webNavigation.onCreatedNavigationTarget on new windows/tabs from context menu and user clicks on links. r=kmag
...
MozReview-Commit-ID: KYVKkVUSOzR
2017-02-24 19:49:38 +01:00
Andrea Marchesini
03364d5e05
Bug 1337964 - SiteDataManager should check correctly if a cookie belongs to a private identity or not, r=aryx, r=gijs
2017-02-15 13:12:52 +01:00
Christoph Kerschbaumer
04af1f958e
Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab. r=gijs
2017-01-22 11:47:36 +01: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
Florian Quèze
45647c4570
Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws.
2017-01-09 20:27:25 +01:00
Thomas Nguyen
82e1caab63
Bug 1304623 - Create a pref to control the default referrer policy - part 3. r=bkelly
...
MozReview-Commit-ID: 1A6IHPeNYBQ
2017-01-05 11:29:56 +08: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
5f3247760f
Bug 1297738 - Removing accesskey from container menus that are not accessible via a keyboard r=Gijs
...
MozReview-Commit-ID: KKBw4k61H9N
2016-11-24 15:05:06 +00:00
Sebastian Hengst
bbb910c990
Backed out changeset bdaebda382c1 (bug 1297738) for failing browser_referrer_open_link_in_container_tab.js on OS X. r=backout
2016-11-28 01:06:03 +01:00
Jonathan Kingston
d2f8d8daa5
Bug 1297738 - Removing accesskey from container menus that are not accessible via a keyboard r=Gijs
...
MozReview-Commit-ID: KKBw4k61H9N
2016-11-24 15:05:06 +00: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
Dão Gottwald
08a7c16380
Bug 1315948 - Simplify openLinkIn. r=gijs
2016-11-15 09:59:33 +01:00
Gijs Kruitbosch
8ae665553f
Bug 1313403 - text (focus) goes to the wrong browser after foreground tab change, r=florian,mak
...
MozReview-Commit-ID: BxqYL1p494h
2016-11-05 13:56:08 +00:00
Gijs Kruitbosch
3bf3705bac
Bug 1315944 - ensure about blank viewer creation happens in the right browser, r=florian
...
MozReview-Commit-ID: 7LCGyKHUF76
2016-11-08 12:54:45 +00:00
Wes Kocher
d65b7f35d7
Backed out changeset e388e453977c (bug 1313403) for bc4 bustage a=backout
2016-11-07 11:53:23 -08:00
Gijs Kruitbosch
071f3cfdf8
Bug 1313403 - text (focus) goes to the wrong browser after foreground tab change, r=mak
...
MozReview-Commit-ID: BxqYL1p494h
2016-11-05 13:56:08 +00:00
Jonathan Kingston
df5380e1a5
Bug 1267916 - part 1 - Open about preferences #containers in any existing menu (except context menu), r=jaws
2016-11-03 19:31:28 +01:00
Jonathan Kingston
6e8684cff6
Bug 1278177 - Change container icons to a single sprite sheet and to be rendered by CSS r=jaws
...
MozReview-Commit-ID: 2M1yFOxweBm
2016-09-14 22:48:58 +01:00
Jared Wein
0c024fa9ca
Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Eric Rahm
544eabdb4d
Bug 1311223 - Stop using nsISupportsArray for window args. r=froydnj
...
WindowWatcher allows for either nsIArray or nsISupports array to be passed in
for the arguments param. This converts all internal usage to nsIArray.
MozReview-Commit-ID: DQjtIkobik0
2016-10-19 16:23:57 -07:00
Gijs Kruitbosch
a18592b766
Bug 1000458 - stop races in location bar <return> handling code, r=mak
...
MozReview-Commit-ID: IcQCNj0FcCu
2016-09-28 19:54:25 +01:00
Gijs Kruitbosch
a5f81387b8
Bug 1284395, r=bz,mconley,baku
...
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Sebastian Hengst
1be73950af
Backed out changeset 6036b8acdab5 (bug 1284395) for asserting in ChromeUtils::IsOriginAttributesEqualIgnoringAddonId at nsDocShell.cpp:8007 for Windows debug builds. r=backout
2016-09-19 17:10:09 +02:00
Gijs Kruitbosch
0ab165096f
Bug 1284395, r=bz,mconley
...
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Carsten "Tomcat" Book
31cc011b59
Merge mozilla-central to mozilla-inbound
2016-09-08 12:42:45 +02:00
Andrea Marchesini
29789e3b3f
Bug 1299480 - Fix regression in the context menu when containers are in used, r=gijs
2016-09-08 11:40:46 +02:00