Граф коммитов

16631 Коммитов

Автор SHA1 Сообщение Дата
Ted Mielczarek 180da81c71 bug 1162060 - add Socorro auth token to Android and B2G mozconfigs. r=mshal
--HG--
extra : rebase_source : 45ee7f81b60e7e0148ce1ee941614df5c445f04a
2015-05-28 07:14:49 -04:00
Carsten "Tomcat" Book a723ed3ad7 Backed out changeset e91ac9a35f86 (bug 1169476) for android rc2 crashes 2015-06-01 09:38:42 +02:00
Carsten "Tomcat" Book d0850d8e88 Backed out changeset 4fd1a129d197 (bug 1169476) 2015-06-01 09:37:46 +02:00
Nick Alexander 00b7126412 Bug 1169476 - Add missing import. r=bustage 2015-05-29 17:18:07 -07:00
Nick Alexander f242708503 Bug 1169476 -- Implement |mach robocop --serve|. r=gbrown
This adds a flag to |mach robocop| that does everything to run a
Robocop test except launch the actual test.  Instead of launching the
test, it starts the mochi.test server and launches Fennec with a test
profile; then it sits and waits forever.

This allows regular Java IDEs (IntelliJ, but previously Eclipse) to
run Robocop tests like regular instrumentation tests, "injecting" them
into the prepared testing environment.  It's quite nice!

--HG--
extra : rebase_source : 15e9e8d5c311312e2eb317936e5d154237c1f9a3
extra : histedit_source : 050ac958ae8580f45e5011a0d353bf13e65d5ff3
2015-05-25 14:27:21 -07:00
Richard Newman d1cbd8b4e6 Bug 1169393 - Move Adjust-related stuff to AdjustConstants. r=nalexander 2015-05-29 15:52:42 -07:00
Ryan VanderMeulen 012e20629b Merge inbound to m-c. a=merge 2015-05-29 16:58:30 -04:00
Randall Barker a0e0215561 Bug 1159830 - Autophone - webappstartup should not use console.log to output WEBAPP STARTUP COMPLETE. r=snorp, r=froydnj 2015-05-29 09:58:04 -04:00
Ryan VanderMeulen 2e35b1209f Merge inbound to m-c. a=merge 2015-05-29 09:32:46 -04:00
Ryan VanderMeulen 7e7f8b187e Merge fx-team to m-c. a=merge 2015-05-29 09:20:52 -04:00
Andrew Osmond 52c7f139a7 Bug 1169342 - Remove nsIDOMDeviceStorage. Cleanup nsDOMDeviceStorage event wrappers. r=dhylands 2015-05-28 18:53:16 -04:00
Richard Newman 94b4232195 Bug 1061273 - Pre: add 20+ to Versions. DONTBUILD 2015-05-28 15:22:08 -07:00
Nick Alexander c5c780a826 No bug - Don't let Gradle incrementally dex. r=me
DONTBUILD NPOTB

Unfortunately, Gradle just can't handle incremental dexing in our
multi-project and parallel configuration.  I see the dreaded
"com.android.dex.DexException: Multiple dex files define ..." error
frequently.

I'm using a downloaded Robotium package instead of the in-tree JAR
file as well, 'cuz it seems to be related.

--HG--
extra : rebase_source : d95c0844082a6deb48966496cb90824f70f6c49d
extra : histedit_source : 2f3d231d9b7139880a924089ab0d523e5e31e6b6
2015-05-24 19:51:22 -07:00
Dipti Nirmale d90ddbc18f Bug 1116668 - Don't do file access on every call to getGuestProfile. r=rnewman 2015-05-28 09:17:35 -07:00
Ryan VanderMeulen 59f347edf4 Backed out changesets 07cc8095956b and f591bbfa5dbf (bug 1159753) for Android debug mochitest crashes.
CLOSED TREE
2015-05-28 09:20:19 -04:00
Martyn Haigh 37de01dfa1 Bug 1159753 - Remove unused import (r=self)
--HG--
extra : amend_source : b50bab2d7c19808eaadb02edf6782c4cc141afba
2015-05-28 10:18:05 +01:00
Martyn Haigh 669a6a1b4a Bug 1159753 - Add telemetry for Tab Queue (r=mfinkle) 2015-05-28 10:14:19 +01:00
Blake Kaplan 6ff0cdd8d2 Bug 1024437 - Make <datalist> work in e10s. r=MattN 2015-05-28 09:55:46 -07:00
Karim Benhmida 9686a6dd19 Bug 1138635 - Keep keyboard up after voice input. r=liuche
--HG--
extra : rebase_source : 03392db5370b32f04dd3f02503060272358afabb
2015-05-21 14:55:53 -07:00
Allison Naaktgeboren 6e1d5e3eed Bug 1065004 - Provide an option to always open external tabs in Private Browsing.r=margaret 2015-05-26 15:26:33 -07:00
Amin Bandali 38dfbfbb1f Bug 1168618 - Rename immediate to isImmediate in DynamicToolbar.setVisible. r=mcomella 2015-05-28 13:29:00 -04:00
Margaret Leibovic b1ab926adf Bug 1150174 - Update Android reader button logic to avoid doing full readability parse on every page load. r=mcomella
--HG--
extra : rebase_source : b03fd640921c6b820af97b45f6bdc69ddede568c
2015-04-10 17:09:21 -07:00
vivek 02879dba49 Bug 822979 - Bookmark popup notification improvements. r=margaret 2015-05-07 15:07:00 +02:00
Nick Desaulniers d2b470167d Bug 1152597 - Icons are shown for some apps. r=marco 2015-05-19 11:43:39 -07:00
Phil Ringnalda d98af6849d Merge f-t to m-c, a=merge
--HG--
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
2015-05-23 14:28:07 -07:00
Michael Comella 72cb7f46f2 Bug 1166868 - Add default favicon search assets. r=trivial
Forgot to add these in the last commits - this will fix the build bustage.
2015-05-22 16:28:20 -07:00
Michael Comella f4ec615105 Bug 1166868 - review: Add clarifying comments to FaviconView. r=trivial
--HG--
extra : rebase_source : 05eebc47fb5dfe09c598e74e9942aa189e55c469
2015-05-22 16:18:56 -07:00
Michael Comella 22431597e7 Bug 1166868 - Update default favicon for custom search engines. r=margaret"
--HG--
extra : rebase_source : d37db5866da8eb46c4beabee61518783a5cb1666
2015-05-22 11:32:09 -07:00
Michael Comella 18a590f139 Bug 1158282 - Correct showDefaultFavicon comment. r=me
I thought the dominant color box was always used, but it is only used when it
is enabled in XML attrs.

--HG--
extra : rebase_source : f37eed7fcf726918eb89394693854a5aca7a504c
2015-05-22 11:35:45 -07:00
Michael Comella a437fb1f8e Bug 1158282 - Clarify existing comment in FaviconView.formatImage. r=margaret
--HG--
extra : rebase_source : 11af2c5e798866eb31072a3f52d07392b2d15ba1
2015-05-21 14:11:41 -07:00
Michael Comella e064b0c599 Bug 1158282 - Handle the default favicon as any other favicon. r=margaret
This removes the complications of handling the "default favicon" as a special
case simplifying the code into two branches - no favicon (i.e. blank) and a
custom favicon.  Under the hood, the Android framework probably does a similar
amount of work (e.g. opening & scaling the bitmap) so I doubt this is less
efficient.

This solves the custom search engine icons changing on FaviconView reuse
(i.e. scrolling) and the incorrect scaling of the default favicon in the
search engine bar.

I attempted to solve the issue while keeping the default favicon as a special
case and it caused a lot of hard to follow code branches so it wasn't worth it.
This special casing is also why this bug existed in the first place!

One caveat to the handle-the-default-as-any-other-approach is mentioned in
the code comments (see FaviconView.showDefaultFavicon).

--HG--
extra : rebase_source : b155ca835cc2d9b9c0b1ce85bbf6e4dc7eb548ef
2015-05-21 14:03:16 -07:00
Ryan VanderMeulen 8f6f16604c Merge inbound to m-c. a=merge 2015-05-22 14:02:47 -04:00
Karim Benhmida da8de43e14 Bug 1164301 - Voice input in url activates on click and release. r=liuche
--HG--
extra : rebase_source : 4f0b642b64ebf78654ec1f386d21697a54d24497
2015-05-21 10:51:37 -07:00
Aaron Raimist 99801a24ce Bug 1163211 - Remove windowSoftInputMode comment in AndroidManifest.xml.in r=mcomella
--HG--
extra : rebase_source : 7293355dcc984df348c5e0c7d7325d62c287d69a
2015-05-21 14:17:42 -07:00
Margaret Leibovic f4c09726b1 Bug 1166392 - Include about:reader strings on Android. r=mfinkle
--HG--
extra : rebase_source : 7c94ea0056d2591179515459ebcc8af6c7e87b9c
2015-05-21 12:46:42 -07:00
Carsten "Tomcat" Book d71257a4ce Merge mozilla-central to fx-team 2015-05-21 15:16:40 +02:00
Carsten "Tomcat" Book b4dc8a79b7 merge mozilla-inbound to mozilla-central a=merge 2015-05-21 14:56:34 +02:00
Mark Finkle 12e8c98afb Bug 1151786 - Intermittent testOfflinePage: Restructure test to wait for offline state to change r=margaret 2015-05-21 08:40:45 -04:00
Mike Hommey 622e7d63a3 Bug 1166538 - Use zip py_action in a few places. r=gps 2015-05-21 15:17:02 +09:00
dominique vincent 678e6dea01 Bug 1165128 - Enable zoomedview by default. r=mcomella 2015-05-15 22:20:12 +02:00
Matt King 107a91f486 Bug 1150983 - Add "Synced Tabs" to Clear Private Data option list. r=nalexander
--HG--
extra : rebase_source : 33d43ad1bf17c51554f6443a23623868128599df
2015-05-04 14:08:31 +02:00
Karim Benhmida 0f404add1b Bug 1159978 - Strip out old StartPane activity. r=liuche
--HG--
extra : rebase_source : 58049c70c4fd3c9e1c512a2e2be5db08ca03ec8e
2015-05-20 12:26:44 -07:00
Makoto Kato 685504d65d Bug 958421 - XUL dialog for certificate is security/manager/pki/resouces is unnecessary on Firefox Android. r=snorp 2015-05-22 14:28:04 +09:00
darrenjl aae36aaed4 Bug 1121651 - Remove static StringHelper.get references in UITest framework.r=mcomella
--HG--
extra : rebase_source : bd7330bd66a462aa78cb3f50903d779b16233e48
2015-04-30 12:37:33 +10:00
Martyn Haigh 8492c318fa Bug 1165856 - Nightly app does not appear in task switcher when opening external links 2015-05-20 10:08:41 +01:00
Carsten "Tomcat" Book 8d7487c92e Merge mozilla-central to fx-team 2015-05-20 16:10:15 +02:00
Carsten "Tomcat" Book 12f69af823 merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Neil Bleasdale 6f1a980984 Bug 1165137 - Remove the 'static' keyword from ChangeVerifier interface. r=mcomella 2015-05-18 05:14:00 -04:00
Mike Taylor a05227a042 Bug 1162099 - Set the prefs to use the dynamic UA override mechanism. r=mfinkle
Once deploying + infrastructure is in place we'll flip
general.useragent.updates.enabled to true.
2015-05-13 20:01:00 -04:00
Mike Taylor f7fb518e7a Bug 1162099 - Add ua-update.json to the package manifest + DIST_FILES. r=mfinkle, r=nalexander 2015-05-13 21:57:00 -04:00