Commit Graph

85 Commits

Author SHA1 Message Date
Nick Alexander
781fb20b44 Bug 1204510 - Replace animated SVG spinner with non-SVG equivalent. r=ally
The spinner itself is 60px square, colored like fennec_ui_orange.

The HTML and CSS was hacked out of
https://github.com/lightningtgc/material-refresh, tree
6b1be0046d.
The original code is licensed MIT.  I pruned things we don't use,
adjusted the box model for our use, changed the spinner color, and
simplified the CSS.

--HG--
extra : commitid : yncLSrgF9z
extra : rebase_source : 02dc83cbb189fb8fa7ff5b1f75d6407a4601d1d5
2015-09-18 16:07:38 -04:00
Mike Taylor
89cc9566a7 Bug 1175378. Remove unused image assets. r=margaret 2015-08-20 13:44:37 -07:00
Allison Naaktgeboren
f9028b72d5 Bug 1114821 - Remove nightly-only flag for about logins.r=liuche 2015-08-17 23:22:24 -07:00
Martyn Haigh
7c50e01340 Bug 1187984 - Update about:privatebrowsing to include information about TP; r=liuche
--HG--
extra : commitid : 4rzcE5psRjn
extra : rebase_source : e4798ca421c5ab039a95a898743e7e59805e17dc
2015-07-31 14:04:46 +01:00
Allison Naaktgeboren
80fc6f5887 Bug 1101746 - Display message when no passwords are present.r=liuche 2015-07-23 14:11:32 -07:00
Allison Naaktgeboren
d1eeace105 Bug 1155345 - UI affordance during loading of list items in about:passwords.r=liuche 2015-07-22 15:22:42 -07:00
Margaret Leibovic
313ec41bae Bug 1179872 - Remove about:apps page and menu item. r=mcomella
--HG--
extra : commitid : I868jpOSYPO
extra : rebase_source : bc65dc5c0f6389b79fddc5c553f6f6ef9110751e
2015-07-07 16:01:43 -07:00
Margaret Leibovic
54a2cf7196 Bug 1170841 - Show warning in add-on manager for add-ons that aren't properly signed. r=liuche
--HG--
extra : rebase_source : d5a5380036f18c1897256e9719a4d6ded9c1e19b
2015-06-17 17:46:27 -07:00
Allison Naaktgeboren
bf0635a24a Bug 1136477 - Unify terminology of Passwords/Logins for about:logins (nee about:passwords).1/2.r=margaret
--HG--
rename : mobile/android/chrome/content/aboutPasswords.js => mobile/android/chrome/content/aboutLogins.js
rename : mobile/android/chrome/content/aboutPasswords.xhtml => mobile/android/chrome/content/aboutLogins.xhtml
rename : mobile/android/locales/en-US/chrome/aboutPasswords.dtd => mobile/android/locales/en-US/chrome/aboutLogins.dtd
rename : mobile/android/locales/en-US/chrome/aboutPasswords.properties => mobile/android/locales/en-US/chrome/aboutLogins.properties
rename : mobile/android/tests/browser/robocop/testAboutPasswords.java => mobile/android/tests/browser/robocop/testAboutLogins.java
rename : mobile/android/tests/browser/robocop/testAboutPasswords.js => mobile/android/tests/browser/robocop/testAboutLogins.js
rename : mobile/android/themes/core/aboutPasswords.css => mobile/android/themes/core/aboutLogins.css
2015-06-10 18:52:27 -07:00
Margaret Leibovic
284cbc74c1 Bug 1154028 - Move reader controls styles to scoped style sheet. r=Gijs
--HG--
rename : toolkit/themes/shared/aboutReader.css => toolkit/themes/shared/aboutReaderControls.css
extra : rebase_source : ffe9bb98c33b2a508ce6112f2d73d353d112c6d7
2015-04-23 10:59:03 -07:00
Margaret Leibovic
0f3d32072f Bug 1154028 - Move reader content styles to scoped style sheet. r=Gijs
--HG--
rename : toolkit/themes/shared/aboutReader.css => toolkit/themes/shared/aboutReaderContent.css
extra : rebase_source : f263543d158f4d958eac3a628cd26d73f75f547c
2015-04-23 10:42:31 -07:00
Margaret Leibovic
22c88554a0 Bug 1120004 - Update styles of Reader View controls on mobile. r=bnicholson
--HG--
extra : rebase_source : b50005d5f99151a0ea9d6c2b022791198db8b846
2015-02-27 16:52:03 -08:00
Margaret Leibovic
b1c8846285 Bug 1134441 - Replace font size controls with +/- buttons. r=bnicholson
--HG--
extra : rebase_source : 0251d53ec2ecef1506ce985414f814f9f582c974
2015-02-24 17:15:03 -08:00
Giovanny Andres Gongora Granada
c7c2a73eb0 Bug 1126426 - Rename reader-plus-icon-xhdpi.png on config.css. r=margaret
--HG--
rename : mobile/android/themes/core/images/reader-plus-icon-xhdpi.png => mobile/android/themes/core/images/config-plus.png
2015-01-28 09:19:11 +01:00
Giovanny Andres Gongora Granada
c4d3437008 Bug 1124479 - Remove unused plus-button styles from aboutReader.css. r=margaret 2015-01-28 09:19:09 +01:00
Nick Alexander
f0a5607b87 Bug 1093358 - Add mobile/android AppConstants.jsm. r=mfinkle,f=rnewman
I did as much conversion to "real Javascript" as I could stomach.  It
is, unfortunately, not feasible to remove all preprocessing from CSS
and XHTML files.

--HG--
extra : rebase_source : 8fb3601d09010d9efa4fa33b507dc327fe4dca47
extra : amend_source : 5f796e7cc131880b12756e17240396b040ae981c
2015-01-20 15:17:58 -08:00
Fernando Jimenez
56324f5e54 Bug 1097928 - Convert MozPaymentProvider to WebIDL. Android. r=wjohnston 2015-01-19 14:50:54 +01:00
Margaret Leibovic
945009ac1b Bug 1101741 - Add filtering on about:passwords. r=mfinkle
--HG--
extra : rebase_source : d1d71f255db3b15896f22b71f71ec2bd9455882a
2015-01-06 17:28:30 -08:00
Margaret Leibovic
de5e9c40f7 Bug 793920 - (Part 1) Move majority of Android reader mode code to a shared place in /toolkit. r=Mossop,bnicholson
--HG--
rename : mobile/android/chrome/content/JSDOMParser.js => toolkit/components/reader/content/JSDOMParser.js
rename : mobile/android/chrome/content/Readability.js => toolkit/components/reader/content/Readability.js
rename : mobile/android/chrome/content/aboutReader.html => toolkit/components/reader/content/aboutReader.html
rename : mobile/android/chrome/content/aboutReader.js => toolkit/components/reader/content/aboutReader.js
rename : mobile/android/chrome/content/readerWorker.js => toolkit/components/reader/content/readerWorker.js
rename : mobile/android/locales/en-US/chrome/aboutReader.properties => toolkit/locales/en-US/chrome/global/aboutReader.properties
extra : rebase_source : f0b900c46bb5dc894303ddf3701be7b019b61ae0
extra : histedit_source : 7417d0e4032ed3a3b1ab83af8f7e8a92951fdead
2014-12-10 16:44:53 -08:00
Chenxia Liu
dbce887c2a Bug 1093201 - Part 1: Passwords management UI. r=margaret 2014-12-10 15:43:13 -08:00
vivek
06b60a952e Bug 1007436 - "Revamp visual design of about:feedback". r=margaret.leibovic f=alam 2014-10-03 12:29:00 +02:00
Wes Johnston
d5d5063238 Bug 1018468 - Add fullscreen button to video controls. r=mfinkle 2014-06-11 10:25:18 -07:00
Nick Alexander
2712067761 Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle 2014-05-05 11:27:56 -07:00
Margaret Leibovic
a2e99b9719 Bug 949178 - Remove reading list button from reader mode toolbar. r=lucasr 2014-04-22 14:27:03 -07:00
Margaret Leibovic
40a3984de6 Bug 988068 - Improve about:addons styling. r=mfinkle 2014-04-21 11:06:14 -07:00
Mark Finkle
78297a38af Bug 946454 - [Roku] Show 'casting' button in the video controls r=wesj, dolske 2014-04-18 16:48:06 -04:00
Myk Melez
e3e1f9ec39 bug 934760 - implement synthetic APK update flow; r=wesj 2014-02-07 23:50:13 -08:00
Richard Newman
bdf87cafc6 Bug 965064 - Part 1: back out non-native about:accounts. r=nalexander 2014-01-28 16:49:54 -08:00
Nick Alexander
b5e6f7d0ff Bug 951883 - Part 2: Remove temporary compile time guards. r=me
--HG--
extra : rebase_source : 51325eeea8fc1d5b2e7cd84e8977072b030496c8
2013-12-18 15:13:26 -08:00
Nick Alexander
6010d96638 Bug 899217 - Part 1: Register about:accounts code. r=rnewman
This is temporary code for our first engineering milestone.  I know of
the following issues:

* the page doesn't implement the full interface and spec that the
  loaded content expects; it just does enough to work.
* logs are repeated if about:accounts is re-loaded.
2013-12-17 15:14:56 -08:00
Mark Capella
4933bbe732 Bug 840144 - Make about:config prettier on Android. r=wesj 2013-11-05 22:10:30 -08:00
Wes Johnston
e0f8ef1796 Bug 808636 - Restyle mobile error pages. r=margaret 2013-08-15 12:04:42 -07:00
Margaret Leibovic
5ca18055eb Bug 722902 - Make AMO more discoverable in the browser. r=mfinkle
--HG--
rename : mobile/android/themes/core/images/addons-amo-hdpi.png => mobile/android/themes/core/images/marketplace-logo.png
2013-08-01 09:31:49 -07:00
Mark Finkle
85c917abe4 Bug 886496 - When doing lazy tab restoration, set the <browser>s in question to display:none until restored r=bnicholson 2013-07-12 08:44:23 -04:00
Mark Capella
57652d7851 Bug 802093 - Reader Mode:Update reading list button state if the list is empty, r=lucasr
--HG--
rename : mobile/android/themes/core/images/reader-list-icon-hdpi.png => mobile/android/themes/core/images/reader-list-on-icon-hdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-mdpi.png => mobile/android/themes/core/images/reader-list-on-icon-mdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-xhdpi.png => mobile/android/themes/core/images/reader-list-on-icon-xhdpi.png
2013-06-10 12:25:35 -04:00
Nick Alexander
d552b016a9 Bug 857419 - Implement about:healthreport on Android. r=rnewman 2013-05-10 21:30:57 -07:00
Wes Johnston
101189dc9e Bug 840593 - Create a main style file for about pages to inherit from. r=mbrubeck 2013-03-22 16:36:31 -07:00
Sriram Ramasubramanian
ec4e473460 Bug 840346: Flat UI in about: pages. [r=mfinkle]
--HG--
extra : rebase_source : 147cbcc250e0a34055b6fd9520a0c8b377543b2d
2013-02-13 08:50:57 -08:00
Sriram Ramasubramanian
cf6666ce01 Bug 838807: Replace reader mode icons. [r=bnicholson] 2013-02-12 21:11:05 -08:00
Jonathan Kew
bb845a5327 bug 831883 - eliminate the copy of Open Sans fonts bundled in the Reader core theme. r=lucasr 2013-01-21 14:31:31 +00:00
Brian Nicholson
5393681ccf Bug 818065 - Part 2: Implement about:privatebrowsing. r=mfinkle 2013-01-07 15:29:45 -08:00
Mark Capella
a30d1ec054 Bug 780442 - About:Memory page buttons are overlapping, oversized, r=margaret, njn 2012-09-13 10:47:31 -04:00
Nicholas Nethercote
df45e806bf Backout 52abdd1fbcc8 (bug 780442) due to lack of appropriate review. 2012-09-06 23:42:12 -07:00
Mark Capella
4070dd7371 Bug 774500 - Make about:support Page more mobile-friendly, r=margaret
Remove Hidden Reset-Box for better title display / rendering
             Set width for "Copy to clipboard" button
             Remove unused Profile Folder / Show Folder Button table entry
             Enlarge Basic Text for Readability
2012-09-05 23:33:46 -04:00
Mark Capella
553a1d4815 Bug 780442 - About:Memory page buttons are overlapping, oversized, r=margaret 2012-09-05 23:33:07 -04:00
Lucas Rocha
0429a3c1af Bug 778582 (r=mfinkle) 2012-08-28 16:17:02 +01:00
Lucas Rocha
a6763e2ff3 Bug 778582 (r=mfinkle) 2012-08-28 16:17:02 +01:00
Margaret Leibovic
7c9cc904c2 Bug 774479 - Create about:feedback page, and show it to users after the app has been launched 10 times. r=mfinkle 2012-08-26 21:33:11 -07:00
Brian Nicholson
33075769b0 Bug 778582 - Part 4. r=lucasr 2012-08-23 00:06:17 -07:00
Brian Nicholson
df6a492458 Bug 778582 - Part 2. r=lucasr f=mfinkle 2012-08-23 00:06:17 -07:00