Commit Graph

6015 Commits

Author SHA1 Message Date
Chris Peterson
fb34f68695 Bug 950237 - Upgrade Fennec's geolocation data collection to current format. r=blassey 2014-02-06 20:25:35 -08:00
Myk Melez
b805ecc994 bug 934760 - implement synthetic APK update flow; r=wesj 2014-02-07 23:50:13 -08:00
Lucas Rocha
0e72064393 Bug 969445 - Don't show progress bar in about:privatebrowsing (r=mfinkle) 2014-02-07 20:03:42 +00:00
Mark Finkle
faa1067c50 Bug 958517 - Create a 'Page' menu and move some of the URL context menu actions there (test changes) r=lucasr 2014-02-07 14:49:35 -05:00
Mark Finkle
be761abd74 Bug 958517 - Create a 'Page' menu and move some of the URL context menu actions there r=lucasr 2014-02-07 14:49:32 -05:00
Ryan VanderMeulen
b02119174f Merge m-c to fx-team. 2014-02-07 14:43:45 -05:00
Ryan VanderMeulen
e77e2b92b7 Merge inbound to m-c. 2014-02-07 14:22:17 -05:00
Lucas Rocha
a5c67c9ed9 Bug 966866 - Correctly update SiteIdentityPopup for MIXED_CONTENT_BLOCKED (r=margaret) 2014-02-07 19:21:28 +00:00
Chenxia Liu
9401338644 Bug 968180 - Favicons in URL bar are not fetched after changing an option in settings menu (backout bug 934658). r=mfinkle 2014-02-07 10:42:04 -08:00
Lucas Rocha
538049a77b Bug 969316 - Use description column instead of url in PanelListRow (r=margaret) 2014-02-07 17:06:47 +00:00
Lucas Rocha
5dca1a5a55 Bug 968878 - Misc tweaks in PanelGridView's layout (r=margaret) 2014-02-07 15:22:45 +00:00
Lucas Rocha
893a329b5c Bug 968735 - Don't use 'm' prefix for non-member variables (r=liuche) 2014-02-07 13:34:09 +00:00
Lucas Rocha
de716fd79f Bug 968735 - Rename displayPanelConfig() to displayHomeConfig() (r=liuche) 2014-02-07 13:34:08 +00:00
Lucas Rocha
a6db9c2223 Bug 964508 - Rename TwoLineRow members and move icon code to TwoLinePageRow (r=margaret) 2014-02-07 13:29:40 +00:00
Carsten "Tomcat" Book
87668576b7 merge fx-team to mozilla-central 2014-02-07 09:52:32 +01:00
Margaret Leibovic
7d9127772c Bug 964447 - Add sync APIs to HomeProvider. r=mcomella 2014-02-06 18:08:07 -08:00
Wes Kocher
433cad2889 Backed out changeset 71118c075821 (bug 947550) r=margaret on a CLOSED TREE 2014-02-06 16:50:43 -08:00
Wes Johnston
61fe7a896d Backed out changeset 60651784715f (bug 967254) r=margaret 2014-02-06 15:13:27 -08:00
Wes Johnston
78c5b9d7f4 Backed out changeset 2c2c426e4afe (bug 784759) r=margaret 2014-02-06 15:12:59 -08:00
Lucas Rocha
48ce67f2fe Bug 963046 - Remove unused imports from PanelListRow (r=margaret) 2014-02-06 21:06:39 +00:00
Lucas Rocha
ca2370cc76 Bug 963046 - Use Picasso to load images in PanelListRow and PanelGridItemView (r=margaret) 2014-02-06 21:06:39 +00:00
Lucas Rocha
add8fae09e Bug 963046 - Add image_url column to HomeProvider's fake items (r=margaret) 2014-02-06 21:06:39 +00:00
Lucas Rocha
9adfa852c9 Bug 963046 - Use HomeItems DB constract in PanelListRow (r=margaret) 2014-02-06 21:06:39 +00:00
Lucas Rocha
a53b198de4 Bug 963046 - Add Picasso image loading library to the tree (r=nalexander) 2014-02-06 21:06:38 +00:00
Geoff Brown
bdae0d2fc6 Bug 948387 - Avoid intermittent NPE in testAddSearchEngine; r=wesj 2014-02-04 23:47:00 -07:00
Carsten "Tomcat" Book
d8fe6643a1 Merge mozilla-central to fx-team 2014-02-06 13:27:21 +01:00
Carsten "Tomcat" Book
58429da813 merge fx-team to mozilla-central 2014-02-06 12:51:21 +01:00
Lucas Rocha
739454b415 Bug 909550 - Lazy-inflate TabsPanel once the first pageload is finished (r=mfinkle) 2014-02-06 08:59:50 +00:00
Brian Nicholson
29ce14fe1d Bug 965137 - Replace SessionStore pageshow listener with DOMTitleChanged listener. r=mfinkle 2014-02-05 23:47:51 -08:00
Sola Ogunsakin
c131556a65 Bug 968084 - Context menu doesn't appear on list entries in Top Sites section. r=margaret 2014-02-05 11:44:16 -08:00
Sebastian Kaspari
82df47c810 Bug 946352 - Remove go button workaround in ToolbarComponent.commitEditingMode. r=mcomella 2014-02-05 17:14:17 -05:00
Michael Comella
83495438c6 Bug 947550 - Wait for Gecko:DelayedStartup in testAboutHomePageNavigation. r=margaret 2014-02-05 13:55:45 -08:00
Ryan VanderMeulen
84cac0677c Merge m-c to fx-team. 2014-02-05 16:14:03 -05:00
Ryan VanderMeulen
8a68d16b9a Merge fx-team to m-c. 2014-02-05 15:31:20 -05:00
Nick Alexander
96365240d2 Bug 951865 - Part 2: Package GeckoView resources when building mobile/android/base. r=glandium
This is a temporary measure.  We have multiple resource directories
that all need to be included into the GeckoView library.  This patch
stuffs the resources into a zip file which can be included in the
GeckoView packaging step.

These resources used to be copied into res/, which led to
synchronization issues.  This new zip file will now suffer the same
synchronization problems.  Android Archive (.aar) files make this
synchronization step explicit, and tools such as gradle do the work to
keep things in sync.  We'll move to use a tool like this eventually,
but for now...
2014-02-05 08:51:48 -08:00
Lucas Rocha
9fb6f3544e Bug 968179 - Fix crasher when using grid views in dynamic panels (r=margaret) 2014-02-05 16:58:55 +00:00
Wes Johnston
7d61855f4f Bug 961954 - Lazy load main menu. r=mfinkle 2014-02-03 16:19:00 -08:00
Eugen Sawin
bbb4916bf1 Bug 967032 - Wait for Gecko initialization. r=snorp 2014-02-05 17:17:50 +01:00
Carsten "Tomcat" Book
a6ae27b8f3 merge fx-team to mozilla-central 2014-02-05 13:28:00 +01:00
Richard Newman
8aba0cd56a Merge m-c to s-c. 2014-02-04 20:30:20 -08:00
Richard Newman
1d23267f4b Bug 961499 - Return correct size favicons for Top Sites' add to home screen functionality. r=bnicholson 2014-02-04 17:58:15 -08:00
Richard Newman
3666e6ac0e Bug 962644 - Part 4: create FxA accounts by default. r=nalexander 2014-02-01 19:05:28 -08:00
Gavin Sharp
600d51f9c0 merge fx-team into m-c 2014-01-31 22:37:45 -08:00
Richard Newman
d7f1cf39c7 Merge m-c to s-c. 2014-01-31 20:05:10 -08:00
Ryan VanderMeulen
258f1cdb33 Merge inbound to m-c. 2014-01-31 21:14:13 -05:00
Richard Newman
b6d1bcac1a Bug 962644 - Part 3: check for Firefox accounts as well as Sync accounts. r=nalexander 2014-01-31 16:02:43 -08:00
Richard Newman
a89826ca57 Bug 962644 - Part 1: conditionally open FxA or legacy Sync UI from Fennec. r=nalexander 2014-01-31 16:02:42 -08:00
Richard Newman
19cf9f1ef3 Bug 962644 - Part 0: extract firefoxAccountsExist and friends. r=nalexander 2014-01-31 16:02:42 -08:00
Nick Alexander
3e8c52006c Bug 965683 - Make spinner that replaces button same size as button. r=rnewman 2014-01-31 15:58:22 -08:00
Nick Alexander
f459bf7a6b Bug 966386 - Final tweaks from Android Firefox Accounts UX sign off. r=rnewman 2014-01-31 15:57:41 -08:00