Wes Kocher
b2616208a1
Merge fxteam to m-c
2014-03-05 18:20:17 -08:00
Ryan VanderMeulen
4de3678a20
Merge m-c to inbound on a CLOSED TREE.
2014-03-05 16:08:02 -05:00
Ryan VanderMeulen
24057b1ac1
Merge b2g-inbound to m-c.
2014-03-05 16:01:53 -05:00
Margaret Leibovic
5bf6ed5073
backout 4bc6027f5638 for causing bug 978741
2014-03-05 12:21:22 -08:00
Margaret Leibovic
8846766a7a
backout 9ee8634f70dc because it didn't work
2014-03-05 12:21:20 -08:00
Nick Alexander
774881c0de
Bug 978587 - Make GeckoView package org.mozilla.gecko; don't include org.mozilla.gecko.R. r=blassey
...
This builds a new Java JAR containing only org.mozilla.gecko.R. This
new JAR file is included in Fennec, but not included in
geckoview_library. (Usually ant, gradle, or Eclipse arranges to produce
org.mozilla.gecko.R but not include it in the classes.jar output as part
of a library project. This mimics that.)
Changing the GeckoView package to org.mozilla.gecko declares to
consuming applications that they should produce org.mozilla.gecko.R,
replacing what was removed above (but with correct resource IDs).
2014-03-05 08:57:09 -08:00
Nick Alexander
9640387d21
Bug 978587 - Pre: Make geckoview_library and BackgroundInstrumentationTests target android-16. r=blassey
...
This agrees with Fennec (and BrowserInstrumentationTests).
2014-03-05 08:57:09 -08:00
Jim Chen
509a8a56c8
Bug 975436 - Catch ClassCastException in ANRReporter. r=blassey
2014-03-05 09:05:21 -05:00
Christopher Su
f200495f75
Bug 943629 - Remove unnecessary comment in Tabs. r=mcomella
2014-03-05 09:05:07 -05:00
Carsten "Tomcat" Book
1096a4e1d3
merge mozilla-inbound to mozilla-central
2014-03-05 13:04:39 +01:00
Jed Davis
906a754859
Bug 946407 - Reimplement DumpMemoryInfoToTempDir in terms of GetReports. r=njn
...
This winds up exposing things in the nsIMemoryReporterManager interface
that arguably don't belong at that level of abstraction -- "minimize
memory usage first" and DMD -- in order to take advantage of the
infrastructure that GetReports already has for managing the child
processes.
2014-03-04 18:27:13 -08:00
Matt Brubeck
ba3cdcb090
Bug 972844 - Add a Maybe Later link on about:feedback intro [r=mfinkle]
2014-03-04 16:58:33 -08:00
Richard Newman
eea1085ad4
Bug 966143 - Don't attempt to process a malformed password record. r=nalexander
2014-03-04 14:38:11 -08:00
Brian Nicholson
27a8872b57
Bug 976006 - Update bookmark star when page is saved. r=wesj
2014-03-04 13:00:00 -08:00
Brian Nicholson
fe8983494f
Bug 962103 - Make progress bar overlap content. r=lucasr
2014-03-04 12:57:23 -08:00
Richard Newman
26b96c3a40
Bug 961238 - Follow-up: eliminate BrowserContract dependency on DBUtils. r=trivial, DONTBUILD
2014-03-04 12:18:26 -08:00
Chenxia Liu
a82e0e66bd
Bug 942878 - Part 2: Add panel to settings. r=lucasr
2014-03-04 10:31:38 -08:00
Chenxia Liu
f74c00144d
Bug 942878 - Part 1: Expose public method for adding panels to HomeConfig. r=lucasr
2014-03-04 10:31:38 -08:00
Chenxia Liu
7372b0819f
Bug 942878 - Part 0: Add final modifier to GeckoPreferences. r=lucasr
2014-03-04 10:31:37 -08:00
Nick Alexander
e34feb7a93
Bug 979064 - Declare JUnit 3 instrumentation test applications debuggable. r=rnewman
...
I also took the opportunity to move a constant into
AndroidManifest.xml.in; it removes a layer of indirection when trying to
determine what Android package gets built.
2014-03-04 09:34:35 -08:00
Lucas Rocha
1e54d4ddf4
Bug 975841 - Bootstrap schema upgrade path in HomeProvide.jsm (r=margaret)
2014-03-04 16:57:43 +00:00
Lucas Rocha
16c687aee6
Backed out changeset 70bccf82bbfa (forgot to add reviewer)
2014-03-04 16:54:32 +00:00
Lucas Rocha
79303570de
Bug 975841 - Bootstrap schema upgrade path in HomeProvide.jsm
2014-03-04 16:52:13 +00:00
Wes Johnston
b203bc6384
Bug 967254 - Delay Webapp Uninstall code till delayed startup. r=rnewman
2014-03-04 08:35:39 -08:00
Wes Johnston
0297dfd12b
Bug 977592 - Don't autofocus the password field in auth dialogs. r=margaret
2014-03-04 08:31:06 -08:00
Wes Johnston
1aa3bc5d5b
Bug 974289 - Fixup test for FilePicker results. r=lucasr
2014-03-04 08:29:26 -08:00
Josh Dover
3fdd0bd9a1
Bug 978741 - Fix tab strip on tablets. r=margaret
2014-03-03 13:23:38 -08:00
Sola Ogunsakin
eff6c416c8
Bug 959290 - Test for ReadingListProvider. r=mcomella
2014-03-03 14:37:13 -08:00
Sola Ogunsakin
9a823d286e
Bug 959290 - Make ContentProvider for Reading List. r=lucasr
2014-03-03 15:34:57 -08:00
Wes Kocher
f21338a89e
Merge m-c to fx-team
2014-03-03 20:39:02 -08:00
Wes Kocher
8d4c76f215
Merge inbound to m-c
2014-03-03 20:25:51 -08:00
Brian Nicholson
3570152784
Bug 979038 - Disable testAboutHomePageNavigation. r=mcomella
2014-03-03 19:43:56 -08:00
Brian Nicholson
d42f1f43f3
Bug 977669 - Rename save subscribe ID. r=mfinkle
2014-03-03 19:41:37 -08:00
Richard Newman
cb8f846fac
Bug 707123 - Part 1: refactor GeckoProfileDirectories out of GeckoProfile. r=nalexander
2014-03-03 15:27:42 -08:00
Nick Alexander
3c513a93ce
Bug 977358 - Replace status activity header with 'Signed in as'. r=rnewman
2014-03-03 15:20:20 -08:00
Nick Alexander
ab430ae56e
Bug 972051 - Dismiss 'Tap to sign in' notification when a sync succeeds. r=rnewman
2014-03-03 15:20:19 -08:00
Nick Alexander
268834ff74
Bug 977336 - Support action bar 'up' for FxAccountStatusActivity. r=rnewman
2014-03-03 15:20:19 -08:00
Nick Alexander
95f95fcaf1
Bug 974134 - Improve FxAccountStatusActivity layout. r=rnewman
2014-03-03 15:20:19 -08:00
Brad Lassey
bd2b95251d
Bug 962606 - Suggestions are present for password field, switch to use text transforms to reveal text. r=nalexander
2014-03-03 15:20:18 -08:00
Ryan VanderMeulen
02dbe5998e
Backed out changeset 7e424486f60e (bug 950417) for adding new attack surface.
2014-03-03 17:48:12 -05:00
Ryan VanderMeulen
ee46e14cf6
Merge m-c to inbound.
2014-03-03 17:23:35 -05:00
Brian Nicholson
aab33aab84
Bug 978494 - Fix URL in Reader:Removed. r=lucsar
2014-03-03 10:35:23 -08:00
Ed Morley
5ff4c55018
Backed out changeset 1eebddd614eb (bug 962103) for causing bug 947550
...
--HG--
extra : rebase_source : 809b725149264001d341469ebae420aa19911af4
2014-03-03 17:01:01 +00:00
Ed Morley
dbe5856d2c
Merge mozilla-central and fx-team
2014-03-03 14:53:17 +00:00
Ed Morley
8362582b2a
Merge latest green inbound changeset and mozilla-central
2014-03-03 14:44:44 +00:00
Lucas Rocha
f7e14b1d7c
Bug 971214 - Use setBackgroundDrawable() in BasicColorPicker (r=wesj)
2014-03-03 14:16:58 +00:00
Margaret Leibovic
b363eed13c
Bug 977844 - Make sure snippets response is valid JSON before caching it (or trying to use it). r=bnicholson
2014-02-28 17:26:56 -08:00
Margaret Leibovic
cd4684579d
Bug 977155 - (Part 2) Rename HomeBanner setEnabled to setActive. r=bnicholson
2014-02-28 17:26:54 -08:00
Margaret Leibovic
4b866008e2
Bug 977155 - Don't animate HomeBanner when it's not visible. r=bnicholson
2014-02-28 17:26:51 -08:00
Eugen Sawin
4c2b5c3fd4
Bug 959108 - Update helper apps page actions URL on location change. r=wesj
2014-02-26 22:38:09 +01:00