Commit Graph

16978 Commits

Author SHA1 Message Date
Henry Addo henry@addhen.org
a79c777d32 Bug 1079182 - Fix Replace globe with magnifying glass in tablet editing mode. r=henry 2015-07-08 10:33:23 +09:00
Allison Naaktgeboren
39b9e34381 Bug 1148524 - Add 'edit login' option in about:passwords context menu.r=margaret 2015-07-10 17:41:46 -07:00
Nick Alexander
7f1fa40c31 Bug 1182579 - Compute Android version codes in Python. r=gps
I considered three ways to do this:

* one, as a Python script executed with $(shell);
* two, as a Python script that writes an include file for the preprocessor;
* three, as a function exposed to the moz.build sandbox.

I rejected two because it's both tied to the preprocessor, and awkward
to make handle the dependency on the buildid (in a file) and
additional build defines (in config.status).

I rejected three because I know of no precedent for this approach, and
it hides the dependency on the buildid.

One doesn't handle failures in the script gracefully, but neither did
the existing approach.  This patch is at least testable.
2015-07-08 12:43:06 -07:00
Nick Alexander
b12761978b Bug 1182579 - Pre: Remove unused MIN_CPU_VERSION. r=me
We migrated to use MOZ_MIN_CPU_VERSION in moz.build some time back.
2015-07-08 12:08:31 -07:00
Nick Alexander
71a7de9695 Bug 1182579 - Pre: Remove unused UA_BUILDID. r=me 2015-07-07 16:55:48 -07:00
Wes Kocher
c7b0614a45 Merge m-c to fx-team, a=merge CLOSED TREE 2015-07-10 16:21:00 -07:00
Wes Kocher
16fc67934f Merge inbound to central, a=merge 2015-07-10 16:06:49 -07:00
Florian Quèze
2202aa2d4c Bug 1175218 - disable region defaults by making the geoSpecificDefaults.url pref empty to fix test bustage, a=KWierso on CLOSED TREE 2015-07-10 23:58:40 +02:00
vivek
bb0b8da406 Bug 1182267 - Invalidated cached OAuth token upon receiving un-Authorized response r=nalexander. 2015-07-10 21:53:11 +03:00
Florian Quèze
86f7e94056 Bug 1175218 - The original default engine should be set per region rather than per locale, r=markh. 2015-07-10 21:06:24 +02:00
Eugen Sawin
afce0f9c6c Bug 1178818 - Don't use promises in DOMApplicationRegistry proxy object. r=myk 2015-07-10 14:30:04 +02:00
Wes Kocher
0a2512e68f Merge m-c to fx-team, a=merge 2015-07-09 18:08:05 -07:00
Wes Kocher
cc806c6518 Merge inbound to central, a=merge 2015-07-09 18:01:25 -07:00
vivek
3e725e0e16 Bug 1182248 - Debug mode setting updated from static flag r=nalexander.
* The checkbox setting would be reflected until the FxAccountUtils is not gc-ed.
2015-07-10 00:34:51 +03:00
Ryan VanderMeulen
ee16103b84 Merge m-c to fx-team. a=merge 2015-07-09 13:53:46 -04:00
Carsten "Tomcat" Book
0a75b97726 merge mozilla-inbound to mozilla-central a=merge 2015-07-09 17:54:48 +02:00
Geoff Brown
9e1b74c17f Bug 1179981 - A new test harness for robocop; r=jmaher 2015-07-09 12:30:01 -06:00
Michael Comella
86e7f8956c Bug 1179731 - Hide autocomplete suggestions when showing the home pager. r=sebastian 2015-07-08 17:53:25 -07:00
Ryan VanderMeulen
89eb454666 Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-09 13:52:22 -04:00
Maksim Lebedev
5c4a1f5c32 Bug 1177323 - disable decode-only-on-draw preference. r=seth 2015-07-08 00:19:00 +02:00
Martyn Haigh
0f82a3fca7 Bug 1181124 - Remove mdpi folder from CONSTRAINED_AAPT_CONFIGURATIONS in Makefile.in r=nalexander 2015-07-07 17:35:09 +01:00
Martyn Haigh
61337ffe68 Bug 1180766 - tab_queue_prompt.xml file has two elements with the id of tab_queue_container r=sebastian 2015-07-07 16:35:36 +01:00
Margaret Leibovic
8f81776b6c Bug 1179872 - Remove about:apps page and menu item. r=mcomella 2015-07-07 16:01:43 -07:00
Michael Comella
8e41cb7400 Bug 1180011 - Replace tablet private browsing url bar assets. r=margaret
The phone assets were updated but the tablet assets were not.

Ideally, we'd merge these assets but let's not yak shave.
2015-07-07 13:42:19 -07:00
Nick Alexander
75a8e93a99 Bug 1161234 - Part 2: Accept non-default auth, token, and profile endpoints. r=me
This allows us to create accounts that Sync against non-production
endpoints from JavaScript.  In future we will include oauth and
eventually content server endpoints in these messages.
2015-07-08 13:46:07 -07:00
Martyn Haigh
bf807d38e9 Bug 1182011 - Remove ScrollAnimator.java r=sebastian 2015-07-09 11:56:25 +01:00
Sebastian Kaspari
57c2d1654c Bug 1125312 - Bug 1125313 - Restriced profiles: Hide "Tools" and "Report Site Issue" menu items. r=ally 2015-07-06 17:08:06 +02:00
Dylan Roeh
b957f750fc Bug 1176682 - Checks for empty Intent as result of camera activity in onActivityResult. r=snorp 2015-07-07 16:56:38 -05:00
J. Ryan Stinnett
5a866251d7 Bug 1180996 - Remote debugging via WiFi for Android. r=margaret 2015-07-09 10:36:29 -05:00
J. Ryan Stinnett
137d6f348e Bug 1180996 - Extract remote debugger to separate file. r=margaret 2015-07-09 10:36:28 -05:00
J. Ryan Stinnett
579f54b6aa Bug 1180996 - Enable DevTools security on Android. r=margaret 2015-07-09 10:36:28 -05:00
Dustin J. Mitchell
fe94a66d77 Bug 1161075: build android with JDK from tooltool; r=nalexander 2015-06-30 11:18:01 -04:00
Michael LoPiccolo
87232e8c5c Bug 1105271 - Increased size of tabs tray elements on tablet. r=mcomella 2015-06-26 17:35:17 -05:00
Carsten "Tomcat" Book
1fcc543445 Merge mozilla-central to fx-team 2015-07-08 12:04:53 +02:00
Kyle Machulis
3a233ed321 Bug 1176300 - Add lgpllibs library to build system; r=glandium 2015-07-07 21:17:08 -07:00
Sebastian Kaspari
5ebe8a6e8e Bug 1172136 - Create API for add-ons to add header image to grid panels. r=mhaigh 2015-07-06 10:47:38 +02:00
Nick Rosbrook
b83577f5d5 Bug 1156546 - Remove "Developer Tools" preference category when in Guest Mode. r=liuche 2015-07-07 11:55:18 -07:00
Ryan VanderMeulen
4dbb23b545 Merge m-c to fx-team. a=merge 2015-07-07 14:41:18 -04:00
Ryan VanderMeulen
18afe1cb5f Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-07 13:38:10 -04:00
Michael Comella
aa9af0f5f1 Bug 1180907 - Mutate search label before tinting it. r=sebastian
If we don't mutate, we're tinting the shared Drawable state and other Drawables
using the same asset might also get tinted.
2015-07-06 14:42:22 -07:00
Martyn Haigh
3484686c67 Bug 1180191 - Remove the drawable-large-mdpi-v11 folder r=mcomella 2015-07-03 14:46:19 +01:00
Martyn Haigh
ffd0104dd7 Bug 1178813 - Revise the autocomplete_list_bg.9.png asset r=mcomella 2015-07-03 13:59:40 +01:00
Wes Kocher
eb48e9f038 Merge m-c to fx-team, a=merge 2015-07-06 17:21:43 -07:00
Wes Kocher
ee29b75368 Merge inbound to central, a=merge 2015-07-06 17:07:18 -07:00
Chenxia Liu
6b7a89fa6e Bug 1179509 - Include title + favicon in Site Identity doorhanger for unencrypted sites. r=ally 2015-07-01 15:37:28 -07:00
Chenxia Liu
9c53afed55 Bug 1173623 - Update "Learn more" link in Tracking protection to be consistent with other doorhanger links. r=ally 2015-07-01 15:29:36 -07:00
Carsten "Tomcat" Book
b85c9f03f4 Merge mozilla-central to fx-team 2015-07-06 13:07:21 +02:00
Sebastian Kaspari
98e4688c58 Bug 1180605 - spoon-gradle-plugin: Set spoon runner dependency to 1.1.10. r=mhaigh 2015-07-06 11:29:06 +02:00
Fabrice Desré
2d7de836a8 Bug 1180507 - Don't hardcode defaultChromeURI in BrowserCLH.js r=mfinkle 2015-07-05 20:26:17 -07:00
Phil Ringnalda
ab06bdf2b9 Merge m-c to m-i 2015-07-03 19:15:06 -07:00