Commit Graph

202817 Commits

Author SHA1 Message Date
Richard Newman
b06b80f023 Bug 1060524 - Eliminate pre-Gingerbread support in Android Sync. r=nalexander 2014-08-29 16:14:20 -07:00
Chenxia Liu
160d3c048f Bug 1059440 - Don't set noHistory for onboarding activity. r=trivial 2014-08-29 15:52:10 -07:00
Michael Ratcliffe
6c95cbba32 Bug 1060188 - [App Manager] Cannot use Inspector to view app's DOM on Flame r=paul 2014-08-29 13:44:59 +01:00
Brian Grinstead
0c07a19997 Bug 1060041 - Don't expand folders in projecteditor tree by default;r=jryans 2014-08-29 15:49:11 -07:00
Raymond Etornam Agbeame(:retornam)
979c088e34 Bug 1052856 - Copy as curl should use --compressed instead of -H accept-encoding gzip r=jryans 2014-08-29 15:49:01 -07:00
Girish Sharma
1d703236bb Bug 970517 - Storage Inspector fron end - tests, r=jwalker 2014-08-29 18:24:52 +05:30
Girish Sharma
69c89b34ce Bug 970517 - Storage Inspector front end, r=jwalker, mratcliffe 2014-08-29 22:02:49 +05:30
vladikoff
442b9b45ab Bug 1058424 - Fixes network error tests in the FxA Profile Client r=mattn 2014-08-29 10:25:41 -07:00
Nick Alexander
9848a8d413 Bug 984503 - Follow-up to fix build bustage. r=me 2014-08-29 15:19:12 -07:00
Vivek Balakrishnan
506f67b538 Bug 984503 - Add "Remove Firefox Account" menu option to FxAccount status activity. r=nalexander,rnewman
The menu is exposed as "More..." on devices that do not have a hardware
menu button.

========

8adeb1be57
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 984503 - Part 4: Show a toast after removing Firefox Account.

========

aeffca77dc
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 984503 - Part 3: Hide "More..." option if device has a hardware menu button.

    The reason for this dance is to keep the "Remove Account" button out of
    view if at all possible.  I don't want to make it too easy to delete
    your account.

========

4efe597308
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu Aug 28 15:04:38 2014 -0700

    Bug 984503 - Part 2: Add "More..." to Firefox Account status list.

========

ad6a55dc33
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Thu Aug 21 00:25:30 2014 +0300

    Bug 984503 - Part 1: Add menu option to remove Firefox Account.
2014-08-28 15:05:11 -07:00
Nick Alexander
82c98ff93d Bug 984503 - Pre: Remove trailing newlines from previous commit. r=trivial 2014-08-29 11:27:09 -07:00
Mark Capella
47f58af127 Bug 1021804 - Long press on news story links invoke context menu, r=kats, wesj 2014-08-29 17:32:40 -04:00
Ed Lee
463f7f2d83 Bug 1045760 - Enhance tiles more specifically than eTLD+1/baseDomain (e.g., no enhance bugzilla.mozilla.org for mozilla.org) [r=dao]
Use all levels of subdomain except for common subdomains that are actually the same site.
2014-08-29 13:35:59 -07:00
Ryan VanderMeulen
adddcc580c Merge m-c to fx-team. a=merge 2014-08-29 15:43:07 -04:00
Wes Kocher
b5be1efda0 Backed out 2 changesets (bug 984503) for android build bustage
Backed out changeset 579667582c6a (bug 984503)
Backed out changeset 56c4334e838f (bug 984503)
2014-08-29 12:30:33 -07:00
Margaret Leibovic
0cf687b787 Bug 1057634 - Use localized string for default search engine identifier. r=bnicholson 2014-08-29 12:06:01 -07:00
Margaret Leibovic
e28e0e813b Bug 1057629 - Use search plugins that ship with Fennec to populate options in search activity settings. r=bnicholson 2014-08-29 12:05:58 -07:00
Nick Alexander
d69784074f Bug 1057637 - Extract a re-usable ExpandableListAdapter out of RemoteTabsList. r=mcomella
This patch does a few other small things as well:

* It exposes the client device type.  This will be used later, as part of
  the visual refresh.
* Aligns the field names in remote_tabs_child with the names used by
  TwoLinePageRow.  This will be used later, when we finally use said
  standard view class.

--HG--
extra : rebase_source : 291f69a5f9b68801dd9154c5d291c6795d218ff6
2014-08-29 11:56:41 -07:00
Nick Alexander
e70b36fad3 Bug 1058160 - Make o.m.g.BrowserApp LAUNCHER activity default and high priority. r=bnicholson
In order to launch in response to the MAIN activity (via |adb shell am
start -a android.intent.action.MAIN org.mozilla.fennec|, for example),
the activity must have category default.  That is added automatically to
<activity> elements that have category LAUNCHER, but apparently not to
<activity-alias> elements.  This patch adds it manually.

In general, <intent-filters> are prioritized by their order in the
manifest file.  To avoid future confusion, this patch bumps the
android:priority of the existing filter.

--HG--
extra : rebase_source : 021da06af2f3e41fc0f38eee7fc33360797f64b0
2014-08-29 11:51:46 -07:00
Jared Wein
180aa4fdac Bug 1048882 follow-up - Change the string ID of feedback_window_will_close_in. r=standard8
--HG--
extra : rebase_source : 258a4aa681f6782f8e39302d14c3693d3adc2a2d
2014-08-29 12:43:27 -04:00
Vivek Balakrishnan
6694cea5ba Bug 984503 - Add "Remove Firefox Account" menu option to FxAccount status activity. r=nalexander,rnewman
The menu is exposed as "More..." on devices that do not have a hardware
menu button.

========

8adeb1be57
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 984503 - Part 4: Show a toast after removing Firefox Account.

========

aeffca77dc
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu Aug 28 15:05:11 2014 -0700

    Bug 984503 - Part 3: Hide "More..." option if device has a hardware menu button.

    The reason for this dance is to keep the "Remove Account" button out of
    view if at all possible.  I don't want to make it too easy to delete
    your account.

========

4efe597308
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu Aug 28 15:04:38 2014 -0700

    Bug 984503 - Part 2: Add "More..." to Firefox Account status list.

========

ad6a55dc33
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Thu Aug 21 00:25:30 2014 +0300

    Bug 984503 - Part 1: Add menu option to remove Firefox Account.

--HG--
extra : rebase_source : 946b86baaa36de4b143d6d8a614f7cc3a2118a6a
2014-08-28 15:14:55 -07:00
Nick Alexander
0b6671c42b Bug 984503 - Pre: Remove trailing newlines from previous commit. r=trivial
--HG--
extra : rebase_source : 30f414e7bb429ff1f4eebf78498ea586b41ea0d6
2014-08-29 11:27:09 -07:00
Adam Roach [:abr]
13f11baabc Bug 972079 - Fix memory leak failure in mochi test rs=me 2014-08-29 13:40:59 -05:00
Adam Roach [:abr]
e9a356ab40 Bug 972079 - Tests for CardDav importer r=MattN 2014-08-29 13:31:46 -05:00
Adam Roach [:abr]
97449834ab Bug 972079 - CardDAV Address Importer for Loop r=MattN 2014-08-29 13:31:46 -05:00
Richard Newman
987941592b Bug 1058146. r=nalexander 2014-08-29 09:27:56 -07:00
Brian Nicholson
4f6be8c904 Bug 1037353 - Don't show autocomplete popup after selecting an autocomplete value. r=jchen 2014-08-29 11:09:15 -07:00
vladikoff
c55602d2b3 Bug 1058424 - Adds a module for fetching FxA profile information. r=MattN 2014-08-28 16:10:00 +02:00
Mihaela Velimiroviciu
191894384c Bug 1058573 - Add automated test for showing the toolbars dropdown in customization mode (even if the only toolbar available is the bookmarks toolbar). r=jaws 2014-08-28 11:39:49 +03:00
Matjaz Horvat [:mathjazz]
2a72f6b460 Bug 1059920 - "(fx-l10n-sl) Add 'sl' to the Firefox Nightly build". r=l10n 2014-08-28 11:31:00 +02:00
Jeffrey Godwyll
ae82c0e097 Bug 1060354 - removing event listeners, r=mfinkle 2014-08-31 14:36:00 +02:00
Tomasz KoƂodziejski
f5ad8935db Bug 429732 - speed up highlighting by optimizing _getEditableNode. r=ehsan 2014-08-29 11:14:00 +02:00
Roberto A. Vitillo
9a1b726e8a Bug 1057137 - Broken menu: NS_ERROR_ILLEGAL_VALUE: id, attribute, or value too long. r=enn 2014-08-29 06:52:00 +02:00
Jan Keromnes
e6d3b78d29 Bug 1055151 - Add tests to cap devtools memory footprint. r=ochameau 2014-08-29 02:33:00 +02:00
Alexandre Poirot
a09c8d8408 Bug 1053805 - Tweak webgl,canvas and webaudio actors for frames selection. r=vp,past 2014-09-01 03:20:00 +02:00
Lucas Rocha
db2616a292 Bug 1057438 - Only re-create LinearGradient when necessary (r=bnicholson) 2014-09-02 10:52:08 +01:00
Lucas Rocha
ee38aafacd Bug 1050780 - Avoid disabled items in GeckoMenu's adapter (r=margaret) 2014-09-02 10:47:16 +01:00
Benjamin Bouvier
e695ed5d99 Bug 992267: Odin basic SIMD support; r=luke
* * *
Bug 992267: Add SIMD globals support to Odin; r=luke

--HG--
extra : rebase_source : db317e41bb0b9da6b64e07633e7a192a45c203cf
2014-08-28 10:01:44 +02:00
Luke Wagner
ecea3f5f6c Bug 992267: Ensure stack alignment requirements for asm.js code; r=bbouvier
--HG--
extra : rebase_source : 33ca16407cd8b0bd1ca84075dbbb0acbb4272bf6
2014-08-29 15:34:20 +02:00
Benjamin Bouvier
157738edd8 Bug 992267: Introduce the IsSimdAvailable testing function; r=luke
--HG--
extra : rebase_source : 1aa13c372ed7ad209e832599608ef3dd2fef9018
2014-08-29 15:32:18 +02:00
David Major
dc0a747a3f Bug 1023941 followup: Fix bustage on builds that use Win7 SDK
--HG--
extra : rebase_source : 7257820a00fa9ac921f61194855f3fd3dcb09fa1
2014-08-31 08:44:22 +12:00
Brian Grinstead
df8b15570b Bug 1055333 - Skip browser_styleeditor_cmd_edit.js in e10s. r=harth 2014-08-28 07:55:00 +02:00
James Teh
9fbe219bc0 Bug 977267 - [a11y] Make autocomplete suggestions accessible to screen readers. r=bgrins 2014-08-29 11:36:50 +10:00
Jared Wein
ba444da0d7 Bug 1048882 - The warning displayed when closing window (feedback_window_will_close_in) needs a plural form. r=standard8
--HG--
extra : rebase_source : 754995dddbcad6777e7b9def30f20fe3e3744bfc
2014-08-28 23:51:34 -04:00
Monica Chew
97dbc43821 Bug 1058133: Telemetry for tracking protection events (r=bmcbride) 2014-08-28 09:29:14 -07:00
Mark Capella
4ec7a6d23d Bug 1057685 - regression: Tweak Browser:Quit to maintain existing support for add-ons - part deux, r=wesj 2014-08-28 22:00:47 -04:00
Chenxia Liu
b3d794e479 Bug 1031273 - "Clear Private Data" does not clear "Recently closed tabs" from Recent Tabs. r=margaret 2014-08-28 18:20:03 -07:00
Chris Karlof
f512448501 Bug 1059391 - Add pref to disable caching of Sync authentication credentials. r=markh
This introduces a debugging pref, "services.sync.debug.ignoreCachedAuthCredentials".
This flag allows testers to disable caching of authentication credentials
to make debugging of expired and revoked credentials easier. This will
help expedite any visble auth errors resulting from a expired or revoked
FxA session token, e.g., from resetting or changing the FxA password.
This pref is not set by default.
2014-08-28 17:21:03 -07:00
Ryan VanderMeulen
702c47977d Merge inbound to m-c. a=merge 2014-08-28 16:21:43 -04:00
Ryan VanderMeulen
1d1489e09f Merge fx-team to m-c. a=merge 2014-08-28 16:13:41 -04:00