Wes Kocher
c9eba90c31
Merge fx-team to m-c
2014-02-07 17:00:34 -08:00
Lucas Rocha
f1f42ff250
Bug 969445 - Don't show progress bar in about:privatebrowsing (r=mfinkle)
2014-02-07 20:03:42 +00:00
Mark Finkle
7705fbde4d
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
2ba8b9636c
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
394ed67dc4
Merge m-c to fx-team.
2014-02-07 14:43:45 -05:00
Ryan VanderMeulen
4635913456
Merge inbound to m-c.
2014-02-07 14:22:17 -05:00
Lucas Rocha
c1e872eb77
Bug 966866 - Correctly update SiteIdentityPopup for MIXED_CONTENT_BLOCKED (r=margaret)
2014-02-07 19:21:28 +00:00
Chenxia Liu
3b41ea16d7
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
c91a2fadc5
Bug 969316 - Use description column instead of url in PanelListRow (r=margaret)
2014-02-07 17:06:47 +00:00
Margaret Leibovic
aaf5239cf8
Bug 965455 - Set parent id when adding a new tab from snippet. r=wesj
2014-02-07 08:41:28 -08:00
Lucas Rocha
44ca5510fa
Bug 968878 - Misc tweaks in PanelGridView's layout (r=margaret)
2014-02-07 15:22:45 +00:00
Lucas Rocha
e2f2b42ea9
Bug 968735 - Don't use 'm' prefix for non-member variables (r=liuche)
2014-02-07 13:34:09 +00:00
Lucas Rocha
90e778326f
Bug 968735 - Rename displayPanelConfig() to displayHomeConfig() (r=liuche)
2014-02-07 13:34:08 +00:00
Lucas Rocha
92b2c31da3
Bug 964508 - Rename TwoLineRow members and move icon code to TwoLinePageRow (r=margaret)
2014-02-07 13:29:40 +00:00
Carsten "Tomcat" Book
e3aafe9e11
merge fx-team to mozilla-central
2014-02-07 09:52:32 +01:00
Margaret Leibovic
279a231dd6
Bug 965460 - Create helper method for database creation and migration. r=mcomella
2014-02-06 18:08:09 -08:00
Margaret Leibovic
1ddc12a8ce
Bug 964447 - Add sync APIs to HomeProvider. r=mcomella
2014-02-06 18:08:07 -08:00
Wes Kocher
86f62c4c20
Backed out changeset 71118c075821 (bug 947550) r=margaret on a CLOSED TREE
2014-02-06 16:50:43 -08:00
Wes Johnston
9a04e40830
Backed out changeset 60651784715f (bug 967254) r=margaret
2014-02-06 15:13:27 -08:00
Wes Johnston
ea725f790d
Backed out changeset b8c9dc39af31 (bug 964510) r=margaret
2014-02-06 15:13:14 -08:00
Wes Johnston
3307fa6b1b
Backed out changeset 2c2c426e4afe (bug 784759) r=margaret
2014-02-06 15:12:59 -08:00
Wes Johnston
38b87a8009
Backed out changeset ed28aeea074a (bug 964511) r=margaret
2014-02-06 15:12:47 -08:00
Lucas Rocha
76ece06da1
Bug 963046 - Remove unused imports from PanelListRow (r=margaret)
2014-02-06 21:06:39 +00:00
Lucas Rocha
5198a32d66
Bug 963046 - Use Picasso to load images in PanelListRow and PanelGridItemView (r=margaret)
2014-02-06 21:06:39 +00:00
Lucas Rocha
231b83b5c0
Bug 963046 - Add image_url column to HomeProvider's fake items (r=margaret)
2014-02-06 21:06:39 +00:00
Lucas Rocha
e8633436b2
Bug 963046 - Use HomeItems DB constract in PanelListRow (r=margaret)
2014-02-06 21:06:39 +00:00
Lucas Rocha
f424e24a26
Bug 963046 - Add Picasso image loading library to the tree (r=nalexander)
2014-02-06 21:06:38 +00:00
Geoff Brown
3112675caf
Bug 948387 - Avoid intermittent NPE in testAddSearchEngine; r=wesj
2014-02-04 23:47:00 -07:00
Carsten "Tomcat" Book
bc44ee255c
Merge mozilla-central to fx-team
2014-02-06 13:27:21 +01:00
Carsten "Tomcat" Book
117533e244
merge fx-team to mozilla-central
2014-02-06 12:51:21 +01:00
Lucas Rocha
2051750fb8
Bug 909550 - Lazy-inflate TabsPanel once the first pageload is finished (r=mfinkle)
2014-02-06 08:59:50 +00:00
Brian Nicholson
7ab064ef5d
Bug 965137 - Replace SessionStore pageshow listener with DOMTitleChanged listener. r=mfinkle
2014-02-05 23:47:51 -08:00
Brian Nicholson
d65b69f986
Bug 965137 - Synchronously write session on application-background. r=mfinkle
2014-02-05 23:47:51 -08:00
Sola Ogunsakin
42784703ce
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
0c91ea0db5
Bug 946352 - Remove go button workaround in ToolbarComponent.commitEditingMode. r=mcomella
2014-02-05 17:14:17 -05:00
Michael Comella
e01fcb4ad2
Bug 947550 - Wait for Gecko:DelayedStartup in testAboutHomePageNavigation. r=margaret
2014-02-05 13:55:45 -08:00
Brian Nicholson
a5ec420cd6
Backout 12ca455a3f09 and 580de0df77e9 for rc failures
2014-02-05 13:44:45 -08:00
Ryan VanderMeulen
3bf7101122
Merge m-c to fx-team.
2014-02-05 16:14:03 -05:00
Ryan VanderMeulen
4e6cca4a6d
Merge b2g-inbound to m-c.
2014-02-05 15:47:36 -05:00
Ryan VanderMeulen
ee5b33d7be
Merge fx-team to m-c.
2014-02-05 15:31:20 -05:00
Andrea Marchesini
c2522f16f9
Bug 966942 - Convert nsIDOMPaymentRequestInfo to a dictionary. r=bz, r=ferjm
2014-02-05 13:11:14 -05:00
Nick Alexander
088bd1444c
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
Nick Alexander
1b02ba3a96
Bug 951865 - Part 1: Replace ABI_DIR with ANDROID_CPU_ARCH. r=glandium
2014-02-05 08:51:48 -08:00
Wes Johnston
48c5d2a8cc
Bug 961369 - Fallback when no file picker available in about:memory. r=njn,mfinkle
2014-02-05 10:04:32 -08:00
Lucas Rocha
5d86688f5e
Bug 968179 - Fix crasher when using grid views in dynamic panels (r=margaret)
2014-02-05 16:58:55 +00:00
Wes Johnston
89da27910e
Bug 959230 - Use DOMWindowCreated events to add payments listeners. r=mfinkle
2014-02-05 12:15:44 -08:00
Brian Nicholson
84428bebb2
Bug 965137 - Replace SessionStore pageshow listener with onLocationChange listener. r=mfinkle
2014-02-05 11:05:51 -08:00
Brian Nicholson
7884015e63
Bug 965137 - Synchronously write session on application-background. r=mfinkle
2014-02-05 11:05:50 -08:00
Wes Johnston
e38c81c42d
Bug 961954 - Lazy load main menu. r=mfinkle
2014-02-03 16:19:00 -08:00
Eugen Sawin
468f4072c2
Bug 967032 - Wait for Gecko initialization. r=snorp
2014-02-05 17:17:50 +01:00