Commit Graph

427894 Commits

Author SHA1 Message Date
Drew Willcoxon
fd34e282bf Bug 1176107 - Search suggestions in awesomebar: update input and perform search with selected suggestion. r=mak 2015-06-27 22:14:45 -07:00
Tim Nguyen
bd3d49eb70 Bug 1178004 - Remove dead code from browser-aero.css. r=dao 2015-06-27 21:40:37 +02:00
Tim Nguyen
90e5e051f8 Bug 1173730 - Use solid tab separator on Windows 8 and 10. r=dao 2015-06-26 13:39:00 +02:00
Karim Benhmida
ba45639acc Bug 602818 - Integrate QR code scanner into Fennec. r=liuche
--HG--
rename : mobile/android/base/util/VoiceRecognizerUtils.java => mobile/android/base/util/InputOptionsUtils.java
extra : commitid : HyeUL1YR3Sm
extra : rebase_source : 8f746b9eb776f2e7e28b42975d59f54614760094
extra : histedit_source : a39383a6526b57230c283f4167bf6b550f8a5df7
2015-06-19 13:20:31 -07:00
Karim Benhmida
81fecd2731 Bug 1153904 - Voice input setting item UI test. r=liuche
--HG--
extra : commitid : FPEwkGlGpVG
extra : rebase_source : 33e6258809874a3e52d4279835c1b4f5918fc886
extra : histedit_source : b4dc5942281e4a2cf3cf7c632a02ac34f0189b66
2015-06-18 17:29:56 -07:00
Karim Benhmida
664bab157c Bug 1153904 - Add item in Settings for Voice input. r=liuche
--HG--
extra : commitid : 7bSNSn6infw
extra : rebase_source : a2981d2d2f408ff834dbed37451e0721db39e574
extra : histedit_source : 335d1dba180cc0dc56cd47435d6829f823471891
2015-06-26 13:20:44 -07:00
Dan Mosedale
50c78b8ae7 Bug 1173582-no longer need to ship/load SDK CSS & related assets, r=Standard8 2015-06-26 17:40:35 -07:00
Mark Banner
67c0b63c0d Bug 1177954 - Log sdk failure events to the server during Loop room activity. r=dmose 2015-06-26 17:28:05 -07:00
Nihanth Subramanya
fb7c08fefa Bug 1118285 - The browser.newtab.url preference is abused and should be removed. 2015-05-27 17:35:03 -07:00
Drew Willcoxon
1e3b105e83 Bug 1162142 - Show a magnifying glass search icon in the awesomebar for search suggestions. r=mak 2015-06-26 17:14:32 -07:00
Mike Conley
e09c43f1c6 Bug 1166351 - Modify instrumentation to dump out applied binding URLs. r=felipe
This bug is very strange - the tabbrowser-browser binding is sometimes applied
without its base binding, and I have no idea why. I'm also having no luck
reproducing it reliably. I'm hoping that whenever it rears its head next,
whoever hits it will put the information I'm dumping here into the bug
to give me some clues as to what is going on.

--HG--
extra : commitid : LiXFMbKBVWI
extra : rebase_source : e2544a28e22fc194139322fd7932c3f0ec228e40
extra : amend_source : 1a676899f4241b4a0bcc811cfe0208285a450779
2015-06-26 19:25:36 -04:00
J. Ryan Stinnett
cc65c4ef3f Bug 1151414 - Link stacks across RDP client request and reply handling. r=fitzgen 2015-06-26 16:17:27 -07:00
Michael Comella
c9ea57df3e Bug 1175355 - Add BroadcastScanneredHandler to CellScanner. r=nalexander
--HG--
extra : commitid : HfTpc7ZgOD3
extra : rebase_source : ab53a7b808ec501ef28a52d2d343934f51083003
2015-06-24 17:20:42 -07:00
Michael Comella
556b050163 Bug 1175355 - Add ToolbarProgressHandler into ToolbarProgressView. r=nalexander
--HG--
extra : commitid : INxEvMk5QBz
extra : rebase_source : dd6fbbfa27f07e115a673ca16e5462b0488e5474
2015-06-24 17:03:47 -07:00
Michael Comella
ea4537aef2 Bug 1175355 - Add AsyncQueryHandlerImpl in SearchActivity. r=nalexander
This avoids the "HandlerLeak" Android Lint warning.

--HG--
extra : commitid : 3sLO4YQ6Gjk
extra : rebase_source : 84cd05b1c4848895271e7f577ffa94b72de0281a
2015-06-24 16:58:06 -07:00
Michael Comella
152d8dd058 Bug 1175355 - Add WeakReference into PreferenceFragment's Handler. r=nalexander
--HG--
extra : commitid : Kk073S7nGJ0
extra : rebase_source : 5bbfb60983b290e3f1a12fc768307f353f6c97d2
2015-06-24 16:48:25 -07:00
Michael Comella
1a8f3da884 Bug 1175355 - Add WeakReferenceHandler. r=nalexander
--HG--
extra : commitid : E1A9FuIQ9z6
extra : rebase_source : f7463e6841ae76278d9b17c4ae763fca2ecd623b
2015-06-24 16:49:25 -07:00
Michael Comella
0e096f7e43 Bug 1177774 - Fix issues in HomeProvider. r=margaret
--HG--
extra : commitid : H8Br4O297Mp
extra : rebase_source : 59971df614a4038f418537b22b0fc1345d07b8cf
2015-06-26 15:07:29 -07:00
Michael Comella
643934600c Bug 1177774 - Disable warnings for "aText". r=margaret
--HG--
extra : commitid : BMBTlmrCFdO
extra : rebase_source : 377f245a2a12909ada50b53041129eb6af617910
2015-06-26 14:37:41 -07:00
Michael Comella
417c85d558 Bug 1177774 - Disable "onmessage =" warning. r=margaret
Not sure what to do here so I filed bug 1177901.

--HG--
extra : commitid : BCnmZfSMhyF
extra : rebase_source : dd2c7f167d62883616f522ada485e36966bbc862
2015-06-26 14:31:54 -07:00
Michael Comella
dec98ac94f Bug 1177774 - Add global variable to hide lint error. r=margaret
--HG--
extra : commitid : 7hyAcmydVA1
extra : rebase_source : abbe291ab785ecec94b43b09f2a24a7b86792983
2015-06-26 14:23:01 -07:00
Michael Comella
966cb95a0b Bug 1177774 - Import ContentAreaUtils. r=margaret
--HG--
extra : commitid : Cvggf7YK8vX
extra : rebase_source : 8c836e50fac312e793bcd8a7a0457f59d35225e2
2015-06-26 14:22:39 -07:00
Michael Comella
e97ff48038 Bug 1177774 - Update SharedPreferencesImpl constructor arg. r=nalexander
--HG--
extra : commitid : 6EcWFEEbhld
extra : rebase_source : 34275327b18884317f9bfbfd6b6b4004cf239e9d
2015-06-26 14:06:04 -07:00
Michael Comella
a2dd275826 Bug 1177774 - Ignore non-standard array comprehension in lint. r=margaret
--HG--
extra : commitid : Epta1zFG5Jj
extra : rebase_source : ef0a02b692ea7fabeecb4eaf73cd325a87eba7f7
2015-06-26 13:51:15 -07:00
Michael Comella
b8d0c60f2c Bug 1177774 - Ignore non-standard "catch ex if" in lint. r=margaret
--HG--
extra : commitid : HAN8ft3LF7J
extra : rebase_source : 69a8ea8ef9b1a7279f1cbc7df4cefcbafb0f6d07
2015-06-26 13:41:50 -07:00
Michael Comella
70c086d8fe Bug 1177774 - Explicitly declare generator functions. r=margaret
Use `function* () { ... }`.

--HG--
extra : commitid : GUwUuiF2wyN
extra : rebase_source : 5b84afc83026b7476d0c92cd6452c627057be558
2015-06-26 13:31:09 -07:00
Edouard Oger
5fef076742 Bug 1177873 - Follow-up to bug 1174330, reorder strings and use single Unicode character for ellipsis. r=flod
--HG--
extra : rebase_source : 54eb13eea61937e1c006b82e90574754866bfee4
2015-06-26 14:46:36 -07:00
Andrei Oprea
f525703152 Bug 1171415 - Add feedback string for NPS survey. r=Standard8 DONTBUILD 2015-06-26 14:40:34 -07:00
Gabriel Luong
d3ea311566 Bug 1176054 - Fixed vertical of the pseudo class checkbox labels on Linux and Windows r=bgrins 2015-06-26 13:39:18 -07:00
Tim Taubert
74e875e02b Bug 1177779 - [Control Center] Add subview back-arrow hi-dpi icon for windows r=MattN 2015-06-26 11:51:37 -07:00
Gabriel Luong
3e27bbb74d Bug 1177564 - [Rule View] Tweak add rule and toggle pseudo classes button r=bgrins 2015-06-26 13:12:48 -07:00
Tim Nguyen
a098ea005e Bug 1165122 - Show Add New Rule button by default. r=bgrins 2015-06-25 16:00:29 -07:00
Allison Naaktgeboren
a97ac6fd37 Bug 1136477 - Unify terminology of Passwords/Logins for about:logins (nee about:passwords).2/2.r=liuche 2015-06-26 12:54:35 -07:00
Margaret Leibovic
54a2cf7196 Bug 1170841 - Show warning in add-on manager for add-ons that aren't properly signed. r=liuche
--HG--
extra : rebase_source : d5a5380036f18c1897256e9719a4d6ded9c1e19b
2015-06-17 17:46:27 -07:00
Michael Comella
a4d68c0617 Bug 1177166 - Remove allocation in TopSitesThumbnailView.onLayout. r=mhaigh
--HG--
extra : commitid : 5PCvn5CUdeL
extra : rebase_source : e253e2969b69fafb242b211f4e71e5d49e739a11
2015-06-24 14:03:06 -07:00
Michael Comella
860ec36f4f Bug 1174365 - Remove TopSitesGridView.onMeasure allocation call. r=mhaigh
We pre-allocate and re-use the item now.

--HG--
extra : commitid : DLpaAkOSe5P
extra : rebase_source : a69f8f892b82cabbc7ec95a5b0dc8a26c26f354b
2015-06-24 13:25:16 -07:00
Michael Comella
6561699ef0 Bug 1177244 - Add in tools namespace. r=me
I removed it in a botched rebase and broke the build.

--HG--
extra : commitid : 7ZgYEHIYXFZ
2015-06-26 10:52:04 -07:00
Michael Comella
85de455f3f Bug 1177244 - Move tab queue prompt to merge tag. r=mhaigh
--HG--
extra : commitid : 3tK3pF1KBZY
extra : rebase_source : b0e56ad1554a1e592e8700d9bcd60df6ea0f2da0
2015-06-24 15:24:21 -07:00
Michael Comella
1b82afe338 Bug 1177244 - Move share dialog to merge tag. r=mhaigh
--HG--
extra : commitid : 3YgHQDIIeSS
extra : rebase_source : 7fb877961a3f623ac6e67828d38cd8a61db357dc
2015-06-24 15:19:38 -07:00
Michael Comella
c05e62bc19 Bug 1170884 - Disable IconColors lint warning. r=mhaigh
--HG--
extra : commitid : 1VNKMWAqUPd
extra : rebase_source : 7a1e134b9626ace7e49390404054021db52f2a41
2015-06-24 11:55:18 -07:00
Richard Newman
f5fb4c450c Bug 1111220 - Remove system search integration. r=mfinkle 2015-06-25 22:41:05 -07:00
Michael Comella
b9894b9596 Bug 864958 - Tint the progress bar in private browsing mode. r=mhaigh
Note: the tinted view is only a single color while the original asset contains
gradients.

--HG--
extra : commitid : DhaVxpPBMn2
extra : rebase_source : a1991ff478260441e6ac788ba5384a7e7a518d2a
2015-06-25 14:00:15 -07:00
Michael Comella
e18c428745 Bug 864958 - Set url bar shadow color in private browsing mode. r=mhaigh
--HG--
extra : commitid : Dcpxip190QP
extra : rebase_source : 1629856b713b2c2b2584dfdf2576da287af79492
2015-06-25 13:39:43 -07:00
Michael Comella
4a6a4dbaa1 Bug 864958 - Add new private browsing url bar assets. r=mhaigh
--HG--
extra : commitid : 4h7LLtPazvv
extra : rebase_source : 4a9c6ef41794a334f598c9b94d70353002fd3046
2015-06-25 12:51:42 -07:00
Michael Comella
fa6470ad8a Bug 864958 - Replace private toolbar background with tabs_tray_grey_pressed. r=mhaigh
--HG--
extra : commitid : 5x5BoZ3jjHF
extra : rebase_source : 0e84dcd889e273edc28d910439e6ce8ad8548517
2015-04-23 18:01:23 -07:00
Michael Comella
76410503d3 Bug 1166462 - Add probe for title in titlebar enabled setting. r=margaret
--HG--
extra : commitid : 3hf3xQc55I3
extra : rebase_source : 3c21965679e3a5b75591ff9343aeb4ea5e05398b
2015-06-24 11:01:26 -07:00
Michael Comella
de8e9e497f Bug 1170804 - Add non-final eslintrc for tests/. r=margaret
There are still some failures but it's a start.

--HG--
extra : commitid : D7RWXDkMW1C
extra : rebase_source : c52e882ff446d102680a3c4a84363bcb5b95b4f1
2015-06-25 10:40:26 -07:00
Michael Comella
92c12880b6 Bug 1170804 - Set non-final eslintrc for chrome/content. r=margaret
Still a lot of errors but it's progress.

--HG--
extra : commitid : 3quQqYyszaS
extra : rebase_source : b54a09db4087dcbcd9406e537ab1e942df89af3e
2015-06-25 10:27:38 -07:00
Michael Comella
e3b7f888ba Bug 1170804 - Get .jsm to work under eslint. r=margaret
You can now run by `cd mobile/android && eslint . --ext "[.js,.jsm]"`.

--HG--
extra : commitid : AAENN0WrJVl
extra : rebase_source : 4a7fb888ef16a29580fa7b5d394c44aabd387210
2015-06-24 23:11:11 -07:00
Michael Comella
a21054b998 Bug 1170804 - Fix bugs found by eslint in components/. r=margaret
A few errors still remain.

--HG--
extra : commitid : KwLqDylOiSh
extra : rebase_source : 3eaf4a7a8e38454ecc8dd781f597f561dd2e70a9
2015-06-24 21:56:23 -07:00