Commit Graph

8125 Commits

Author SHA1 Message Date
Ryan VanderMeulen
dc8b65e7fa Backed out changesets d3855e27cb32, 6ac71c1149a5, and b8d0cbe94d15 (bug 971939) for Android bustage.
CLOSED TREE
2014-02-14 12:13:07 -05:00
Sola Ogunsakin
41391a4ccf Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Peiyong Lin
09db18aac6 Bug 968378 - Hide private members in Home.jsm using closures. r=mcomella 2014-02-14 11:52:14 -05:00
Sebastian Kaspari
01f4fc29a4 Bug 944142 - Implement NavigationHelper.goForward for phones. r=mcomella 2014-02-14 11:52:13 -05:00
Wes Johnston
52dfa8a972 Bug 911904 - Filter out apps that handle basic html pages in HelperApps page action. r=margaret 2014-02-11 15:10:00 -08:00
Wes Johnston
0911e98aec Bug 971939 - Use a native intent chooser for the FilePicker. r=lucasr 2014-02-14 08:24:11 -08:00
Wes Johnston
b83eff82e2 Bug 971939 - Rename FileResultHandler to avoid confusion. r=lucasr 2014-02-14 08:24:10 -08:00
Wes Johnston
5ef0db8f52 Bug 971939 - Combine FilePickerResultHandlers into a single implementation. r=lucasr 2014-02-14 08:24:10 -08:00
Wes Johnston
8de37ce524 Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
2014-02-11 09:16:00 -08:00
Ryan VanderMeulen
f2a7fb0b93 Merge inbound to m-c. 2014-02-14 08:54:12 -05:00
Nick Alexander
6ac3375ced Bug 853045 - Part 4: Add Android Eclipse projects to moz.build files. r=gps 2014-02-13 22:19:50 -08:00
Nick Alexander
1b354290cc Bug 853045 - Pre: Remove outdated test files. r=me 2014-02-13 22:19:49 -08:00
Ryan VanderMeulen
16a188a606 Backed out changeset 27a790bd9a90 (bug 968908) for Android bustage. 2014-02-13 14:47:12 -05:00
p0ff
c26262bfd2 Bug 968908 - PromptInputs should return an Object not a String. r=wesj 2014-02-13 14:14:24 -05:00
Lucas Rocha
45023ec9cb Bug 968573 - Use ViewConfig's item handler to define url opener flags (r=margaret) 2014-02-13 18:42:34 +00:00
Lucas Rocha
76119bb860 Bug 968573 - Introduce ItemHandler into HomeConfig/Home.jsm (r=margaret) 2014-02-13 18:42:33 +00:00
Lucas Rocha
f497850127 Bug 972046 - Rename home_empty*page.xml layouts to home_empty*panel.xml (r=margaret)
--HG--
rename : mobile/android/base/resources/layout/home_empty_page.xml => mobile/android/base/resources/layout/home_empty_panel.xml
rename : mobile/android/base/resources/layout/home_empty_reading_page.xml => mobile/android/base/resources/layout/home_empty_reading_panel.xml
2014-02-13 17:12:41 +00:00
Sola Ogunsakin
7a3b7fa394 Bug 965361 - Show firefox watermark when you hide all panels in about:home (r=lucasr) 2014-02-12 21:52:47 -08:00
Ryan VanderMeulen
cd74fed492 Backed out changeset 346678134a33 (bug 965361) for Android test bustage.
CLOSED TREE
2014-02-13 11:54:37 -05:00
Lucas Rocha
8e97dbee27 Bug 881240 - Reduce scroll threshold to reveal dynamic toolbar to 10% (r=mfinkle) 2014-02-13 16:47:15 +00:00
Sola Ogunsakin
c4a076a416 Bug 965361 - Show firefox watermark when you hide all panels in about:home (r=lucasr) 2014-02-12 21:52:47 -08:00
Lucas Rocha
84460890ea Bug 971745 - Ignore Back presses while initial bookmark list is loading (r=mfinkle) 2014-02-13 11:53:39 +00:00
Lucas Rocha
2eb8560429 Bug 935542 - Unset site selection listener when PinSiteDialog gets destroyed (r=mfinkle) 2014-02-13 11:48:56 +00:00
Lucas Rocha
4e5203516d Bug 935542 - PinSiteDialog fragment should be owned by TopSitesPanel (r=mfinkle) 2014-02-13 11:48:56 +00:00
Lucas Rocha
b9f7c76c5b Bug 968170 - Only refresh all HomeConfig entries when requested (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
35348a7818 Bug 968170 - Factor out method to replace a PanelConfig in a list (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
9322414da9 Bug 968170 - Remove unused DELETED state from PanelConfig (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
fad999a5f7 Bug 968170 - Change HomeConfigInvalidator to operate on pending changes (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
edbaee0080 Bug 968170 - Use base class for ConcurrentLinkedQueue (r=margaret) 2014-02-13 11:46:24 +00:00
Lucas Rocha
ec8f86e09c Bug 968188 - Introduce 'action' option in Home.panels.add() API (r=margaret) 2014-02-13 11:19:57 +00:00
Brian Nicholson
d8548f5d88 Bug 970719 - Animate progress bar to end of the screen. r=lucasr 2014-02-12 21:47:11 -08:00
Margaret Leibovic
ed348d171a Bug 961773 - (Part 2) Check to make sure a panel is in the adapter before setting it as the current item in HomePager. r=lucasr 2014-02-12 14:42:35 -08:00
Margaret Leibovic
8d7b05cf31 Bug 961773 - (Part 1) Update reading list panel id used to open reading list from reader mode. r=lucasr 2014-02-12 14:42:33 -08:00
Richard Newman
7611ddfa64 Bug 959833 - Re-land pngcrushed images that were mistakenly undone by e624202c4fdf in Bug 969227. a=borked 2014-02-12 13:31:51 -08:00
Ryan VanderMeulen
33649b8921 Merge m-c to fx-team. 2014-02-12 15:59:34 -05:00
Richard Newman
cc7e71eef4 Bug 972613 - In-memory sync rate limiting. r=trivial 2014-02-13 19:46:24 -08:00
Richard Newman
d8a3b505fe Bug 958900 - Backoff handling and periodic syncing for FxAccountSyncAdapter. r=nalexander 2014-02-13 19:46:23 -08:00
Mark Finkle
e2ce7d3955 Bug 971873 - ProxySelector references String.isEmpty(), which is API level 9 r=bnicholson 2014-02-13 22:10:43 -05:00
Brian Nicholson
af9fcdb78f Bug 971413 - Send Reader:Removed as response to Reader:Remove. r=lucasr 2014-02-13 15:58:07 -08:00
Richard Newman
95e6a9e71b Bug 970604 - Tab loads hit the DB twice when once will do. r=bnicholson 2014-02-12 11:50:35 -08:00
Ryan VanderMeulen
76b5dfed11 Backed out changeset 3761b11b90f0 (bug 970247) for robocop NPEs (again).
CLOSED TREE
2014-02-12 13:37:13 -05:00
Wes Johnston
6ff545d9e7 Bug 964510 - Send a delayed startup notification in Fennec. r=mfinkle 2014-01-28 21:57:59 -08:00
Wes Johnston
aee201b402 Bug 969835 - "Don't check for HelperApps on about: and chrome: URLs" [r=lucasr.at.mozilla] 2014-02-11 15:23:00 -08:00
Brian Nicholson
587707a44c Bug 944374. r=blassey 2014-02-12 09:51:33 -08:00
Lucas Rocha
98beb621ee Bug 970247 - Stub the ButtonToast view (r=wesj) 2014-02-12 17:45:34 +00:00
Ryan VanderMeulen
92f5250d86 Backed out changeset 03bf10b236ea (bug 970247) for robocop NPEs.
CLOSED TREE
2014-02-12 11:50:28 -05:00
Mark Finkle
1b5bc83800 Bug 971703 - Lazy load SSLExceptions r=wesj
--HG--
rename : mobile/android/chrome/content/exceptions.js => mobile/android/modules/SSLExceptions.jsm
2014-02-12 11:40:14 -05:00
Mark Finkle
32f95911eb Bug 966573 - Use speculative connections for URLs coming into BrowserCLH.js r=wesj 2014-02-12 11:27:25 -05:00
Lucas Rocha
8d4d5907ea Bug 970247 - Stub the ButtonToast view (r=wesj) 2014-02-12 15:40:39 +00:00
Ryan VanderMeulen
f28d77bde6 Merge m-c to fx-team on a CLOSED TREE. 2014-02-12 09:07:12 -05:00