Chris Lord
1f0078633a
Bug 956420 - Fix fixed margins on shorter-than-the-viewport pages. r=kats
...
If a page is shorter than the screen, but taller than the screen with margins,
and has a fixed position top or bottom bar, it would be offset incorrectly
when scrolling downwards.
2014-01-15 16:58:48 +00:00
Gian-Carlo Pascutto
86b9a69241
Bug 783047 - Update SafeBrowsing URLs to use HTTPS. r=mmc,dcamp sr=gavin
2014-01-16 09:27:59 +01:00
Ryan VanderMeulen
7d85547904
Backed out changesets 5d245e2369fa and 8f3dad3b3698 (bug 949458) for suspicion of causing bug 960162.
2014-01-15 20:46:00 -05:00
Ed Morley
d8e1e333cb
Merge mozilla-central and fx-team
2014-01-15 18:04:51 +00:00
Ed Morley
6347a49f1a
Merge latest green fx-team changeset and mozilla-central
2014-01-15 16:14:41 +00:00
Lucas Rocha
311b5a3e1d
Bug 958171 - Fix adapter update logic for when HomeConfig changes (r=margaret)
2014-01-15 10:57:25 +00:00
Wesley Johnston
1941a80d90
Bug 957131 - Synced bookmarks appear in guest mode but not in default profile. r=rnewman
2014-01-14 21:45:59 -08:00
Mark Finkle
6b5d6f67b1
Bug 959789 - Unresponsive script dialog for ConsoleAPI.js on nfl.com gamecenter pages r=bnicholson
2014-01-14 23:55:55 -05:00
Brian Nicholson
93fa810132
Bug 949458 - Follow-up including API version check. r=me
2014-01-14 16:48:02 -08:00
Brian Nicholson
a616ad3e50
Bug 949458 - Give the tab counter view its own rendering layer. r=blassey
2014-01-14 16:38:46 -08:00
Michael Comella
e268ccffc2
Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman
2014-01-13 15:08:58 -08:00
Wes Johnston
de845deb1d
Bug 947073 - Don't aboslutely position ignore this button on phishing error page. r=margaret
2014-01-14 15:33:02 -08:00
Margaret Leibovic
f87bd31a38
Bug 926711 - Restore search engine icon in search engine preference dialog. r=wesj
2014-01-14 15:08:13 -08:00
Margaret Leibovic
dd7e8c5d28
Bug 958192 - Use gecko messages to request current set of available panels from JS. r=lucasr
2014-01-14 15:08:10 -08:00
Ryan VanderMeulen
bd2a66c458
Backed out changeset 7eb8b5723256 (bug 943515) for mass Android test bustage.
2014-01-14 15:38:15 -05:00
Michael Comella
0ab461f70f
Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman
2014-01-14 10:28:30 -08:00
Neil Bleasdale
eab37d526d
Bug 957052 - Move remaining event handlers out of mobile/android/chrome/content/aboutFeedback.xhtml into its js file. r=mleibovic
2014-01-14 10:14:10 -05:00
Isura Edirisinghe
cbfa31ff24
Bug 944165 - Implement remaining functions in JUnit API. r=mcomella
2014-01-14 10:13:30 -05:00
Errietta Kostala
e4b00bf18c
Bug 948899 - Move inline scripts and styles into separate file for mobile/android/chrome/content/aboutAddons.xhtml. r=mleibovic
2014-01-14 09:49:08 -05:00
Richard Newman
5a1904e022
Bug 847021 - Correctly drop bookmarks_type_deleted_index during migration. r=mfinkle
2014-01-13 19:36:35 -08:00
Matt Brubeck
72add555c4
Bug 958243 - Get unregister/registerEventListener calls in sync [r=mfinkle]
2014-01-13 17:58:36 -08:00
Matt Brubeck
60c874a550
Bug 958101 - Pass named params to onFindResult as object properties [r=evilpie]
2014-01-13 17:58:33 -08:00
Wes Johnston
ef36a8a16c
Bug 921112 - Prohibit proguad from erasing JNI MCC methods. r=bnicholson
2014-01-13 15:20:15 -08:00
Wes Johnston
ae0b5f67c1
Bug 955861 - Don't select text when long tapping reader mode button. r=lucasr
2014-01-13 15:20:14 -08:00
Wes Johnston
ff4ae6c689
Bug 949613 - Hide the titlebar if it was showing when an action mode started. r=lucasr
2014-01-13 15:20:13 -08:00
Lucas Rocha
7788e81f76
Bug 957992 - Document toolbar high-level architecture (r=margaret)
2014-01-13 15:09:30 +00:00
Mark Finkle
7d8d0b1318
Bug 952878 - LayerRenderer.drawBackground can be expensive during a pageload r=wesj
2014-01-13 09:03:24 -05:00
Carsten "Tomcat" Book
6bfb7a88ab
merge mozilla-inbound to mozilla-central
2014-01-13 12:43:23 +01:00
Mark Capella
adb698da95
Bug 951943 - SelectionHandler._updateCacheForSelection() Error: TypeError: rects[0] is undefined, r=margaret
2014-01-11 01:51:27 -05:00
Margaret Leibovic
ae2d7f2f97
Bug 957881 - Get rid of recommended addons code. r=bnicholson
2014-01-10 17:18:14 -08:00
Lucas Rocha
b6d0bd792b
Bug 958185 - Rename Page* terminology to Panel* in the home package (r=margaret)
...
--HG--
rename : mobile/android/base/home/BookmarksPage.java => mobile/android/base/home/BookmarksPanel.java
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/home/LastTabsPage.java => mobile/android/base/home/LastTabsPanel.java
rename : mobile/android/base/home/ListPage.java => mobile/android/base/home/ListPanel.java
rename : mobile/android/base/home/MostRecentPage.java => mobile/android/base/home/MostRecentPanel.java
rename : mobile/android/base/home/ReadingListPage.java => mobile/android/base/home/ReadingListPanel.java
rename : mobile/android/base/home/TopSitesPage.java => mobile/android/base/home/TopSitesPanel.java
rename : mobile/android/base/resources/drawable/home_page_title_background.xml => mobile/android/base/resources/drawable/home_panel_title_background.xml
rename : mobile/android/base/resources/layout-large-land-v11/home_history_page.xml => mobile/android/base/resources/layout-large-land-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout-xlarge-v11/home_history_page.xml => mobile/android/base/resources/layout-xlarge-v11/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_bookmarks_page.xml => mobile/android/base/resources/layout/home_bookmarks_panel.xml
rename : mobile/android/base/resources/layout/home_history_page.xml => mobile/android/base/resources/layout/home_history_panel.xml
rename : mobile/android/base/resources/layout/home_last_tabs_page.xml => mobile/android/base/resources/layout/home_last_tabs_panel.xml
rename : mobile/android/base/resources/layout/home_most_recent_page.xml => mobile/android/base/resources/layout/home_most_recent_panel.xml
rename : mobile/android/base/resources/layout/home_reading_list_page.xml => mobile/android/base/resources/layout/home_reading_list_panel.xml
rename : mobile/android/base/resources/layout/home_top_sites_page.xml => mobile/android/base/resources/layout/home_top_sites_panel.xml
rename : mobile/android/base/tests/testBookmarksPage.java => mobile/android/base/tests/testBookmarksPanel.java
2014-01-10 17:18:07 -08:00
Margaret Leibovic
8fbc799a9d
Bug 958179 - Rename Home.lists API to Home.panels. r=liuche
2014-01-10 12:57:23 -08:00
Margaret Leibovic
fb16880633
Bug 958189 - Rename ListManager to PanelManager. r=liuche
...
--HG--
rename : mobile/android/base/home/ListManager.java => mobile/android/base/home/PanelManager.java
2014-01-10 12:57:20 -08:00
Ryan VanderMeulen
a87352cc59
Merge inbound to m-c.
2014-01-10 14:46:40 -05:00
Lucas Rocha
e67ff25db2
Bug 949172 - Implement backend to load and save HomePager configuration (r=margaret)
2014-01-10 11:16:28 +00:00
Wes Kocher
f83bd48c23
Merge m-c to fx-team
2014-01-09 17:11:34 -08:00
Wes Kocher
c5ca8fd03c
Merge fx-team to m-c
2014-01-09 16:50:03 -08:00
Mark Finkle
f1385437e7
Bug 958087 - nsAndroidHistory::SetURITitle is called for iframes and embeds r=blassey
2014-01-09 15:43:14 -05:00
Sola Ogunsakin
85706e5c48
Bug 950610 - Add "Share" and "Add to Home Screen" to pinned sites context menus. r=liuche
...
-refactor import statement
-change log severity level to warn
-change log messages
-refactoring of duplicate code will come in another bug fix
2014-01-08 17:23:13 -08:00
Mike Shal
469716494a
Bug 957780 - fix Android builds with --disable-webrtc; r=glandium
2014-01-08 16:57:36 -05:00
Joshua Dover
1c1d71ee97
Bug 943515 - Refactor favicon accessors for naming and usage consistency. r=mcomella
2014-01-08 13:42:45 -08:00
Lucas Rocha
fa47bc89d9
Bug 944533 - Move title handling to ToolbarDisplayLayout (r=margaret)
2014-01-09 14:56:41 +00:00
Lucas Rocha
54c2582988
Bug 944533 - Factor out title display prefs into separate class (r=margaret)
2014-01-09 14:55:30 +00:00
Lucas Rocha
350fb19376
Bug 944533 - Remove unused constants from BrowserToolbar (r=margaret)
2014-01-09 14:55:29 +00:00
Lucas Rocha
67c994e4d2
Bug 944533 - Re-define internal API to update toolbar UI state (r=mfinkle)
2014-01-09 14:55:29 +00:00
Lucas Rocha
ed5a3ca3a4
Bug 944533 - Inflate SiteIdentityPopup on show() and add identity setter (r=margaret)
2014-01-09 14:55:29 +00:00
Lucas Rocha
29fcce52f8
Bug 944533 - Make unnecessary public API in BrowserToolbar private (r=margaret)
2014-01-09 14:55:29 +00:00
Lucas Rocha
e6035faa56
Bug 944533 - No need to set progress visibility explicitly in BrowserApp (r=margaret)
2014-01-09 14:55:29 +00:00
Lucas Rocha
0a5fc4ce29
Bug 942862 - Factor out URL display UI into ToolbarDisplayLayout (r=wesj)
2014-01-09 14:55:28 +00:00
Lucas Rocha
627616407b
Bug 942862 - Remove unused member of BrowserToolbar (r=wesj)
2014-01-09 14:55:28 +00:00