Wes Kocher
4e60128ce6
Merge m-c to fx-team
2013-09-13 18:22:41 -07:00
Wes Kocher
4ff2a7fd55
Merge inbound to m-c
2013-09-13 18:14:32 -07:00
Wes Kocher
a9fefc1dc8
Merge fx-team to m-c
2013-09-13 18:08:07 -07:00
Margaret Leibovic
19e1c6c1dc
Bug 908364 - Don't show doorhanger popup while in editing mode. r=bnicholson
2013-09-13 16:07:17 -07:00
Boris Zbarsky
a48b619d92
Bug 913855. Fix consumers of window mediator to be more consistent in their checking for closed windows. r=dolske
...
Note that we can't just stop returning closed windows from the window
mediator, because some consumers (e.g. session restore) rely on seeing
closed windows in the list so they can remove them from their internal
data structures expeditiouly.
2013-09-13 17:29:51 -04:00
Brian Nicholson
3c311768b7
Bug 896170 - Part 2: Use intent extra to trigger restore on restart. r=mfinkle
...
--HG--
extra : rebase_source : fd14708cfc970dce433c02c1a08863e38680e5b3
2013-09-10 11:17:42 -07:00
Brian Nicholson
0f9ab7ad73
Bug 896170 - Part 1: Send Session:Restore only on initial onCreate. r=mfinkle
...
--HG--
extra : rebase_source : bde410dbc3c24210cdf3c92a71c4ef1f25fc5de0
2013-09-10 11:17:42 -07:00
Chris Kitching
d60834f22a
Bug 913890 - Remove dead action bar code, formerly associated with the Awesome Bar. r=mleibovic
2013-09-13 14:38:43 -04:00
Wes Johnston
1567086dd8
Bug 690252 - Default to saving files. r=mfinkle
2013-09-12 15:46:35 -07:00
Chenxia Liu
1d17df5ea3
Bug 897571 - [Fig] Urlbar resize for entry is incorrectly rendered. r=sriram
2013-09-12 11:17:41 -07:00
Ryan VanderMeulen
73f7bfac83
Backed out changeset c24ba14732cd (bug 907734) for Android bustage.
2013-09-12 13:13:14 -04:00
Adrian Tamas
32d16e45a3
Bug 907734 - Create the DataBaseHelper and StringHelper classes. r=margaret
2013-08-21 17:11:13 +03:00
Adrian Tamas
c4b97253ec
Bug 907734 - Create the DataBaseHelper and StringHelper classes. r=margaret
2013-08-21 17:11:13 +03:00
Chris Kitching
8424289312
Bug 888326 - Part 6: Prevent a corrupted Favicon from causing us possibly to leak an unclosed InputStream. r=mleibovic
2013-09-12 10:50:36 -04:00
Chris Kitching
9803f1bba8
Bug 888326 - Part 5: Make the FaviconView able to resize strangely sized inputs to more appropriate sizes, if enabled. r=mleibovic
2013-09-12 10:50:20 -04:00
Chris Kitching
6d5b364fe2
Bug 888326 - Part 4: LoadFaviconTask's use mNextFaviconLoadId is now thread safe. (Use AtomicInteger instead of long.) r=mleibovic
2013-09-12 10:50:03 -04:00
Chris Kitching
1968180312
Bug 888326 - Part 3: Factor the inner classes of Favicon into their own files. r=mleibovic
2013-09-12 10:49:36 -04:00
Chris Kitching
752da87dd8
Bug 888326 - Part 2: Refactoring Favicons to be static, not a singleton - the singleton instance was staticly assigned and never cleared. r=mleibovic
2013-09-12 10:49:20 -04:00
Chris Kitching
70a3ada504
Bug 888326 - Part 1: Move the favicons class into its own package and, while we're at it, get rid of unused imports in the touched files. r=mleibovic
...
--HG--
rename : mobile/android/base/Favicons.java => mobile/android/base/favicons/Favicons.java
2013-09-12 10:48:59 -04:00
Ed Morley
29cf090b6f
Merge mozilla-central and fx-team
2013-09-12 12:11:01 +01:00
Adrian Tamas
c75222f55b
Bug 896557 - Split testWebContentContextMenu to make it more reliable (r=margaret)
2013-08-22 17:29:06 +03:00
Michael Comella
8601c00414
Bug 913713 - Part 1: Use optString to get search engine identifier. r=rnewman
2013-09-11 14:28:07 -07:00
Ryan VanderMeulen
04094b0c19
Backed out changeset 63aa3bb1a0dd (bug 896565) for Android 2.2 robocop failures.
...
--HG--
rename : mobile/android/base/tests/testAboutHomeSwipes.java.in => mobile/android/base/tests/testAwesomebarSwipes.java.in
2013-09-11 15:37:51 -04:00
Wes Johnston
930bf18867
Bug 842037 - Try harder to find a mimetype of the media scanner. r=blassey
2013-09-11 10:21:57 -07:00
Wes Johnston
87394ab389
Bug 906030 - Don't create profiles when checking if they're locked. r=bnicholson
2013-09-11 10:10:47 -07:00
Lucas Rocha
6f0856923b
Bug 896565 - Update testAwesomebarSwipes for new about:home (r=margaret)
...
--HG--
rename : mobile/android/base/tests/testAwesomebarSwipes.java.in => mobile/android/base/tests/testAboutHomeSwipes.java.in
2013-09-11 17:32:01 +01:00
Carsten "Tomcat" Book
407116918b
merge fx-team to mozilla-central
2013-09-11 13:37:24 +02:00
Chenxia Liu
6b63394534
Bug 912510 - Part 2: Update base tests to use Conditions. r=gbrown
2013-09-10 18:10:43 -07:00
Chenxia Liu
966109b6c0
Bug 912590 - Part 1: Update base tests to use new Robotium 4.2 APIs for View fetching. r=gbrown
2013-09-10 18:10:29 -07:00
Ryan VanderMeulen
d77b0369a3
Merge m-c to inbound.
2013-09-10 21:10:44 -04:00
Mark Finkle
abec4a46af
Bug 888335 - Remove support for iGoogle/Reader from feed subscriptions r=bnicholson
2013-09-10 20:35:36 -04:00
Geoff Brown
141f1ebae5
Bug 912519 - (2) Minor refactor of testSettingsMenuItems; r=liuche
2013-09-10 18:18:07 -06:00
Geoff Brown
325fe9a131
Bug 912519 - (1) Update robocop testSettingsMenuItems to allow for partially obscured menu item; r=liuche
2013-09-10 18:18:04 -06:00
Mike Hommey
5cce591bb5
Bug 914894 - res/values/strings.xml only depends on the res/values directory. r=gps
2013-09-11 08:15:53 +09:00
Ryan VanderMeulen
883982962f
Merge fx-team to m-c.
2013-09-10 16:39:33 -04:00
Brad Lassey
599def879e
bug 887819 - Investigate using the tiled layers backend, create pref to enable tiles r=BenWa
2013-09-10 14:21:37 -04:00
Carsten "Tomcat" Book
a656290538
merge fx-team to mozilla-central
2013-09-10 10:27:04 +02:00
Ms2ger
14aeb62126
Merge last PGO-green inbound changeset to m-c.
...
--HG--
rename : dom/bindings/BindingUtils.h => dom/bindings/OwningNonNull.h
2013-09-10 10:13:12 +02:00
Mike Hommey
5c031b1163
Bug 913842 - Avoid recursing under mobile/android/base/locales when rebuilding gecko.ap_. r=ted
2013-09-10 14:58:50 +09:00
Mike Hommey
00f73f2f52
Backed out changesets b1b292d8e383 and 24af5272b52f (bug 913842) for Android bustage.
2013-09-10 09:38:25 +09:00
Mike Hommey
7680122897
Fixup for bug 913842. r=me
2013-09-10 08:43:53 +09:00
Mike Hommey
c15db2f171
Bug 913842 - Avoid recursing under mobile/android/base/locales when rebuilding gecko.ap_. r=ted
2013-09-10 07:11:58 +09:00
Ryan VanderMeulen
77b0b7658e
Merge fx-team to m-c.
2013-09-09 16:30:03 -04:00
Gene Lian
7f8b14d692
Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+
2013-09-09 21:48:07 +08:00
Gene Lian
9f5d5b5dda
Backed out changeset 9f377abbf13e
2013-09-09 21:22:37 +08:00
Gene Lian
7f6d55e888
Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+
2013-09-09 21:00:45 +08:00
Chris Kitching
e59d2e3162
Bug 794981 - Part 8: Add an annotation processor to the build process to generate the contents of part 5. r=kats, r=glandium
2013-09-09 08:57:37 -04:00
Chris Kitching
c0417f1587
Bug 794981 - Part 1: Annotate Java methods that are to have JNI wrappers generated. r=kats
2013-09-09 08:57:36 -04:00
Michael Comella
19483e1fb9
Bug 912524: Do not reinflate SuggestionOptIn ViewStub. r=bnicholson
2013-09-10 10:00:47 -07:00
Margaret Leibovic
e2a17c4a4e
Bug 911828 - Treat clicks on SearchEngineRows differently than clicks on TwoLinePageRows in BrowserSearch. r=bnicholson
2013-09-04 15:10:13 -07:00