Commit Graph

842 Commits

Author SHA1 Message Date
Masatoshi Kimura
0af76969af Bug 1375125 - Stop using nsILocalFile in the tree. r=froydnj
This mechanically replaces nsILocalFile with nsIFile in
*.js, *.jsm, *.sjs, *.html, *.xul, *.xml, and *.py.

MozReview-Commit-ID: 4ecl3RZhOwC
2017-08-04 17:49:22 +09:00
Richard Marti
49eb44ccf8 Bug 1387097 - Let the prefernces favicon use the tab text color as fill color. r=dao
MozReview-Commit-ID: LelC9FL3QfD
2017-08-03 19:19:35 +02:00
Masatoshi Kimura
c0943e4f30 Bug 1326520 - Rename nsIURI.path to pathQueryRef. r=valentin.gosu
MozReview-Commit-ID: DqJdTGopR9G
2017-07-29 20:50:21 +09:00
Jared Wein
e3ef742b08 Bug 1375883 - Replace 'sites' with 'websites' in strings for preferences since the Mozilla language guide prefers the full 'websites' term. r=mconley
MozReview-Commit-ID: GVB7wnjULL6
2017-07-31 16:06:12 -04:00
Mark Hammond
467367e7fb Bug 1385191 - Prefer email address from the FxA profile over that from the account. r=eoger
MozReview-Commit-ID: 78U2RZQ5xfB
2017-07-28 16:35:40 +10:00
Timothy Guan-tin Chien
278552e9d3 Bug 1384962 - Don't set process count for user on Preferences page load, r=jaws
This is a follow-up to incomplete fix in bug 1382649. In that bug, I attempted to
set the process count value to the e10s rollout value, when the user unchecks
"Use default performance settings". The same function updatePerformanceSettingsBox()
is actually run during page load, resulting the user set value being changed to
e10s rollout value if the user decided to use the default process count.

Tests are written for both patches.

MozReview-Commit-ID: 4CLLcEKbS58
2017-07-27 23:41:31 +08:00
Prathiksha
aa7c19d5af Bug 1365957 - Pressing backspace on the cookies dialog to delete a cookie no longer removes the dialog. r=johannh
MozReview-Commit-ID: LDwIljC7Ji7
2017-07-17 17:01:36 +05:30
Sebastian Hengst
fea9e56287 Backed out changeset 9bba40accbf6 (bug 1384962) for frequently exceeding maximum run time for browser/components/preferences/in-content/tests/browser_performance.js. r=backout 2017-07-28 11:01:21 +02:00
Timothy Guan-tin Chien
73a920433a Bug 1384962 - Don't set process count for user on Preferences page load, r=jaws
This is a follow-up to incomplete fix in bug 1382649. In that bug, I attempted to
set the process count value to the e10s rollout value, when the user unchecks
"Use default performance settings". The same function updatePerformanceSettingsBox()
is actually run during page load, resulting the user set value being changed to
e10s rollout value if the user decided to use the default process count.

Tests are written for both patches.

MozReview-Commit-ID: 4CLLcEKbS58
2017-07-27 23:41:31 +08:00
Carsten "Tomcat" Book
e570da6107 Merge mozilla-central to mozilla-inbound 2017-07-25 14:38:43 +02:00
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
Timothy Guan-tin Chien
f06b25a572 Bug 1382649 - Take the process count value set by e10s rollout as the default in the about:preferences UI, r=evanxd,jaws,mrbkap
When the user sets browser.preferences.defaultPerformanceSettings.enabled to false and want to set custom process count,
we want to offer the process count value given by e10s rollout add-on as the default, instead of the default value
of dom.ipc.processCount.

MozReview-Commit-ID: 1hXWHA9j4xw
2017-07-21 12:42:19 +08:00
Johann Hofmann
3fca548c18 Bug 1371219 - Add an inputSource attribute to XULCommandEvent. r=smaug
In the frontend we need to know if XUL buttons in the toolbar were
triggered by a touch event, so we're passing on the inputSource
in the command event.

MozReview-Commit-ID: DMvgZULk9hT
2017-07-20 17:45:56 +02:00
Mark Hammond
dc9c5ac7e8 Bug 1361285 - add new addresses and credit-cards engines to about:preferences. r=eoger
MozReview-Commit-ID: GOxkmdKCVFt
2017-07-20 16:50:41 +10:00
Jonathan Kingston
615d427053 Bug 1327947 - Remove id's from about:preferences#containers as it breaks sorting for applications. r=jaws
MozReview-Commit-ID: H39D5kT4lc5
2017-07-05 17:45:27 -07:00
Mark Banner
b1b7a75372 Bug 1380009 - Enable the ESLint no-return-await call to avoid unnecessary intermediate promise creation. r=mossop
MozReview-Commit-ID: EnhSBHMjurr
2017-07-11 22:49:55 +01:00
Ricky Chien
98a46be056 Bug 1377845 - Fix TypeError: frame is undefined when resizing sub-dialog window r=MattN,scottwu
MozReview-Commit-ID: HjiaIyZHgkL
2017-07-08 11:34:54 +08:00
Sebastian Hengst
bda09196cf Backed out changeset a8d854de191c (bug 1327947) for eslint failures in browser_applications_selection.js. r=backout 2017-07-10 17:15:47 +02:00
Jonathan Kingston
2b12872bb8 Bug 1327947 - Remove id's from about:preferences#containers as it breaks sorting for applications. r=jaws
MozReview-Commit-ID: H39D5kT4lc5
2017-07-05 17:45:27 -07:00
Rajesh Kathiriya
bfb3762076 Bug 1374670 - Enabled the ESLint no-tabs rule across mozilla-central r=standard8
MozReview-Commit-ID: RT5QTipaOW
2017-07-04 21:30:18 +05:30
Dan Banner
4be8ffda45 Bug 1370218 - [Mac] Pressing backspace to remove a password in the password dialog (in preferences) should leave the dialog open. r=MattN
MozReview-Commit-ID: HtbUJUJgncK
2017-06-23 20:09:21 +01:00
Hemant Singh Patwal
0f4d80f2c1 Bug 1361170 - Split browser_advanced_siteData.js in to two tests because it was running too long. r=jaws
MozReview-Commit-ID: 1HrM9ydWQlF
2017-06-29 07:56:58 +05:30
Ricky Chien
1f34be3d62 Bug 1370190 - Updated Preferences tracking protection section r=jaws
MozReview-Commit-ID: Fi39kQcc359
2017-06-07 16:21:57 +08:00
Christoph Kerschbaumer
efcd021236 Bug 1375023 - Have switchToTabHavingURI() provide the correct triggeringPrincipal. r=gijs,aswan 2017-06-25 14:03:06 +02:00
Florian Quèze
c30094cdf7 Bug 1374282 - script generated patch to remove generators from add_task in browser/ and toolkit/, r=Mossop. 2017-06-22 12:51:43 +02:00
Alessio Placitelli
fb1215c209 Bug 1312182 - Consolidate the uses of MOZ_TELEMETRY_REPORTING in the code. r=flod,gfritzsche,jaws
The MOZ_TELEMETRY_REPORTING define does not control whether or not Telemetry is enabled
but rather if it will send the gathered data to Mozilla servers. We still want to
display the about:preferences options and let developers know about this behaviour.
Please note that this patch is not changing any behaviour: it's only making it explicit
by showing the options as disabled rather than hiding them.

MozReview-Commit-ID: 7A0y0E0hm0Q
2017-05-30 10:42:42 +02:00
Sebastian Hengst
ef0c39fb4c Backed out changeset 7f1e5af6138b (bug 1312182) for failing e.g. browser-chrome's browser_storagePressure_notification.js because of entity parsing error for healthReportingDisabled.label. r=backout 2017-06-14 18:46:10 +02:00
Alessio Placitelli
db8dffaf60 Bug 1312182 - Consolidate the uses of MOZ_TELEMETRY_REPORTING in the code. r=flod,gfritzsche,jaws
The MOZ_TELEMETRY_REPORTING define does not control whether or not Telemetry is enabled
but rather if it will send the gathered data to Mozilla servers. We still want to
display the about:preferences options and let developers know about this behaviour.
Please note that this patch is not changing any behaviour: it's only making it explicit
by showing the options as disabled rather than hiding them.

MozReview-Commit-ID: 7A0y0E0hm0Q
2017-05-30 10:42:42 +02:00
Timothy Guan-tin Chien
ae8acb10d0 Bug 1368943 - Disable content process count UI and switch description for non-e10s users, r=jaws
MozReview-Commit-ID: 7UNKrz8VMzI
2017-06-09 11:44:16 +08:00
Sebastian Hengst
7a9b2b8804 Backed out changeset a8c970380c92 (bug 1368943) for mass test failures, e.g. in browser/extensions/formautofill/test/browser/browser_privacyPreferences.js. r=backout 2017-06-10 10:43:28 +02:00
Timothy Guan-tin Chien
e6def5e6a9 Bug 1368943 - Disable content process count UI and switch description for non-e10s users, r=jaws
MozReview-Commit-ID: 7UNKrz8VMzI
2017-06-09 11:44:16 +08:00
Edouard Oger
5228b84006 Bug 1369855 - Update sinon.js to version 2.3.2. r=markh
MozReview-Commit-ID: FPB4HebP3g7
2017-06-02 15:50:30 -04:00
Mark Hammond
1581e20b1c Bug 1370746 - about:prefs#sync listens for more FxA account state notifications. r=eoger
MozReview-Commit-ID: CcixuCOKjLS
2017-06-07 17:16:21 +10:00
Johann Hofmann
c8531bcb4f Bug 1342940 - Add a test for login exception dialog interaction in about:preferences. r=standard8
This is primarily to test removing items via the back or delete
button, which has proven unreliable in the past.

MozReview-Commit-ID: B9I9ZPrGWuq
2017-03-14 08:40:44 +01:00
Scott Wu
f6cf8924a8 Bug 1340987 - (Part 5) Apply changes for subdialogs.js to in-content and fix tests. r=MattN
MozReview-Commit-ID: D729DVbZw9I
2017-06-05 17:00:47 +08:00
Timothy Guan-tin Chien
07e1c956ed Bug 1363850 - Part II, Move old about:preferences from in-content-old/ to in-content/, r=jaws,mconley
MozReview-Commit-ID: DPLJT1adO1c
2017-05-31 08:20:26 +08:00
Timothy Guan-tin Chien
3a021a04eb Bug 1363850 - Part I, Move new about:preferences from in-content/ to in-content-new/, r=jaws,mconley
MozReview-Commit-ID: ButUfsGP7lS
2017-05-25 18:31:41 +08:00
Milan Sreckovic
8bf70de4f7 Bug 1368109: No need to sync layers.acceleration.disabled and gfx.direct2d.disabled on Windows. r=mchang
MozReview-Commit-ID: FtyaRl0ar9X
2017-05-26 13:09:56 -04:00
Evan Tseng
04288d5a38 Bug 1367959 - Remove brandShortName from the string "… can improve &brandShortName; performance". r=jaws
MozReview-Commit-ID: FSewvreb330
2017-05-26 12:17:04 +08:00
Evan Tseng
5527d17651 Bug 1366252 - Include the URL of the support page in the error message of the no-results-found view of about:preferences search. r=jaws,mconley
MozReview-Commit-ID: 8WkMtMhN74B
2017-05-22 15:26:16 +08:00
Phil Ringnalda
6c2774e4e4 Bug 1352481 followup, set the preferences to enable the UI the tests search for, even on beta and release 2017-05-27 13:40:36 -07:00
Sebastian Hengst
79191790bd merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: CEadD9RweN4
2017-05-27 10:00:59 +02:00
Ricky Chien
5095deba28 Bug 1366148 - Making menulist and menupopup highlightable r=jaws,mossop
MozReview-Commit-ID: 14HG16oPb0g
2017-05-20 00:09:25 +08:00
Jared Wein
669966f7ba Bug 1352481 - Fix a few eslint errors related to unnecessary semicolon usage and incorrect quotes (should have used double quotes for string). r=me 2017-05-26 13:46:22 -04:00
Evan Tseng
e561ae7f80 Bug 1352481 - Add searchkeywords attributes for subdialog buttons and search the keywords in the searchWithinNode method. r=jaws
MozReview-Commit-ID: HM6HPLM5wPj
2017-05-09 17:00:45 -04:00
Evan Tseng
2a8860ea93 Bug 1364094 - Make defaultPerformancePref become true after changing processCountPref and accelerationPref at one time. r=jaws
MozReview-Commit-ID: 7vBUqwzWOLv
2017-05-11 11:14:08 -04:00
David Keeler
5bf9f40580 bug 1366100 - disable OCSP fetching for DV certificates in nightly r=jaws,jcj
After this change, the platform will only fetch OCSP responses for EV
certificates (in nightly).

MozReview-Commit-ID: 3d9kzCYmnsa
2017-05-23 17:07:51 -07:00
Evan Tseng
03baded465 Bug 1366214 - Add a new result not found string for Windows. r=jaws,mconley
MozReview-Commit-ID: pSICMLRDPS
2017-05-19 19:48:41 +08:00
Fischer.json
25264c4591 Bug 1364852 - Handle error from Services.eTLD.getBaseDomainFromHost, r=Gijs
Quota Manager could return origin which being set to eTLD (see bug 1365892 for more details) or in ipv4/ipv6. That could cause error while calling Services.eTLD.getBaseDomainFromHost. This patch handles these expected errors.

MozReview-Commit-ID: qlfb8nh8cV
2017-05-18 00:29:31 +08:00
tfe
4986448c2a Bug 1336395 - Disallow same alias in search engines r=jaws
MozReview-Commit-ID: 1GidMz0dimv
2017-05-24 12:51:58 +02:00