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

17998 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Almeida 0df5c69880 Bug 1174366 - Remove "Edit Site Settings" from Page menu. r=liuche
--HG--
extra : transplant_source : %5Dg%14%236Z%D4%CE%8B%D9%88H8%27z%87%01%18%AC%3F
2015-06-30 17:37:41 -07:00
Nathan Froyd 01583602a9 Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
The bulk of this commit was generated with a script, executed at the top
level of a typical source code checkout.  The only non-machine-generated
part was modifying MFBT's moz.build to reflect the new naming.

CLOSED TREE makes big refactorings like this a piece of cake.

 # The main substitution.
find . -name '*.cpp' -o -name '*.cc' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
    xargs perl -p -i -e '
 s/nsRefPtr\.h/RefPtr\.h/g; # handle includes
 s/nsRefPtr ?</RefPtr</g;   # handle declarations and variables
'

 # Handle a special friend declaration in gfx/layers/AtomicRefCountedWithFinalize.h.
perl -p -i -e 's/::nsRefPtr;/::RefPtr;/' gfx/layers/AtomicRefCountedWithFinalize.h

 # Handle nsRefPtr.h itself, a couple places that define constructors
 # from nsRefPtr, and code generators specially.  We do this here, rather
 # than indiscriminantly s/nsRefPtr/RefPtr/, because that would rename
 # things like nsRefPtrHashtable.
perl -p -i -e 's/nsRefPtr/RefPtr/g' \
     mfbt/nsRefPtr.h \
     xpcom/glue/nsCOMPtr.h \
     xpcom/base/OwningNonNull.h \
     ipc/ipdl/ipdl/lower.py \
     ipc/ipdl/ipdl/builtin.py \
     dom/bindings/Codegen.py \
     python/lldbutils/lldbutils/utils.py

 # In our indiscriminate substitution above, we renamed
 # nsRefPtrGetterAddRefs, the class behind getter_AddRefs.  Fix that up.
find . -name '*.cpp' -o -name '*.h' -o -name '*.idl' | \
    xargs perl -p -i -e 's/nsRefPtrGetterAddRefs/RefPtrGetterAddRefs/g'

if [ -d .git ]; then
    git mv mfbt/nsRefPtr.h mfbt/RefPtr.h
else
    hg mv mfbt/nsRefPtr.h mfbt/RefPtr.h
fi

--HG--
rename : mfbt/nsRefPtr.h => mfbt/RefPtr.h
2015-10-18 01:24:48 -04:00
Phil Ringnalda 9ea53214d8 Merge f-t to m-c, a=merge 2015-10-17 11:19:46 -07:00
Masatoshi Kimura 9621a78c93 Bug 1207137 - Implement weak crypto override UI. r=ttaubert 2015-10-17 09:38:31 +09:00
Michael Comella c6f48afc97 Bug 1147653 - Review - add exit animation to AnimationSet. r=me
--HG--
extra : commitid : 5AMLDg3mBGv
extra : rebase_source : 2f17576585e1e3ff18163d7266828e483913c39a
2015-10-16 15:06:48 -07:00
Wes Kocher 1662b03a4f Merge m-c to inbound, a=merge 2015-10-16 12:30:35 -07:00
Carsten "Tomcat" Book f56a925c1e Merge m-c to fx-team 2015-10-16 15:01:23 +02:00
Carsten "Tomcat" Book 15c4d32dd7 merge mozilla-inbound to mozilla-central a=merge 2015-10-16 13:17:56 +02:00
Ehsan Akhgari 9dd6f325b3 Bug 1215601 - Enable service workers for non-release builds on Fennec similar to desktop; r=bkelly 2015-10-16 14:08:08 -04:00
Michael Comella dc1b55b9c2 Bug 1201770 - Update google search engine icon. r=margaret
I added a wiki page to note how to do this in the future:
  https://wiki.mozilla.org/Mobile/Fennec/Android/Updating_search_engine_icons

--HG--
extra : commitid : Ip8CADRg3gF
extra : rebase_source : f5d87e1b53971f30e655044c55d2ade0799532d8
2015-10-15 11:01:45 -07:00
Michael Comella 445ee88b6f Bug 1147653 - Set fullscreen click listener to dismiss animation early. r=sebastian
--HG--
extra : commitid : IycTe4VwjtF
extra : rebase_source : 4d237b6625bd41b71414b1bae454c28758a4337e
2015-10-14 15:48:21 -07:00
Michael Comella a82b40fa1b Bug 1147653 - Update share overlay confirmation screen. r=sebastian
This new screen better fits the style of the share overlay.

--HG--
extra : commitid : Cmru9467h5K
extra : rebase_source : b3658b71eafa13ded04dc9bb7da4a3355054450f
2015-10-14 16:03:34 -07:00
Michael Comella 79a3ec8611 Bug 1147653 - Remove newly unused Strings. r=sebastian
These Strings' callsites were removed in the previous commit.

--HG--
extra : commitid : 80m2nfG6q7p
extra : rebase_source : a012df2154652404380c3221191953fd2353ef63
2015-10-14 16:03:19 -07:00
Michael Comella e3974ba2af Bug 1147653 - Remove share overlay toast code. r=sebastian
The upcoming commits will replace the toast with an alternative confirmation.
Note that this new confirmation will occur *before* the share event, meaning we
can't show the user whether the share actually passed or failed. However,
failure is essentially non-existent so we don't care.

--HG--
extra : commitid : CpdtyrIVEcy
extra : rebase_source : da6721fa6e5af3cd0241167ad629b90cdb7b4f26
2015-10-14 16:00:03 -07:00
Michael Comella b2a368cf3d Bug 1147653 - Add larger green check assets. r=sebastian
Note that these assets will be consolidated in bug 1212629.

--HG--
extra : commitid : 4Bns1UBRvrs
extra : rebase_source : 8bf8f5fefc5c586386c2b720037c9f5cb23366f6
2015-10-13 16:38:02 -07:00
Michael Comella 5365d2ffca Bug 1214401 - Remove android: prefix from several attributes. r=sebastian
This should make these attributes compatible with Theme.AppCompat.

--HG--
extra : commitid : IsmpzvpV3ox
extra : rebase_source : 92eed417ac1067cd962c57624d8b2530cdba8fd6
2015-10-15 10:08:45 -07:00
Michael Comella 0033ed3909 Bug 1214401 - Make CrashReporter extend AppCompatActivity. r=sebastian
--HG--
extra : commitid : A8iTVHqDA0P
extra : rebase_source : 5e30005fcbe79e05ee8df1d6157ca6fd3158683a
2015-10-14 17:14:49 -07:00
Michael Comella d4e507bc0a Bug 1214401 - Move accentColor to non-API specific application styles. r=sebastian
We override this in most places so it shouldn't affect the application too much.

--HG--
extra : commitid : 21btkn6GZap
extra : rebase_source : 600f66cc5836ad040a4ec497569f6cb6d6b2df19
2015-10-14 16:13:28 -07:00
Kalpesh Krishna 2a09224700 Bug 1205817 - Fixing ellipsis issue. r=vivek
--HG--
extra : commitid : ByrbxJa6dWE
extra : amend_source : 5bf88b8f79be6971faf0de9f9685168fbcc467be
2015-10-15 18:35:54 +03:00
Sebastian Kaspari 557dca1b5e Bug 1214630 - Rename 'tabContentStart' attribute of TabMenuStripLayout. r=mcomella
This will resolve conflicts when introducing the android design support library
in bug 1189306.

--HG--
extra : commitid : 6mkNPj0xng4
extra : rebase_source : 3feee4e9f361cb3e18e7c7c02f6ec206de6cb015
2015-10-15 12:11:09 +02:00
Alexandre Poirot 89cb263b54 Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop
--HG--
rename : devtools/shared/Console.jsm => toolkit/modules/Console.jsm
2015-10-15 03:45:22 -07:00
Carsten "Tomcat" Book 9e9666b762 merge mozilla-inbound to mozilla-central a=merge 2015-10-15 11:52:40 +02:00
Mark Finkle d0fb347fcf Bug 1194182 - Add some toast telemetry r=margaret 2015-10-14 16:08:29 -04:00
Mark Finkle 8a4bae3106 Bug 1194182 - Implement switch-to-tab for add-on toast notifications r=margaret 2015-10-14 16:08:26 -04:00
Mark Finkle e8aec8d2ac Bug 1194182 - Change DownloadNotifications.jsm to support newer selectOrAddTab r=margaret 2015-10-14 16:08:21 -04:00
Allison Naaktgeboren b54510f21d Bug 1207845 - bold part of the suggestion button that is not mUserSearchTerm for search suggestions.r=mcomella 2015-10-14 14:57:48 -04:00
Jim Chen b61049781c Bug 1211600 - Queue disposeNative call for GeckoView if Gecko is not ready; r=snorp
If Gecko is not ready, we should queue the disposeNative call in
GeckoView.onDetachedFromWindow instead of calling it right away. We use
the PROFILE_READY state here to correspond to
GeckoView.onAttachedToWindow, where we make the open call on
PROFILE_READY.
2015-10-15 15:49:49 -04:00
Carsten "Tomcat" Book ca6314e244 merge fx-team to mozilla-central to pick up rc1 bustage fix on a CLOSED TREE 2015-10-14 16:18:07 +02:00
Sebastian Kaspari 78e59ca46f Bug 1213921 - Only check application restrictions to determine whether the user is on a restricted profprofile. r=ally
--HG--
extra : commitid : H9Pc5CaMXHf
extra : rebase_source : e224982841f87052d751a7fa7cabeac4d6b9a93f
2015-10-14 12:46:51 +02:00
Carsten "Tomcat" Book e4f4a66c39 Merge m-c to fx-team 2015-10-14 12:48:50 +02:00
Carsten "Tomcat" Book 0ecf764867 merge mozilla-inbound to mozilla-central a=merge 2015-10-14 12:46:09 +02:00
Carsten "Tomcat" Book b89882ad11 merge fx-team to mozilla-central a=merge 2015-10-14 12:31:33 +02:00
Reuben Morais d6a61b2628 Bug 1213170 - Re-enable WebSMS on B2GDroid. 2015-10-13 21:51:56 -03:00
Reuben Morais 5fcd0fe0cf Bug 1213170 - Always generate JNI stubs for GeckoSmsManager. r=nalexander 2015-10-13 21:51:50 -03:00
Fabrice Desré 05c67f4d70 Bug 1213170 - Disable the sms backend for now r=me 2015-10-13 09:56:12 -07:00
Carsten "Tomcat" Book 18b99bf0cf merge fx-team to mozilla-central a=merge 2015-10-13 11:59:55 +02:00
Reuben Morais 1e26ba3392 Bug 748391 - Implement markMessageRead on the Android backend. r=snorp 2015-10-13 01:08:51 -03:00
Michael Comella ebe708381a Bug 1213366 - Remove android: prefix from colorPrimary*. r=sebastian
This changes the color of the settings action bar to grey, as expected.

Note that I was unaware of this no-prefix convention when I wrote the previous
patch and added an "android:actionBarStyle" which may be confusing things
further. We may also benefit from removing the prefix there and fixing the
results.

--HG--
extra : commitid : 6aYSAKTkbkB
extra : rebase_source : cc66caa6da48dce95b58f4fd225ac01f1ffa9ee7
2015-10-09 14:25:57 -07:00
Mike Hommey 9af046b5b4 Bug 1211765 - Remove remnants from --with-libxul-sdk. r=bsmedberg
The configure option has explicitly thrown an error for more than a year now,
and it happens that the remaining way to still forcefully use it has been
broken for more than 8 months.
2015-10-14 08:02:34 +09:00
Allison Naaktgeboren 277923d09f Bug 12084105 - Remove 'Firefox Marketplace' from the list of default Top Sites thumbnails.r=mcomella 2015-10-09 12:08:00 +02:00
Carsten "Tomcat" Book 5e3c101647 Backed out changeset 308e28cb1d94 (bug 1208410) for permanent rc1 test failures 2015-10-14 15:51:14 +02:00
Sebastian Kaspari 4ea55df479 Bug 1211848 - GeckoInputConnection: Re-request focus if GeckoView is not active view for the input method. r=jchen
On (at least) Android 6.0 it can happen that GeckoView has focus but is not the active view for the input
method. As a consequence InputMethodManager will ignore the call to showSoftInput().

--HG--
extra : commitid : 6Gkhejuli6g
extra : rebase_source : bd5486bc60af060f058b0335a524a1b9aafe1b8f
2015-10-13 13:57:43 +02:00
Richard Newman 178c7e32be Bug 1208410 - Follow-up: fix bustage from 308e28cb1d94 and add a comment to avoid it in the future. a=bustage, landing on a CLOSED TREE
--HG--
extra : commitid : Cjpy5hSbYnM
2015-10-13 20:48:05 -07:00
Carsten "Tomcat" Book b340b15978 merge fx-team to mozilla-central a=merge 2015-10-12 11:05:43 +02:00
Margaret Leibovic e76ac1bda3 Bug 1209352 - Update FAQ page URL. r=liuche
--HG--
extra : commitid : ZSIh9D7uhB
extra : rebase_source : 330c77cd7f306ebd33111eaf9d1350cb83276441
2015-10-06 17:36:13 -04:00
Martyn Haigh 0b49f3d776 Bug 1205335 - Allow homepage to be set by distributions. r=nalexander
--HG--
extra : commitid : 2iVaLDVp6m5
extra : rebase_source : b2b8ec9d34109d0df56ea92c66fe8df4f4490eb0
2015-10-08 16:35:32 +01:00
Allison Naaktgeboren 36a79394f2 Bug 948937 - crash in java.lang.ClassCastException: org.mozilla.gecko.home.TwoLinePageRow...r=sebastian 2015-10-13 20:19:28 -04:00
Allison Naaktgeboren b3d2674630 Bug 12084105 - Remove 'Firefox Marketplace' from the list of default Top Sites thumbnails.r=mcomella 2015-10-13 20:05:12 -04:00
Mark Capella e6110504b2 Bug 1212363 - Add Telemetry to |Bookmark Added| Dialog and its actions, r=mfinkle 2015-10-13 17:46:55 -04:00
Prateek Arora 5fdf0cb8c5 Bug 1164879 - Use system UI for request desktop site checkbox.r=mcomella 2015-10-03 01:24:46 +05:30