Mike Taylor
4f626d0cd6
Bug 784222 - Make non-input text unselectable for about pages. r=margaret
...
At least the ones using aboutBase.css:
about:accounts
about:addons
about:devices
about:downloads
about:logins
2015-09-29 00:15:00 +02:00
Jonathan Almeida [:jonalmeida]
d90d4c18d9
Bug 1170725 - Click-to-play images. r=mfinkle
...
--HG--
extra : transplant_source : %E7%19%F3%EF%A2%A4%09%D2%29G%C7Es%C4%16%CF%03%B0%84%A6
2015-08-15 23:36:37 -07:00
Prateek Arora
ab6636afdd
Bug 1201340 - update aboutBase.css to include an explicit background color. r=ally
2015-09-06 17:49:48 +05:30
Phil Ringnalda
19a7611cd4
Merge f-t to m-c, a=merge
2015-09-18 21:46:16 -07:00
Randall Barker
b1c0d79c4e
Bug 1166961 - Show click to play button on Fennec when autoplay is blocked. r=mfinkle
...
--HG--
extra : rebase_source : c2e78e8c5720e14cdcab1be8f12c92b60055a996
2015-09-16 16:22:00 +02:00
Nick Alexander
cdb092fe66
Bug 1191067 - Add Fennec version of about:accounts. r=antlam,margaret
...
This is a Fennec version of about:accounts, cribbed largely from
Desktop's implementation. This implementation serves two purposes:
One, it allows all fxa-content-server pref handling to remain in
Gecko. Java-side consumers redirect to about:accounts?action=... and
have pref munging and parameter addition (like context=fx_fennec_v1,
etc) handled by about:accounts itself.
Two, it handles network connectivity display and error handling. When
a request is started, we display an animated spinner. We transition
smoothly from the spinner to the iframe display if we can, and if not
we hide any network error and offer to retry. This is more important
in Fennec than it is on Desktop. This approach agrees with Firefox
for iOS.
Some additional notes:
The spinner to iframe transition uses the WebChannel listener to send
LOADED messages to the appropriate XUL <browser> element. It's worth
remembering that Fennec's Gecko is single process, so the <browser> in
question is in the same process. None-the-less, we are close to e10s
safe.
There are four actions: signup/signin/force_reauth, and manage. The
first three try to produce a LOGIN message. The last uses the
fxa-content-server to manage the Account settings. *This is not how
this is arranged on Desktop: Desktop redirects to a new tab, not
wrapped in about:accounts.*
--HG--
extra : commitid : F2waTwe355B
extra : rebase_source : f63c96f676d1300c774d091968ec8d88bb7a86dc
2015-09-18 16:28:14 -04:00
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
Allison Naaktgeboren
5f1d187cde
Bug 1200299 - Change background color of header block on edit logins page.r=mfinkle
2015-09-03 10:48:14 -07:00
Mike Taylor
89cc9566a7
Bug 1175378. Remove unused image assets. r=margaret
2015-08-20 13:44:37 -07:00
Mike Taylor
9ce3e7ad15
Bug 717822: Override button and input :active:hover padding styles on Fennec. r=mfinkle
2015-08-19 13:58:10 -07:00
Allison Naaktgeboren
f9028b72d5
Bug 1114821 - Remove nightly-only flag for about logins.r=liuche
2015-08-17 23:22:24 -07:00
Michael Comella
8d94840259
Bug 1193580 - Losslessy compress png assets. r=liuche
...
Note that this not the originally reviewed patch in the bug, but a re-run of
the algorithm that produced that patch.
--HG--
extra : commitid : 51DOIx3PKb8
extra : amend_source : f2e6b601240a9b31df7aadd96f6c53f0a6c430ef
2015-08-13 10:43:51 -07:00
Michael Comella
84d9a29051
Bug 1193580 - Backout changeset 1c1d97b563f410d571e4925dab3f53fcae6c5272.
...
This is temporary and only to easy the landing of bug 1150742.
--HG--
extra : commitid : HqtUgOKzbAH
2015-08-13 10:27:24 -07:00
Michael Comella
b2ff90e701
Bug 1193580 - Losslessly compress png assets. r=liuche
...
--HG--
extra : commitid : 62OPFTGobSc
extra : rebase_source : d0ccddfdd4692fb96916738c827722b73e6a2fb1
2015-08-11 16:52:38 -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
649781b097
Bug 1185780 - disable save if you delete the entire password in about:logins.r=liuche
2015-07-31 16:17:00 -07:00
Allison Naaktgeboren
ee1f7d2d9a
Bug 1187059 - change the header to use light font weight on about:logins.r=liuche
2015-07-30 11:56:49 -07: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
Allison Naaktgeboren
48e4f237a4
Bug 1148524 - Add 'edit login' option in about:passwords context menu.r=margaret
2015-07-10 17:41:46 -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
Thang
c75d30d119
Bug 720050 - Various issues with disabled form controls, r=margaret
2015-07-03 02:08:06 -04:00
Tim Nguyen
9f8e2acfd9
Bug 1179303 - Clean up SVGs in mobile/ directory. r=margaret
2015-07-01 10:00:00 -04:00
Margaret Leibovic
9217e139e8
Bug 1175741 - Properly hide unsigned add-on warning in add-on manager. r=liuche
...
--HG--
extra : rebase_source : 6ab27c37c9058bb4ae36a4799ff0427125fbaf9e
2015-06-29 16:23:53 -07:00
Margaret Leibovic
6c06de3ed0
Bug 1175197 - Move .buttons styles to aboutAddons.css, and set the border radius to 0. r=liuche
...
--HG--
extra : rebase_source : 8bef0ed7183381cfaf59f8d44ca5c4d0fd06428a
2015-06-29 16:42:03 -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
Michael Comella
fa6470ad8a
Bug 864958 - Replace private toolbar background with tabs_tray_grey_pressed. r=mhaigh
...
--HG--
extra : commitid : 5x5BoZ3jjHF
extra : rebase_source : 0e84dcd889e273edc28d910439e6ce8ad8548517
2015-04-23 18:01:23 -07:00
Martyn Haigh
57bb66ba9d
Bug 1157978 - Remove duplicate what is private browsing messages (r=margaret)
...
--HG--
extra : rebase_source : 76db614388074f247685acc5f27700b7f981797a
2015-06-17 15:30:59 +01:00
Allison Naaktgeboren
08ceb34ed5
Bug 1144413 - Remove details page from about:passwords.r=liuche
2015-06-15 13:21:38 -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
Carsten "Tomcat" Book
90096e4744
merge mozilla-central to mozilla-inbound
...
--HG--
rename : dom/base/MultipartFileImpl.cpp => dom/base/MultipartBlobImpl.cpp
rename : dom/base/MultipartFileImpl.h => dom/base/MultipartBlobImpl.h
2015-05-12 17:07:10 +02:00
vivek
03bd772f79
Bug 1162254 - Favicon_globe set as fallback image in case of cache miss. r=margaret
2015-05-07 15:27:00 -04:00
Margaret Leibovic
e0eed9001e
Bug 1160577 - Set styles on #reader-message div instead of wrapper div. r=MattN
...
--HG--
extra : rebase_source : c7d75d9e4789c632e2b31b7d5f826d6e8cb8a162
2015-05-01 16:10:38 -07:00
Margaret Leibovic
5e6484f15c
Bug 1158194 - (Part 2) Split up mobile aboutReader.css into aboutReaderContent.css and aboutReaderControls.css. r=Gijs
...
--HG--
rename : mobile/android/themes/core/aboutReader.css => mobile/android/themes/core/aboutReaderContent.css
rename : mobile/android/themes/core/aboutReader.css => mobile/android/themes/core/aboutReaderControls.css
extra : rebase_source : 1b7bd4d187c1ee90546eef4e6a227377b80ddd11
2015-04-24 15:27:04 -07:00
Margaret Leibovic
8a09141454
Bug 1158194 - (Part 1) Remove empty style files. r=Gijs
...
--HG--
extra : rebase_source : 423e71a4110297555754ab192a4feff3c71f240d
2015-04-24 15:25:32 -07:00
Gijs Kruitbosch
6d6e989ad3
Bug 1158884 - hide pocket on android, fix AboutReader.jsm on android, r=margaret,jaws
...
--HG--
extra : rebase_source : 8f4d6ea7bd7002a61c737411e925cac86bd07d9e
2015-04-27 18:01:44 +01: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
Wes Kocher
a79764cf6b
Merge inbound to m-c a=merge CLOSED TREE
2015-04-22 17:15:53 -07:00
Margaret Leibovic
dd6417362f
Bug 1155083 - Properly hide reader view tablet on landscape tablets. r=bnicholson
...
--HG--
extra : rebase_source : 536896d127004696690e3129e61931d19cba1b16
2015-04-16 15:37:33 -07:00
Simon Montagu
bfb5cc9a66
Bug 1139306: Fix margin sides for right-to-left scrollbars depending on the actual position of the scrollbar as determined by layout.scrollbar.side, r=tn
2015-04-21 11:32:01 +03:00
Blake Winton
5d4e692d69
Bug 1149068 - Use the correct font for the Sans Serif font button. ui-r=maritz, r=jaws, r=margaret
2015-04-01 18:51:53 -04:00
vivek
9bcf8c1fd0
Bug 1150251: Added a padding to +/- buttons and decreased their margin -r=margaret.
2015-04-13 13:37:40 -07:00
vivek
c72a0e5ed1
Bug 1145567 : display toolbar only after Domcontentloaded is triggered -r=margaret.
2015-04-13 13:37:37 -07:00
Margaret Leibovic
e54286d07f
Bug 1144822 - Hide elements with common hidden class names in reader content. r=Gijs
...
--HG--
extra : rebase_source : 8b75990d736f5d58736ba0988bd3ad9c23d3b1ea
2015-04-09 16:17:22 -07:00
Blake Winton
06e5c3d6bc
Bug 1149520 - Move the font-size change to the container, so as not to repaint the toolbar. r=jaws, r=margaret
2015-04-07 13:43:57 -04:00
Michael Comella
24c71b8faa
Bug 1150974 - Run trimage
on all png assets in mobile/. r=rnewman
...
The command I ran was:
for i in `find mobile -name "*.png" | sed "s/\(.*\)\/.*\.png/\1/" | sort | uniq`; do trimage -d ${i}; done
--HG--
extra : rebase_source : 90ae53a7e3c63834b1bbb251cc4e5c48e5d20f08
2015-04-03 11:26:06 -07:00
Gijs Kruitbosch
df17711ee5
Bug 1150476 - fix silly typo in list styles, r=trivial
2015-04-02 13:18:10 +01:00
Matt King
e73bd6002b
Bug 1140592 - about:passwords header height does not match other about:pages. r=liuche
...
--HG--
extra : histedit_source : 5174591e5ddee742c9471f07f77d5e03c791390f
2015-04-01 09:49:11 -07:00
Blake Winton
98b195606c
Bug 1145809
- Add the reading mode footer. ui-r=mmaslaney, r=Unfocused
2015-03-30 12:50:01 -04:00