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
177901d35f
Bug 1367350 - Add Learn More link for the "Use recommended performance settings" checkbox. r=jaws
...
MozReview-Commit-ID: ALEuQlTphKa
2017-05-24 18:10:10 +08: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
Evan Tseng
515938ca32
Bug 1365210 - Update performance settings strings to align the spec. r=jaws
...
MozReview-Commit-ID: 5GfsyWG8KLY
2017-05-17 15:24:58 +08:00
Ricky Chien
50168da329
Bug 1366633 - Saved Logins button is being left aligned r=dao
...
MozReview-Commit-ID: DjNvWWXyr4O
2017-05-23 09:47:22 +08:00
Evan Tseng
d4aa16f672
Bug 1364070 - Add performance settings section into the old organization r=jaws
...
MozReview-Commit-ID: Fv7yGDtxih9
2017-05-11 10:35:09 -04:00
Ricky Chien
6526d61612
Bug 1351867 - Show search tooltip on top of button r=mconley
...
MozReview-Commit-ID: HKbcs0kXLGq
2017-05-09 22:32:26 +08:00
Evan Tseng
b758e96b06
Bug 1365259 - Update the result not found message. r=mconley
...
MozReview-Commit-ID: 3vmUP0GVbgy
2017-05-17 18:36:54 +08:00
Iris Hsiao
4f4f3dc4a3
merge mozilla-inbound to mozilla-central a=merge
2017-05-18 12:05:45 +08:00
Mark Banner
9fc03b12e9
Bug 1365412 - Clean up various ESLint global definitions in browser/. r=mossop
...
MozReview-Commit-ID: JqAm9x1XGCM
2017-05-16 22:22:42 +01:00
Paolo Amadini
4182e1c784
Bug 1364050 - Part 5 - Update obsolete references in code comments. r=mak
...
MozReview-Commit-ID: 9EUn7vcSfe3
2017-05-05 13:11:49 +01:00
Carsten "Tomcat" Book
d4006b93b2
merge mozilla-inbound to mozilla-central a=merge
2017-05-16 15:04:38 +02:00
Christoph Kerschbaumer
5452a95b49
Bug 1362993 - Rewrite gBrowser.addTab() to use BrowserTestUtils.addTab(). r=florian
2017-05-15 21:49:50 +02:00
Geoff Brown
a92be42f33
Bug 1357321 - Use longer timeout for browser_search_within_preferences.js; r=jaws
...
Frequent intermittent timeouts on linux32-debug seem to be correlated
with recent additions to this test.
2017-05-15 12:39:49 -06:00
Wes Kocher
5a3d1ae43d
Merge m-c to autoland a=merge
...
MozReview-Commit-ID: L0rsjIzeVij
2017-05-15 17:02:08 -07:00
Timothy Guan-tin Chien
5c98b75f03
Bug 1360500 - Allow custom colors on find selection type selections. r=jaws,masayuki,smaug
...
This patch implements chrome-only Selection#setColors and
Selection#resetColors methods, and use it to set the background color of
the preferences search highlight.
MozReview-Commit-ID: 2U92aBCAyeh
2017-05-10 10:48:50 -04:00
tfeserver
7f091c0496
Bug 1354103 - Change 'passwords' to 'logins' in sync UI. r=eoger
...
MozReview-Commit-ID: ES3ojgmMglD
2017-05-15 20:22:26 +02:00
Florian Quèze
15feaa278a
Bug 1362882 - script-generated patch to switch from Promise.defer() to new Promise() where it's straightforward, rs=Mossop.
2017-05-12 14:55:27 +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
Fischer.json
9c888bab05
Part 2: Bug 1348733 - Update tests for site data manager now that we use quota storage manager, r=Gijs
...
The patch does
- update both the in-content and in-content-old tests
- add the offline test page for appcache testing case
- update tests for switching to Quota Manager from Permission Manager to get sites list
- add one test case of grouping sites across scheme, port and origin attributes by host
- add one test case of list site using quota usage or site using appcache
MozReview-Commit-ID: 6brLVwzmSgf
2017-05-10 09:46:46 -04:00
Fischer.json
0099c14a27
Part 1: Bug 1348733 - List sites using quota storage or appcache in Settings of Site Data, r=Gijs
...
This patch does:
- remove codes about counting and removing http cache per site
- group and list sites based on host across scheme, port and origin attributes
- list sites using quota usage or appcache
- sort sites descending by usage by default
MozReview-Commit-ID: 29zZTzOsC7c
2017-04-11 22:47:48 +08:00
Ryan VanderMeulen
5d2035f8e0
Merge m-c to autoland. a=merge
2017-05-11 11:30:47 -04:00
Sebastian Hengst
222cb519da
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: HWYxZeNWish
2017-05-11 16:50:12 +02:00
Ricky Chien
122177a52f
Bug 1363726 - Clicking on the search input should select all text entered into it. r=jaws
...
MozReview-Commit-ID: KmY1P2CLsho
2017-05-11 04:26:11 +08:00
Wes Kocher
51216d6622
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: FfNikA7un6F
2017-05-10 17:31:18 -07:00
Wes Kocher
d91c335fa3
Merge inbound to central, a=merge
...
MozReview-Commit-ID: DfRZi0gKjit
2017-05-10 16:48:03 -07:00
Matthew Noorenberghe
ab7d4a3ffd
Bug 1362571 - Move 'Saved Logins' button under the remember logins checkbox. r=jaws
...
MozReview-Commit-ID: 9TDKQXnvUlb
2017-05-10 15:25:26 -07:00
Evan Tseng
5aea965023
Bug 1360846 - Make the prefs restore to default value before run the tests. r=jaws
...
MozReview-Commit-ID: 8a8gwTE5F9D
2017-05-08 10:28:32 -04:00
Chris Peterson
2d6f0ac1bb
Bug 1358645 - Close the preference dialog when the user clicks the overlay background. r=jaws
...
We close the dialog using the same code path as when the user presses the ESC key.
MozReview-Commit-ID: LNMDTgMl2L
2017-04-29 19:43:50 -07:00
Evan Tseng
0b03869506
Bug 1360140 - Add Learn More link for the Use recommended performance settings checkbox r=mconley
...
MozReview-Commit-ID: 3IQAbU3ovhg
2017-05-04 21:31:05 +08:00
Evan Tseng
b862a83cdc
Bug 1361969 - Update the URL of "Firefox Support" Link r=mconley
...
MozReview-Commit-ID: 1aBPa6Pv9Fs
2017-05-04 22:34:46 +08:00
Evan Tseng
e5981dbb6e
Bug 1353862 - Remove the Search Results category, search input string, and highlights after performing a search then clicking on a category, r=jaws
...
MozReview-Commit-ID: BJC7DOQ5uV0
2017-05-02 16:28:11 +08:00
Wes Kocher
9400d843cd
Merge m-c to autoland, a=merge
2017-05-09 14:59:18 -07:00
Wes Kocher
04034100b2
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: Fp2oBAcru51
2017-05-09 14:34:34 -07:00
Timothy Guan-tin Chien
12a79c3a61
Bug 1361640 - Add a throbber in front the "Restarting" label. r=mikedeboer
...
MozReview-Commit-ID: 3VEHOZBZiMS
2017-05-05 22:40:58 +08:00
Ricky Chien
020a7da2ca
Bug 1363062 - Fix broken data-hidden-from-search=true search result r=mconley
...
MozReview-Commit-ID: 8W62qNSidcx
2017-05-08 23:59:50 +08:00
Carsten "Tomcat" Book
687bb63b46
Merge mozilla-central to mozilla-inbound
2017-05-09 14:40:11 +02:00
Zack Herrick
641523ce98
Bug 1340643 - Make some labels and all buttons highlightable. r=mconley
...
MozReview-Commit-ID: 15o83lTMxUW
2017-05-02 18:09:22 +08:00
Jonathan Watt
741920c35e
Bug 1362890 - Stop using the :not(:target) selector in sync-illustration.svg. r=dao
...
MozReview-Commit-ID: LYMkxONkIsU
2017-04-24 22:20:23 +01:00
Ryan VanderMeulen
d15c77b3b3
Backed out changeset b8c879365f51 (bug 1360846) because the fix didn't work.
2017-05-08 15:10:51 -04:00
Ricky Chien
88ec244fc7
Bug 1357352 - Hide data-hidden-from-search=true in Preferences search result r=mconley
...
MozReview-Commit-ID: JDhDO7o7E5U
2017-05-03 12:02:49 +08:00
Timothy Guan-tin Chien
2267b08152
Bug 1356507 - Workaround defineLazyServiceGetter() as described in bug 1361929, r=mikedeboer
...
MozReview-Commit-ID: Ixwr8RNwJzJ
2017-05-04 11:33:16 +08:00
Timothy Guan-tin Chien
e0d28a9253
Bug 1356507 - Show version and updater in the preferences update pane. r=jaws
...
This change includes unmodified aboutDialog-appUpdater.js into
preferences.xul, so we could enable the updater UI there. Also,
copied code on version/distribution strings from aboutDialog.js.
MozReview-Commit-ID: 7o24az7Tn28
2017-04-27 19:59:14 +08:00