Andrew McCreight
84e55230f5
Bug 1352218, part 1 - Split pdf.js boot strap file. r=Gijs
...
One is always run, the other is only run when PdfJs.enabled is true in
the parent process. This refactoring enables the next patch.
The extensions changes are from:
https://github.com/mozilla/pdf.js/pull/8218
MozReview-Commit-ID: HwQ3yk8Jck4
2017-03-30 14:43:04 -07:00
Phil Ringnalda
c899d9ff9a
Bug 1351980 followup, placate eslint
2017-04-04 19:01:24 -07:00
Ehsan Akhgari
cd341b9e56
Bug 1351980 - Initialize and uninitialize UserAgentOverrides.jsm for Firefox; r=mconley
2017-04-04 21:18:21 -04:00
Gijs Kruitbosch
65da082651
Bug 1309946 - remove all traces of add-on performance monitoring, r=Yoric
...
This removes all the code for add-on performance watching from the
perfmonitoring component. This should mean that for add-on
compartments, we no longer trigger jank or CPOW monitoring in the JS
engine. This should result in minor performance improvements. As a
result, about:performance no longer reports on add-on performance
(but still reports on web page performance).
It also removes the AddonWatchers.jsm module and the related Nightly-
only UI (disabled in the parent commit) and strings. This UI wasn't
ready for release, there wasn't sufficient data it was creating
value for users, and there was some evidence that it didn't always
correctly identify the cause of performance issues, thus potentially
leading to user confusion or annoyance. Removing it therefore seemed
the right thing to do.
MozReview-Commit-ID: LsRwuaUtq6L
2017-03-29 11:03:47 +01:00
Gijs Kruitbosch
9764ffe2f9
Bug 1309946 - disable addonwatcher for easy uplift, r=Yoric
...
MozReview-Commit-ID: 1mjO3oPhSOw
2017-03-28 18:34:44 +01:00
Zack Herrick
50c0d3d538
Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
...
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).
The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).
Patch co-authored by Zack Herrick <herrickz@msu.edu > and Ziyan Long <lzylong@gmail.com >.
MozReview-Commit-ID: 1sx0Wj15yM7
2017-03-29 11:52:08 -04:00
Florian Quèze
c1bca211b8
Bug 1345294 - add an eslint rule to reject usage of {get,set}ComplexValue for nsISupportsString and suggest {get,set}StringPref instead, and make it pass, r=Mossop.
2017-03-16 19:26:02 +01:00
Edouard Oger
6bb3388c4a
Bug 1269277 - Add Manage Device button in Synced Tabs menu/sidebar. r=markh
...
MozReview-Commit-ID: 2BMgLeI0DNF
2017-03-10 20:14:51 -05:00
Wes Kocher
2a580c40a3
Backed out changeset cfe8ab5f1c08 (bug 1269277) for failures in browser_aboutAccounts.js a=backout
...
MozReview-Commit-ID: FgcSoHPCnoH
2017-03-10 16:55:36 -08:00
Edouard Oger
433b309613
Bug 1269277 - Add Manage Device button in Synced Tabs menu/sidebar. r=markh
...
MozReview-Commit-ID: 2BMgLeI0DNF
2017-03-09 15:53:08 -05:00
Wes Kocher
a692eeae0b
Backed out changeset 805da5d5567f (bug 1269277) for failures in browser_device_connected.js and browser_aboutAccounts.js a=backout
...
MozReview-Commit-ID: 1xafqaoxNWG
2017-03-10 12:31:13 -08:00
Edouard Oger
a7bd01f4fe
Bug 1269277 - Add Manage Device button in Synced Tabs menu/sidebar. r=markh
...
MozReview-Commit-ID: 2BMgLeI0DNF
2017-03-09 15:53:08 -05:00
Florian Quèze
c7eae86054
Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws.
2017-03-07 15:29:48 +01:00
Mark Banner
7d691acb44
Bug 1344027 - Fix most of the remaining ESLint no-undef issues in browser/components. r=jaws
...
MozReview-Commit-ID: DUnxVITvZgh
2017-03-03 09:29:14 +00:00
Dão Gottwald
2326235dc3
Bug 1300376 - Update zoom indicator when moving a browser to another window. r=jaws
...
MozReview-Commit-ID: 3iWBQBM9jC3
2017-03-01 10:35:20 +01:00
Edouard Oger
1fd23b836d
Bug 1332858 - Alternate wording for Sync new device connected notification when device name missing. r=markh
...
MozReview-Commit-ID: DdwrRGjwI3
2017-02-02 15:49:03 -05:00
Marco Bonardo
2ea06bb808
Bug 1320481 - thumbnails cache not cleared with clear history on shutdown. r=Felipe
...
The "places-shutdown" notification is not a good time to remove observers, since
history notifications (and in particular onClearHistory) may happen at the same
time (The sanitizer runs at "profile-change-teardown" that is basically the same
as "places-shutdown").
We can't ensure proper order of these calls, the safest/simplest thing is just
to keep a weak reference and continue observing.
MozReview-Commit-ID: 9zHkDqozXup
2017-01-26 17:54:32 +01:00
Nihanth Subramanya
cc6d23df92
Bug 1313568 - Remove CaptivePortalWatcher.jsm and move tests to browser/base/content/tests/captivePortal. r=MattN
...
MozReview-Commit-ID: 3dSsLNmSUMA
2017-01-14 04:28:50 +05:30
Andrew Swan
d4d8a7d775
Bug 1317363 Implement the new sideloading flow r=florian,rhelmer
...
MozReview-Commit-ID: JgloWKYAhlK
2017-01-18 18:16:19 -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
Brian Grinstead
266c79c64e
Bug 1314091 - Expose 'compact' themes instead of the Dev Edition theme;r=Gijs
...
This commit does the following:
* Install two lightweight themes instead of one
* Introduce a build config to install the themes instead of relying on channel: INSTALL_COMPACT_THEMES
* Change browser-compacttheme to use the new themes instead of the old one
* Remove inferBrightness since the lwt colors are part of the compact theme definision, as opposed
to the devedition theme which could be light or
* Update CSS to use :-moz-lwtheme-darktext and :-moz-lwtheme-brighttext instead of [devtoolstheme]
MozReview-Commit-ID: 4gKU68drlE2
2017-01-13 11:53:58 -08:00
Dão Gottwald
1367ab44f5
Bug 1330001 - Remove browser code behind Windows XP and Vista version checks. r=jaws
2017-01-11 10:54:16 +01:00
Edouard Oger
39b1782c8b
Bug 1201335 - Display notification when a new device is added to Sync account. r=markh
...
MozReview-Commit-ID: D03prgIdL1M
2017-01-04 19:21:36 -05:00
Jared Wein
7c1615ceba
Bug 1329014 - Enable the no-extra-bind rule and use eslint --fix to autofix the errors. r=standard8
...
MozReview-Commit-ID: BwK94W2mHXS
2017-01-05 16:43:29 -05:00
Andrew Swan
6e61dca819
Bug 1308309 Prompt for webextensions permissions r=florian,rhelmer
...
MozReview-Commit-ID: 6rTGvjKcx3H
2017-01-03 10:55:25 -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
Wes Kocher
bd2cccd1c5
Merge inbound to central, a=merge
...
MozReview-Commit-ID: I54WGOLqHI2
2016-12-22 18:37:07 -08:00
Mark Banner
545ce6cb35
Bug 1325374 - Specify more globals in browser.js/nsBrowserGlue.js, and start fixing up some of places. r=mossop
...
MozReview-Commit-ID: C22lTfaUzHB
2016-12-22 12:14:05 +00:00
Carsten "Tomcat" Book
ef798f401e
Merge mozilla-central to mozilla-inbound
2016-12-22 16:25:35 +01:00
Mark Banner
99dfbe8da3
Bug 1308420 - Move nsBrowserGlue.js _handleURLBarTelemetry() into BrowserUsageTelemetry. r=mak
...
MozReview-Commit-ID: AYNeNyoCwoG
2016-12-07 13:45:56 +00:00
Sebastian Hengst
5734cc8a1a
Backed out changeset 7f69f45a0025 (bug 1308420) for failing browser_UsageTelemetry_urlbar.js on Linux x64 asan.
2016-12-20 13:07:39 +01:00
Mark Banner
5971606f4b
Bug 1308420 - Move nsBrowserGlue.js _handleURLBarTelemetry() into BrowserUsageTelemetry. r=mak
...
MozReview-Commit-ID: AYNeNyoCwoG
2016-12-07 13:45:56 +00:00
Panos Astithas
4c4e4d8374
Bug 1282768 - Part 2 - Move the secondary actions of doorhanger notifications to their own menu button. r=paolo
...
MozReview-Commit-ID: 2cnufF7wZJG
2016-11-20 18:40:22 +01:00
Panos Astithas
1d4c2c0c96
Bug 1004061 - Make most doorhanger notifications persistent. r=florian
...
MozReview-Commit-ID: IEPkDRnYpiM
2016-11-20 18:40:04 +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
Matthew Wein
dcb1dd5545
Bug 1267810 - Add a module for registering keywords and handling keyword input sessions. r=adw
...
MozReview-Commit-ID: Ghqe5xLw67Y
2016-11-11 12:41:05 +00:00
Carsten "Tomcat" Book
9ff6099cde
Backed out changeset 9cfc41a2869e (bug 1267810) for eslint failures
2016-11-11 09:08:33 +01:00
Matthew Wein
4242267f30
Bug 1267810 - Add a module for registering keywords and handling keyword input sessions. r=adw
...
MozReview-Commit-ID: Ghqe5xLw67Y
2016-11-11 02:06:14 +00:00
Mark Banner
7fc1c9a3bf
Bug 1315617 - Fix remaining no-unused-vars for local scope in browser/ and enable the rule for all of browser/ r=mossop
...
MozReview-Commit-ID: FO1p5G5K3zg
2016-11-03 11:56:28 +00:00
Mark Banner
0dc78b7964
Bug 1314918 - Fix most of the remaining no-unused-vars issues for local scope in browser/. r=mossop
...
MozReview-Commit-ID: LdoXLniNeT7
2016-11-03 11:51:48 +00:00
Iris Hsiao
6ac96d5a01
Backed out changeset 5b9b56fecb95 (bug 1267810)
2016-11-04 10:57:34 +08:00
Matthew Wein
13ec178a03
Bug 1267810 - Add a module for registering keywords and handling keyword input sessions. r=adw
...
MozReview-Commit-ID: Ghqe5xLw67Y
2016-11-03 16:27:50 +00:00
Gijs Kruitbosch
c465dd94e7
Bug 1312406 and bug 1255361 - part 2: remove tab groups backup, r=Dolske
...
MozReview-Commit-ID: 96AFjsXE1w0
2016-11-01 16:12:19 +00:00
Gijs Kruitbosch
70a8e9c0a1
Bug 1312406 - part 1: remove tab groups migration code, r=Dolske
...
MozReview-Commit-ID: BDuX607J51w
2016-11-01 15:59:11 +00:00
Thom Chiovoloni
746a84056c
Bug 1305737 - String changes to handle the cases where we don't have the device name for a sent tab. r=markh
...
MozReview-Commit-ID: Frt4KzfWPbZ
2016-10-21 15:00:59 -04:00
Aaron Klotz
9538d1cde4
Bug 1310788: Only show "a11y disables e10s" prompt on Windows versions <= 5.2; r=Felipe
...
MozReview-Commit-ID: 3278rDpOgkC
2016-10-17 12:21:37 -06:00