Commit Graph

14342 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
8d45e2920d merge fx-team to mozilla-central a=merge 2014-09-08 15:26:03 +02:00
manu.jain13@gmail.com
4574a330be Bug 1060423 - Cut function in a readonly textarea. r=mfinkle r=markcapella 2014-09-06 07:37:00 +02:00
Nick Thomas
e077c62c11 Bug 1063308, fix comment in Android prefs about update service, r=snorp DONTBUILD
--HG--
extra : amend_source : 5ef12a04a28275b2baee399c8da10aff51fed078
2014-09-08 10:03:30 +12:00
Wes Kocher
ca62a34614 Merge inbound to m-c a=merge 2014-09-05 19:04:52 -07:00
Richard Newman
390bb98bf2 Bug 1063274 - Add getLanguage method to BrowserLocaleManager. r=margaret 2014-09-05 09:38:22 -07:00
Ryan VanderMeulen
6ca1d53198 Merge fx-team to m-c. a=merge 2014-09-05 11:54:57 -04:00
Chris Kitching
5859dbba86 Bug 1063991 - Lift inner class to avoid javac optimization failure. r=rnewman 2014-09-06 18:39:38 -07:00
Richard Newman
c6cdef09e8 Bug 1063643 - Allow for building Fennec with a limited set of resources. r=nalexander 2014-09-06 08:25:20 -07:00
Mark Finkle
f998cef779 Bug 1063893 - Enable casting on beta and release. r=rnewman 2014-09-06 08:25:19 -07:00
Richard Newman
b5e2830b25 Bug 1063109 - Allow for aapt to be invoked with max-res-version argument. r=nalexander 2014-09-05 21:10:23 -07:00
Wes Kocher
b64fe9bdbc Merge m-c to fx-team a=merge 2014-09-05 19:18:46 -07:00
Wes Kocher
d188085740 Backed out changeset 279d7f0290da (bug 1017903) 2014-09-05 17:13:20 -07:00
Margaret Leibovic
2265acfe26 Bug 1017903 - Remove synchronous search service initialization. r=liuche 2014-09-05 15:39:55 -07:00
Margaret Leibovic
f3812ede39 Bug 1063128 - Make sure all preferences have keys. r=liuche 2014-09-05 15:39:52 -07:00
Margaret Leibovic
2cac6de930 Bug 1058813 - Add telemetry probe for clicking sync preference. r=liuche 2014-09-05 15:39:49 -07:00
Margaret Leibovic
5b15602579 Bug 1063177 - Don't let plus button overlap search suggestion text. r=bnicholson 2014-09-05 13:52:29 -07:00
Margaret Leibovic
d33432e3e7 Bug 1057631 - Use real locale when pulling search engine out of the jar. r=rnewman 2014-09-05 13:52:27 -07:00
Garvan Keeley
11d618691d Bug 1054520 - Add ifdef to enable stumbler in nightly. r=nalexander 2014-08-15 14:30:00 -04:00
vivek
a81788d425 Bug 799562 - negative feedback submitted using feedback API. r=margaret 2014-08-26 14:20:00 +02:00
Chris Kitching
748c7387bf Bug 1060664 - Improved assertion API. r=snorp 2014-08-29 15:40:36 -07:00
Nick Alexander
e51fe094e6 Bug 1040945 - Part 2: Copy native libraries by name in AndroidEclipse backend make target. r=rnewman 2014-09-04 20:11:15 -07:00
Nick Alexander
04b45e0f6c Bug 1040945 - Part 1: Install Android native libraries directly into lib/ANDROID_CPU_ARCH. r=glandium
This is a little tricky only because MOZ_CHILD_PROCESS_NAME is
"lib/libplugin-container.so" on Android, which meant special handling
at multiple places in the tree. This patch reduces the number of such
places.
2014-09-04 20:11:09 -07:00
Wes Kocher
2a754651c8 Merge m-c to fx-team a=merge 2014-09-04 18:58:12 -07:00
Wes Kocher
d48269bc7c Merge inbound to m-c a=merge 2014-09-04 18:30:01 -07:00
Nick Alexander
19a72370fc Bug 785199 - Add context menu to Remote Tabs home panel. r=margaret 2014-09-04 15:32:31 -07:00
Nick Alexander
6aa2bf3b81 Bug 1014994 - Part 6: Display device type icon. r=margaret 2014-09-04 15:32:31 -07:00
Nick Alexander
d3317b2941 Bug 1014994 - Part 5: Enable swipe-to-refresh Remote Tabs list. r=margaret 2014-09-04 15:32:30 -07:00
Nick Alexander
9fae1fc1ce Bug 1014994 - Part 4: Display list of Remote Tabs when possible. r=margaret 2014-09-04 15:32:29 -07:00
Nick Alexander
09744c7f0c Bug 1014994 - Part 3: Display static views in Remote Tabs panel when Account is missing or unhealthy. r=mcomella 2014-09-04 15:32:28 -07:00
Nick Alexander
96f5f6fd4e Bug 1014994 - Part 2: Add RemoteTabsPanel configuration migration. r=margaret
This factors out a small migration helper, since we want the same logic
for Remote Tabs as existed for Recent Tabs.
2014-09-04 15:32:27 -07:00
Nick Alexander
fe8a61f00f Bug 1014994 - Part 1: Register RemoteTabsPanel. r=margaret
This is the boilerplate to add a new RemoteTabsPanel HomeFragment.  At
the moment, it merely displays a static view with a static string.

The panel title is "Synced Tabs", per yuan's design PDF; and the panel
appears at the front (far left) of the list on phones, and at the
back (far right) of the list on tablets.
2014-09-04 15:32:26 -07:00
Julien Sanchez
0a85ee5189 Bug 680392 - Localize trademark notice string in about:firefox. r=margaret 2014-09-04 14:59:06 -07:00
Jim Chen
bbcdbef35e Bug 1058136 - Properly send text change notifications for composition text; r=cpeterson 2014-09-04 14:38:18 -04:00
Jim Chen
927986edb5 Bug 1058136 - Send separate compose event for composing text; r=cpeterson 2014-09-04 14:38:17 -04:00
Jim Chen
19212821a7 Bug 1058136 - Fix debug logging crash; r=cpeterson 2014-09-04 14:38:17 -04:00
Jim Chen
b73e9eb75f Bug 1058136 - Refactor GeckoEditable; r=cpeterson 2014-09-04 14:38:16 -04:00
Margaret Leibovic
f581ca4344 Bug 1062632 - Follow-up to fix build bustage on a CLOSED TREE 2014-09-04 10:40:53 -07:00
Brian Nicholson
7f60191215 Bug 1062622 - Add catch function in Sanitizer.jsm. r=wesj 2014-09-04 10:31:13 -07:00
Nick Alexander
3c336ad752 Bug 1062638 - Rename tabs to title on tablets as well. r=margaret
This should fix a reproducible hard crash on tablets.

--HG--
extra : rebase_source : aefbdec4027d93165136bf541864dd3b4d881845
2014-09-04 11:46:04 -07:00
Eric Edens
f5e12b6cff Bug 1042960 - Create UI elements for facet bar. r=margaret 2014-09-04 12:18:31 -05:00
Tristan Pollitt
2c04333cc7 Bug 1057613 - Telemetry for search widget buttons. r=margaret 2014-09-03 22:10:17 +01:00
Margaret Leibovic
fccbef4359 Bug 1062632 - Remove unused history panel view and styles. r=lucasr 2014-09-04 09:56:31 -07:00
Lucas Rocha
529e7ed3fe Bug 1020505 - Don't truncate the menu popup width (r=margaret) 2014-09-04 17:27:40 +01:00
Ryan VanderMeulen
c8e6e69ee6 Merge m-c to inbound. a=merge 2014-09-03 22:36:59 -04:00
Richard Newman
9a3407fbef Bug 1062552 - Use empty string as title if no title provided when adding a bookmark. r=ckitching 2014-09-03 14:41:35 -07:00
Ryan VanderMeulen
85879c9cc5 Merge m-c to fx-team. a=merge 2014-09-03 16:42:41 -04:00
Ryan VanderMeulen
f5859a2048 Merge inbound to m-c. a=merge 2014-09-03 16:38:57 -04:00
Amogh Pradeep
7c54d4926f Bug 1019045 - Unify magnifying glass/search icon. r=margaret 2014-09-04 00:47:46 +05:30
Wes Johnston
029ad26a85 Bug 1061030 - Register wifi listener in GeckoNetworkManager constructor. r=mfinkle 2014-09-03 09:44:27 -07:00
Wes Johnston
888397aa11 Bug 1048300 - Don't restrict menu height. r=lucasr 2014-09-03 09:29:53 -07:00