Commit Graph

1708 Commits

Author SHA1 Message Date
Johann Hofmann
6bcb938c3b Bug 1387971 - Fix centering of website names in the permission dialog. r=prathikshaprasadsuman+580428
MozReview-Commit-ID: ErDAZIW2cNM
2017-08-07 10:08:54 +02:00
Evan Tseng
5fe25c5abf Bug 1377167 - Update font size, font color, and background color to match the Photon preferences visual refresh spec. r=mconley
MozReview-Commit-ID: 2dcr9x8cnEp
2017-07-24 16:49:16 +08:00
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
Evan Tseng
2f2f54e230 Bug 1386560 - Fix the typo of firefoxAccountCategory header's class list because all level 1 headers should have the subcategory class. r=jaws
MozReview-Commit-ID: 8ngQaCWSUxq
2017-08-02 17:32:07 +08:00
Prathiksha
d4144b4e4e Bug 1373206 - Create a new dialog for notification settings under Firefox Preferences to match the new spec. r=johannh
MozReview-Commit-ID: 5gk4mr3D0jT
2017-06-29 23:49:35 +05:30
Ricky Chien
6bb516fada Bug 1361954 - Introduce new no search results page for about:preferences r=mconley
MozReview-Commit-ID: 6RIytZmFtoq
2017-07-31 16:04:05 +08:00
Wes Kocher
df8bcfb77d Merge m-c to autoland a=merge CLOSED TREE
MozReview-Commit-ID: Ko3lhAvzMJN
2017-08-03 18:22:09 -07: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
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
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
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
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
Timothy Guan-tin Chien
6bf915f79f Bug 1382170 - Only run gSearchResultsPane.initializeCategories() when search is used for the first time, r=jaws
This shuffled what bug 1374852 did a little bit; instead of initialize all panes
when the page loads, the call will happen inside an idle callback.

An the event listener is added to ensure that even if idle callback doesn't run
soon enough, the function is run already when the user starts search.

MozReview-Commit-ID: LU4Nb8lql36
2017-07-27 12:02:56 +08:00
Evan Tseng
bef8be9548 Bug 1384813 - Show a header for "about:preferences#privacy-reports" content since we would like to show every content with a header. r=mconley
MozReview-Commit-ID: GmOxB0MOv3V
2017-07-28 13:56:46 +08:00
Ricky Chien
403fd7a0ba Bug 1384566 - Fix incorrect tooltip position by wrapping hbox r=mconley
MozReview-Commit-ID: 8R8q4JQCe4w
2017-07-28 08:28:26 +08:00
Ricky Chien
fe49f33ca7 Bug 1377009 - Search field should always float on the top r=jaws
MozReview-Commit-ID: 620fK75clzc
2017-07-12 16:25:03 +08: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
Evan Tseng
eea53db1e4 Bug 1384812 - Add hbox for the defaultEngine menulist because we would like to make the menulist width just align its content width. r=jaws
MozReview-Commit-ID: DI4d2zloSCb
2017-07-27 17:51:58 +08:00
Evan Tseng
a84c1c50f1 Bug 1384812 - Remove the flex=1 attribute from submitHealthReportBox and automaticallySubmitCrashesBox checkboxes because they have learn-more links in the same line which should appear next to the checkbox instead of at the end of the line. r=jaws
MozReview-Commit-ID: FK0H5u20uQH
2017-07-27 12:14:22 +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
Evan Tseng
81e48821aa Bug 1384554 - Use list-style-image style for images to support high contrast mode. r=mconley
MozReview-Commit-ID: HDLa8eg9LRr
2017-07-27 18:14:04 +08: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
Ricky Chien
55fa701e69 Bug 1384402 - Fix broken about:preferences link after reorg v2 r=jaws
MozReview-Commit-ID: LnQsKHhrDWI
2017-07-27 11:30:05 +08:00
Ricky Chien
3a4051d80d Bug 1384576 - Ellipsis are misses on some buttons on Preferences r=jaws
MozReview-Commit-ID: GQjHOeToTC7
2017-07-27 07:45:04 +08:00
Ricky Chien
b435b1383d Bug 1384087 - Address bar's first option should be Browsing history r=jaws
MozReview-Commit-ID: 7Zk4PmYKVo8
2017-07-25 23:15:35 +08:00
Ricky Chien
1542859af4 Bug 1359306 - Implant telemetry probe for search r=liuche,mconley
MozReview-Commit-ID: 8SyW6E8IYt7
2017-07-27 15:06:52 +08:00
Carsten "Tomcat" Book
1c8767ffa0 Backed out changeset f65f933ecdce (bug 1359306) for bustage 2017-07-27 08:22:15 +02:00
Ricky Chien
658b081b80 Bug 1359306 - Implant telemetry probe for search r=liuche,mconley
MozReview-Commit-ID: DoVIQbD92CA
2017-07-20 18:20:00 +08:00
Evan Tseng
8e850a6039 Bug 1383719 - Update and add strings for the Updates section. r=jaws
MozReview-Commit-ID: 2GUYgrNbKuo
2017-07-25 15:22:36 +08:00
Ricky Chien
20a7a84bc6 Bug 1383456 - Remove redundant Default Search and One-Click preferences search result r=jaws
MozReview-Commit-ID: 64y3bT8o3DY
2017-07-25 16:08:28 +08:00
Wes Kocher
8b4ccdffcf Merge m-c to autoland, a=merge
MozReview-Commit-ID: F1X8wKqbkg
2017-07-25 19:16:09 -07:00
Wes Kocher
14df7ccafd Merge inbound to central, a=merge
MozReview-Commit-ID: E4oXfAM1mtd
2017-07-25 19:04:37 -07:00
Evan Tseng
4a583f4deb Bug 1382660 - Allow all <checkbox> in preferences to expand to full width. r=jaws
MozReview-Commit-ID: CgvOW5S1bhH
2017-07-21 15:52:08 +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
Evan Tseng
e269d6483f Bug 1377163 - Remove search result from the category list. r=mconley
MozReview-Commit-ID: JhS2GQFq4et
2017-07-20 16:15:04 +08:00
Evan Tseng
13d89b9d7d Bug 1382134 - Do not show section title in search result. r=jaws
MozReview-Commit-ID: L1m1sQG7Uka
2017-07-20 12:00:12 +08:00
Ricky Chien
efa770111f Bug 1363960 - Fix horizontal overflow for about:preferences pane r=jaws
MozReview-Commit-ID: DBDXvX5qR79
2017-07-17 17:39:10 +08:00
Ricky Chien
fd3bf3bfb9 Bug 1384097 - Fix incorrect search engine suggestions link r=jaws
MozReview-Commit-ID: 4rdJim3mLhF
2017-07-25 22:40:29 +08:00
Jorg K
5f167b3f03 Bug 1383463 - Use mozIntl for cookies and page info. r=zibi 2017-07-22 23:18:00 -04:00
Florian Quèze
29d8e398cc Bug 1381853 - Make browser mochitests ignore global properties added by XPCOMUtils.defineLazyScriptGetter, r=Mossop. 2017-07-23 00:18:00 +02: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
Evan Tseng
164feae462 Bug 1365133 - Update tests - Part 2. r=jaws
MozReview-Commit-ID: GoOXdJ4RfY9
2017-06-20 15:11:46 +08:00
Evan Tseng
f7fbbb5f30 Bug 1365133 - Reorganize Preferences sections and regroup <xul:groupbox> elements by new categories - Part 1. r=jaws
MozReview-Commit-ID: Lh8iduzVoad
2017-06-16 16:24:33 +08:00