Commit Graph

16876 Commits

Author SHA1 Message Date
Margaret Leibovic
e21ed6f2b9 Bug 1156917 - Use higher resolution favicons for search engines. r=mfinkle 2015-06-29 15:03:54 -07:00
Carsten "Tomcat" Book
859c8da1eb Merge mozilla-central to fx-team 2015-06-30 14:25:40 +02:00
Carsten "Tomcat" Book
34fd9d36ba merge mozilla-inbound to mozilla-central a=merge 2015-06-30 13:23:01 +02:00
Martyn Haigh
40d098e856 Bug 1176250 - Current tab sometimes not visible in Tabs Tray on tablet (r=s.kaspari) 2015-06-26 14:02:24 -07:00
Wes Kocher
273105bd7a Merge m-c to fx-team, a=merge 2015-06-29 17:29:15 -07:00
ffxbld
2997272b35 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-06-29 13:34:04 -07:00
Ryan VanderMeulen
5a848ebc5e Merge inbound to m-c. a=merge 2015-06-29 13:42:10 -04:00
Ryan VanderMeulen
5d278935d7 Backed out changeset 434fdc7730ef (bug 1172071) for Android bustage. 2015-06-29 09:29:47 -04:00
Nick Alexander
36eba56b13 Bug 1174757 - Pre: Don't archive geckoview resources when not necessary. r=glandium
This is a small optimization that will also make it easier to flip the
MOZ_DISABLE_GECKOVIEW conditional.  We don't currently package
geckolibs without geckoview, and it's reasonable to do both if we want
one.
2015-06-25 16:48:15 -07:00
Nick Alexander
01653cc3c2 Bug 1144386 - Avoid non-resource files when packaging resources for GeckoView. r=mcomella
This was just an error (on my part): I double-escaped slashes,
thinking that Make required escaping as well as the shell.
2015-06-25 12:59:16 -07:00
Margaret Leibovic
cbe94efc39 Bug 1177839 - Don't return null from stripURI. r=sebastian 2015-06-26 13:08:54 -07:00
Sebastian Kaspari
7be78b18d4 Bug 1176018 - Do not set CATEGORY_BROWSABLE for Intents with file URI scheme. r=margaret 2015-06-29 18:38:40 +02:00
Sebastian Kaspari
91fa3ad115 Bug 1172071 - Add icon label to search engine bar. r=mcomella 2015-06-29 16:44:06 +02:00
Sergej Kravcenko
f58840f4b6 Bug 1175563 - Change LinearLayout to a less expensive View. r=mcomella 2015-06-24 22:45:31 +03:00
Sergej Kravcenko
50629cc1f3 Bug 1175566 - Change menu_popup LinearLayout to FrameLayout. r=mcomella 2015-06-24 21:56:06 +03:00
Wes Kocher
8dd9876db4 Merge m-c to inbound, a=merge 2015-06-29 17:28:20 -07:00
Sebastian Kaspari
59912ca623 Bug 1172071 - Add icon label to search engine bar. r=mcomella. 2015-06-17 15:55:31 +02:00
Karim Benhmida
91c7ef9232 Bug 602818 - Integrate QR code scanner into Fennec. r=liuche 2015-06-19 13:20:31 -07:00
Karim Benhmida
dcc23c434b Bug 1153904 - Voice input setting item UI test. r=liuche 2015-06-18 17:29:56 -07:00
Karim Benhmida
fbb185760c Bug 1153904 - Add item in Settings for Voice input. r=liuche 2015-06-26 13:20:44 -07:00
Eugen Sawin
2084f31d88 Bug 1170886 - Suppress WakeLock linter warning for non-function-local locks. r=mcomella 2015-06-29 14:28:11 +02:00
Kyle Machulis
7d74d5423e Bug 1123516 - Implement maplike/setlike in WebIDL Codegen; r=bz 2015-06-29 15:38:53 -07:00
Michael Comella
ffbff0d770 Bug 1175355 - Add BroadcastScanneredHandler to CellScanner. r=nalexander 2015-06-24 17:20:42 -07:00
Michael Comella
89adc272f9 Bug 1175355 - Add ToolbarProgressHandler into ToolbarProgressView. r=nalexander 2015-06-24 17:03:47 -07:00
Michael Comella
b66ab9267a Bug 1175355 - Add AsyncQueryHandlerImpl in SearchActivity. r=nalexander
This avoids the "HandlerLeak" Android Lint warning.
2015-06-24 16:58:06 -07:00
Michael Comella
c45d79c638 Bug 1175355 - Add WeakReference into PreferenceFragment's Handler. r=nalexander 2015-06-24 16:48:25 -07:00
Michael Comella
11055ce47e Bug 1175355 - Add WeakReferenceHandler. r=nalexander 2015-06-24 16:49:25 -07:00
Michael Comella
4b01c72b6c Bug 1177774 - Fix issues in HomeProvider. r=margaret 2015-06-26 15:07:29 -07:00
Michael Comella
28d23cb8c5 Bug 1177774 - Disable warnings for "aText". r=margaret 2015-06-26 14:37:41 -07:00
Michael Comella
2c77fdc73a Bug 1177774 - Disable "onmessage =" warning. r=margaret
Not sure what to do here so I filed bug 1177901.
2015-06-26 14:31:54 -07:00
Michael Comella
31aa23861a Bug 1177774 - Add global variable to hide lint error. r=margaret 2015-06-26 14:23:01 -07:00
Michael Comella
6cbc7c7d66 Bug 1177774 - Import ContentAreaUtils. r=margaret 2015-06-26 14:22:39 -07:00
Michael Comella
02be694cdd Bug 1177774 - Update SharedPreferencesImpl constructor arg. r=nalexander 2015-06-26 14:06:04 -07:00
Michael Comella
e499d0f95e Bug 1177774 - Ignore non-standard array comprehension in lint. r=margaret 2015-06-26 13:51:15 -07:00
Michael Comella
e1f6830b77 Bug 1177774 - Ignore non-standard "catch ex if" in lint. r=margaret 2015-06-26 13:41:50 -07:00
Michael Comella
02431791e8 Bug 1177774 - Explicitly declare generator functions. r=margaret
Use `function* () { ... }`.
2015-06-26 13:31:09 -07:00
Allison Naaktgeboren
65f8d0ae5e 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
80c46b674d Bug 1170841 - Show warning in add-on manager for add-ons that aren't properly signed. r=liuche 2015-06-17 17:46:27 -07:00
Michael Comella
527e151749 Bug 1177166 - Remove allocation in TopSitesThumbnailView.onLayout. r=mhaigh 2015-06-24 14:03:06 -07:00
Michael Comella
f1387f0f3d Bug 1174365 - Remove TopSitesGridView.onMeasure allocation call. r=mhaigh
We pre-allocate and re-use the item now.
2015-06-24 13:25:16 -07:00
Michael Comella
0a1f637f1c Bug 1177244 - Add in tools namespace. r=me
I removed it in a botched rebase and broke the build.
2015-06-26 10:52:04 -07:00
Michael Comella
abec359438 Bug 1177244 - Move tab queue prompt to merge tag. r=mhaigh 2015-06-24 15:24:21 -07:00
Michael Comella
0309371a9d Bug 1177244 - Move share dialog to merge tag. r=mhaigh 2015-06-24 15:19:38 -07:00
Michael Comella
aa7ce8c878 Bug 1170884 - Disable IconColors lint warning. r=mhaigh 2015-06-24 11:55:18 -07:00
Richard Newman
7cf12024be Bug 1111220 - Remove system search integration. r=mfinkle 2015-06-25 22:41:05 -07:00
Michael Comella
9241002f87 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.
2015-06-25 14:00:15 -07:00
Michael Comella
ff43013483 Bug 864958 - Set url bar shadow color in private browsing mode. r=mhaigh 2015-06-25 13:39:43 -07:00
Michael Comella
981573cda3 Bug 864958 - Add new private browsing url bar assets. r=mhaigh 2015-06-25 12:51:42 -07:00
Michael Comella
7b0dba9b3f Bug 864958 - Replace private toolbar background with tabs_tray_grey_pressed. r=mhaigh 2015-04-23 18:01:23 -07:00
Michael Comella
63e71b56ee Bug 1166462 - Add probe for title in titlebar enabled setting. r=margaret 2015-06-24 11:01:26 -07:00