Commit Graph

17174 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
b0c6601acf merge mozilla-inbound to mozilla-central a=merge 2015-08-05 13:12:59 +02:00
vivek
e3f5e1487e Bug 1055264 - Fixed profile image update after sync now r=nalexander 2015-08-05 00:47:08 +03:00
Ehsan Akhgari
654b9ab828 Bug 1018504 - Rename the events used after bug 1190082 2015-08-04 21:20:25 -04:00
Margaret Leibovic
91125467bc Bug 1132591 - Unpin shortcut tabs when navigating to a new host. r=mcomella 2015-07-16 11:01:03 -07:00
Nick Alexander
52fe429475 Bug 1190940 - Handle MOZ_NATIVE_DEVICES and MOZ_WEBRTC in Gradle build. r=sebastian
This is an information sharing review request.  This patch
demonstrates two ways to handle static build flags in the Java source
base.

For MOZ_NATIVE_DEVICES, we /exclude/ certain Java source files.  This
is unwieldy but works fine.

For MOZ_WEBRTC, we selectively /include/ certain Javas source
directories.  We symlink the directories into the objdir so that the
IntelliJ configuration remains entirely under the project directory --
IJ really doesn't like it when sources are outside of the project
content root.  Since two source directories declare the same package
(org.webrtc.videoengine) we can't symlink deep in the package
hierarchy.  Therefore, we add top-level source directories sibling to
src/main.
2015-08-04 10:01:26 -07:00
Jonathan Almeida [:jonalmeida]
74539d3838 Bug 1184211 - Replace TwoWayView in SearchBar with RecyclerView. r=sebastian
- Also includes changes from bug 1158291 applied on top of the re-written view.

CLOSED TREE
2015-07-22 21:06:33 -07:00
Carsten "Tomcat" Book
0903b3fd7b merge mozilla-inbound to mozilla-central a=merge 2015-08-04 13:01:07 +02:00
Chenxia Liu
2c6b61970c Backout bug 1185173 for accidental landing. r=bustage DONTBUILD 2015-08-03 18:34:58 -07:00
Chenxia Liu
f22e9d229a Backed out 2d12d2f2f450 (bug 1138560) for duplication. r=dupe DONTBUILD 2015-08-03 18:30:52 -07:00
Chenxia Liu
11cc3708bf Bug 1185173 - Add support for Passive Mixed Content. r=margaret 2015-07-23 16:10:36 -07:00
Margaret Leibovic
a5427f9bd8 Bug 1018504 - (Part 2) Mute/unmute tab when tapping audio indicator. r=mhaigh 2015-07-31 11:32:46 -07:00
Margaret Leibovic
da69468499 Bug 1018504 - (Part 1) Add indicator to show which tab is playing sound. r=mhaigh 2015-07-31 11:08:26 -07:00
Jim Chen
71ef7bbeda Bug 1189818 - Remove jsconsole-clhandler and nsDefaultCLH in Fennec; r=mfinkle
Fennec doesn't use jsconsole-clhandler or nsDefaultCLH because it has
its own CLH, BrowserCLH.js, but they do take up a small but measurable
amount of time on startup.
2015-08-04 17:47:28 -04:00
Jim Chen
fe3b26a9f6 Bug 1187552 - Make NativeJSContainer use direct ownership model; r=snorp
Make NativeJSContainer/NativeJSObject Java objects own their
corresponding C++ objects directly, to reduce an extra
allocation/deallocation for each object and to simplify code.
2015-08-04 17:47:28 -04:00
Jim Chen
ad2589d14e Bug 1186467 - Make NativeJSContainer and NativeJSObject extend JNIObject; r=snorp
JNIObject is the base class for any class that wish to use per-instance
native methods. It encapsulates the long native pointer that used to be
in NativeJSContainer.
2015-08-04 17:47:28 -04:00
Jan-Ivar Bruaroey
3985679823 Bug 1175523 - Update most (but not all) tests to use elem.srcObject over .mozSrcObject. r=pehrsons 2015-07-14 10:12:31 -04:00
Geoff Brown
ef3a48883d Bug 1184186 - Convert robocop testDeviceSearchEngine to mochitest-chrome; r=mfinkle 2015-08-03 12:00:55 -06:00
Geoff Brown
2ed3d50a88 Bug 1184186 - Convert robocop testDesktopUserAgent to mochitest-chrome; r=mfinkle 2015-08-03 12:00:55 -06:00
Geoff Brown
08127221ec Bug 1184186 - Convert robocop testDebuggerServer to mochitest-chrome; r=jryans 2015-08-03 12:00:55 -06:00
Geoff Brown
0f4b52b6f9 Bug 1184186 - Convert robocop testAndroidLog to mochitest-chrome; r=myk 2015-08-03 12:00:55 -06:00
Geoff Brown
9b1051e8ec Bug 1184186 - Convert robocop testAccounts to mochitest-chrome; r=rnewman 2015-08-03 12:00:55 -06:00
Geoff Brown
0c08a7dccf Bug 1184186 - Convert robocop testResourceSubstitutions to mochitest-chrome; r=nalexander 2015-08-03 12:00:55 -06:00
Geoff Brown
2b750bc87f Bug 1184186 - Convert robocop testAboutLogins to mochitest-chrome; r=ally 2015-08-03 09:28:35 -06:00
Geoff Brown
a88f58a194 Bug 1184186 - Convert robocop testAppConstants to mochitest-chrome; r=nalexander 2015-08-03 09:28:33 -06:00
Geoff Brown
f4fb0ff1b0 Bug 1184186 - Add a mochitest-chrome manifest for Android; r=nalexander 2015-08-03 09:28:32 -06:00
Carsten "Tomcat" Book
67a2357d86 merge mozilla-inbound to mozilla-central a=merge 2015-08-03 13:56:39 +02:00
Kartikaya Gupta
da4feef158 Bug 1189879 - Don't use a CSS viewport height of 480 in desktop mode; compute it from the screen aspect ratio. r=snorp 2015-07-31 16:07:35 -04:00
Ryan VanderMeulen
2a5f0df5bc Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-31 15:05:02 -04:00
Karim Benhmida
c01d78c518 Bug 1188145 - Add Telemetry for Voice input. r=liuche 2015-07-29 15:26:10 -07:00
Karim Benhmida
1873676f0b Bug 1188146 - Add Telemetry for QR code input. r=liuche 2015-07-29 15:29:57 -07:00
dominique vincent
b517b332e7 Bug 1184937 - Hide cycling zoom button and set a default level of zoom in config. r=mcomella 2015-07-31 08:42:50 +02:00
Sebastian Kaspari
9f26b68d83 Bug 1125977 - Restricted profiles: Hide setting to set master password. r=ally 2015-07-31 10:19:46 +02:00
Sebastian Kaspari
67d3f7d68a Bug 1125979 - Restricted profiles: Hide Settings > Privacy > Clear private data. r=ally 2015-07-31 10:18:59 +02:00
Sebastian Kaspari
765a81d0d1 Bug 1189233 - Restricted profiles: Block access to about:config. r=ally 2015-07-31 10:16:50 +02:00
Sebastian Kaspari
e9519ebd07 Bug 1188905 - Restricted profiles: Prevent clearing history. r=margaret 2015-07-31 09:59:01 +02:00
Sebastian Kaspari
a52dd01321 Bug 1184094 - testRestrictions: No restrictions should be enforced when using a normal profile. r=margaret 2015-07-31 09:49:04 +02:00
Sebastian Kaspari
fcd7126a80 Bug 1125975 - Restricted profiles: Hide display settings. r=margaret 2015-07-31 09:45:40 +02:00
Allison Naaktgeboren
74291701cd Bug 1183234 - Telemetry probe for usage of about:logins UI interactions.r,p=vladan 2015-07-30 13:36:51 -07:00
Allison Naaktgeboren
75cac76a38 Bug 1180795 - KidFox: Disable first-run screen for restricted profile.r=sebastian 2015-07-30 13:02:10 -07:00
Kartikaya Gupta
52816650ae Bug 1127901 follow-up - Fix a comment. r=me 2015-07-31 13:08:14 -04:00
Kartikaya Gupta
56bd9ba860 Bug 1189921 - Get rid of the overscroll color in LayerRenderer. r=mfinkle 2015-08-01 00:03:22 -04:00
Wes Kocher
86397f6c1f Merge m-c to fx-team, a=merge 2015-07-31 17:15:43 -07:00
Allison Naaktgeboren
1e69c18c27 Bug 1189447 - No default bookmarks in Kidfox.r=sebastian 2015-07-31 16:19:38 -07:00
Allison Naaktgeboren
300b4f84ff Bug 1185780 - disable save if you delete the entire password in about:logins.r=liuche 2015-07-31 16:17:00 -07:00
Mark Capella
559958b00f Bug 1188741 - Text selection action bar not appearing, r=kats 2015-07-31 17:25:29 -04:00
Chenxia Liu
f7f659e15c Bug 1189089 - Update Tracking Protection icon to grey stripe, not white. r=mhaigh 2015-07-30 16:52:24 -07:00
Chenxia Liu
9634a230ff Bug 1187107 - Add "Learn more" link about Mixed Content to Site Identity doorhanger. r=mhaigh 2015-07-30 18:44:06 -07:00
Michael Comella
998702ccfa Bug 1189585 - Change SearchEngineBar to use the DrawableUtil class. r=sebastian 2015-07-30 18:41:13 -07:00
Michael Comella
b3b384a0ce Bug 1189585 - Add DrawableUtil class. r=sebastian
This includes a method to tint drawables.
2015-07-30 19:16:41 -07:00
Michael Comella
3df4370580 Bug 1175532 - Only add CATEGORY_BROWSABLE to intent & android-app uris. r=margaret
This patch is originally from bug 1182328 and r+'d there.
2015-07-10 16:42:00 -07:00