Francois Marier
d76a08e7f9
Bug 1245992 - Remove unused Safe Browsing strings. r=past
...
MozReview-Commit-ID: IkyO53DJpYs
2016-02-25 21:34:15 -08:00
Francois Marier
5eb5b1b255
Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
...
MozReview-Commit-ID: DLC1KDvYbUH
2016-02-25 21:34:01 -08:00
Phil Ringnalda
09910de5eb
Back out 2 changesets (bug 1245992) for several browser-chrome failures
...
Backed out changeset 6d9614f87daf (bug 1245992)
Backed out changeset 34e6eea401e3 (bug 1245992)
2016-02-25 19:15:16 -08:00
Francois Marier
97e0d05c94
Bug 1245992 - Remove unused Safe Browsing strings. r=past
...
MozReview-Commit-ID: KHy6731OZJd
2016-02-24 16:23:25 -08:00
Francois Marier
4f4fa27d76
Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
...
MozReview-Commit-ID: JnYOqtCIib7
2016-02-24 16:23:25 -08:00
Jared Wein
6df6a112ab
Bug 1219794 - Show the bookmark popup for new bookmarks and autoclose if no interaction. r=mak
...
MozReview-Commit-ID: FSx0bB4KqpQ
2016-02-18 15:36:22 -05:00
Tanner Parker
9e3f83b1c8
Bug 1130449 - fix reuse of accesskey string for protocol handler notification "Add" button, r=gijs
...
MozReview-Commit-ID: BMJoDh77yIB
2016-02-21 16:05:00 +00:00
Dão Gottwald
683421d969
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-20 14:03:25 +01:00
Carsten "Tomcat" Book
dd1b1c63d2
Merge mozilla-central to fx-team
2016-02-19 17:22:14 +01:00
Carsten "Tomcat" Book
440040665f
Backed out changeset c34fe673bb97 (bug 1014185) for perma failures in browser_bug1163570.js
2016-02-19 17:19:19 +01:00
Wes Kocher
23fbb39083
Backed out changeset b7450f64aa87 (bug 1219794) for adding a failing test
2016-02-18 17:05:09 -08:00
Dão Gottwald
84d1a433de
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-19 00:50:17 +01:00
Jared Wein
c273785177
Bug 1219794 - Show the bookmark popup for new bookmarks and autoclose if no interaction. r=mak
...
MozReview-Commit-ID: FSx0bB4KqpQ
2016-02-18 15:36:22 -05:00
Maurya Talisetti
916126da96
Bug 1156176 - Add Restart Later button for the setting that allows Dev Edition and Firefox to run at the same time. r=jaws
2016-02-18 08:57:00 +01:00
Phil Ringnalda
e67329a593
Merge m-i to m-c, a=merge
2016-02-13 19:18:53 -08:00
Dão Gottwald
2ede9d9104
Bug 1219804 - Show last 5 recent bookmarks in the bookmarks menu. r=mak
2016-02-12 12:21:17 +01:00
Mike Shal
e7d3e4681e
Bug 700997 - enable l10n-check on mac; r=glandium
2016-02-02 09:04:40 -05:00
Carsten "Tomcat" Book
3d19c42284
Merge mozilla-central to mozilla-inbound
2016-02-09 13:09:49 +01:00
Carsten "Tomcat" Book
63e921a3d8
merge mozilla-inbound to mozilla-central a=merge
2016-02-09 12:02:38 +01:00
Mark Banner
da8eb662ed
Bug 1246592 - Try and fix windows locale repack bustage by adjusting how locales are built for Loop. r=glandium,a=Tomcat for direct landing in m-c
2016-02-09 10:16:24 +00:00
Andrea Marchesini
43fe7bbd44
Bug 1244795 - adding a string for the default container under cookie manager, part 2, r=me
2016-02-09 06:49:58 +00:00
Andrea Marchesini
3dd53464cf
Bug 1244795 - adding a string for the default container under cookie manager, r=paolo
2016-02-08 16:55:33 +00:00
Sebastian Hengst
f287060018
Backed out changeset 9494bdf52cc6 (bug 1244795) for browser chrome failures. r=backout
2016-02-08 17:45:08 +01:00
Andrea Marchesini
bce895bc92
Bug 1244795 - adding a string for the default container under cookie manager, r=paolo
2016-02-08 14:24:19 +00:00
Andrea Marchesini
e8d7e4ce11
Bug 1246907 - Open link in a Container Tab - in the context menu, r=Gijs
2016-02-12 11:16:41 +00:00
Mark Banner
d7de75fdb7
Bug 1239828 - Now that Loop's system-addon L10n is hooked up, remove redundant strings. r=Mardak
2016-02-04 10:42:19 +00:00
Mark Banner
ccb2f3658b
Bug 1239828 - Support Loop's localisation mechanisms for Loop as a system-addon. r=glandium
2016-02-04 10:42:19 +00:00
Lewis Cowper
0da2c1b50f
Bug 985659 - Improve usability and styling of feed button's menu, remove bookmarks menu button's "subscribe to" menuitem/submenu, r=gijs
2016-02-02 03:27:00 +00:00
Carsten "Tomcat" Book
9468a26fac
merge mozilla-inbound to mozilla-central a=merge
2016-02-02 11:50:53 +01:00
Mark Goodwin
80805376be
Bug 1241455 Send TLS Error Reports for subresources r=past, Gijs, mcmanus
...
This patch makes use of the security reporter component (which hasn't landed yet
- see blockers) to allow automatic TLS error reports to be sent directly from
nsHttpChannel.cpp rather than sending them from browser.js. This allows failed
connections for subresources to be reported.
Some of the report sending from browser.js was retained to allow reports to be
sent at the time a user enables reporting. This has been modified to also make
use of the component.
Since the patient is on the table, I've also taken the opportunity to
remove the retry and status bits from aboutCertError.xhtml and
aboutNetError.xhtml - which removes a bunch of code and simplifies things a bit.
The mochitests have been modified to cope with the fact that the UI does not
update with report sending / report failures - instead, success and failure are
determined by examining the response seen from the server from within the test.
2016-02-01 11:18:50 +00:00
Matthew Noorenberghe
091de16c3f
Bug 1243089 - Remove provisional Desktop identity UI for website sign-in with BrowserID (SignInToWebsite). r=felipe
2016-02-01 14:31:38 -08:00
Gijs Kruitbosch
029b82eefd
Bug 1134126 - add 'alt text' for the empty link using aria-label, r=jaws
2016-01-26 14:35:00 +00:00
Carsten "Tomcat" Book
6d639cca1d
merge mozilla-inbound to mozilla-central a=merge
2016-01-28 12:13:37 +01:00
Chris Peterson
4b7b204b24
Bug 1234355 - Part 2: Remove unused EME drmContentCDMNotSupported.64bit.message. r=spohl
2016-01-26 11:12:11 -08:00
Chris Peterson
2a99b44376
Bug 1234355 - Part 1: Remove "Don't ask me again" footgun option from the "Enable DRM" info bar notification. r=spohl
2016-01-26 11:11:16 -08:00
Zachary Carter
a30da60b4d
Bug 1210586 - Create a Synced tabs sidebar r=markh
2016-01-27 14:40:30 -08:00
Zachary Carter
d44547b51f
Bug 1221294 - adds Android and Apple logos to the Android and iOS download links on the Sync preferences pane. r=markh
2016-01-26 14:18:00 +01:00
Paolo Amadini
d5c5f8a130
Bug 1231757 - Notification on first activation of Tracking Protection in normal mode. r=past
2016-01-22 13:02:50 +00:00
Carsten "Tomcat" Book
96744094f2
Backed out changeset 80d218022132 (bug 1234355) for Android M12 Test failures on a CLOSED TREE
2016-01-26 10:55:24 +01:00
Carsten "Tomcat" Book
c3eae64956
Backed out changeset 98784e1ef65b (bug 1234355)
2016-01-26 10:54:39 +01:00
Chris Peterson
eec673c03c
Bug 1234355 - Part 2: Remove unused EME drmContentCDMNotSupported.64bit.message. r=spohl
2016-01-22 21:09:44 -08:00
Chris Peterson
38cb76fc20
Bug 1234355 - Part 1: Remove "Don't ask me again" footgun option from the "Enable DRM" info bar notification. r=spohl
2016-01-22 20:57:09 -08:00
Tanvi Vyas
f4d83becca
Bug 1241292 - Update string in control centerl main panel of insecure passwords warning. r=MattN
2016-01-22 16:03:54 -08:00
Gijs Kruitbosch
6e0d45ab1d
Bug 1200726 - part 1: change google icon, r=florian
2016-01-20 12:54:42 +00:00
Gijs Kruitbosch
00b56a49ac
Bug 1200726 - part 0: remove all large icons, r=florian
2016-01-20 12:53:50 +00:00
Gijs Kruitbosch
0ed92b502e
Bug 1239748 - add a user-facing preference to turn off the on-screen keyboard functionality completely, r=jaws
2016-01-20 15:44:03 +00:00
Sebastian Kaspari
0f869fdd84
Bug 1225433 - (Desktop) Update text and style of "forbidden" page. r=francois
2016-01-19 10:17:16 +01:00
Tim Taubert
75e848d2dd
Bug 1207130 - Add a checkbox for automatic error reporting to about:certerror r=Gijs,past
2016-01-13 15:29:54 +01:00
Shane Caraveo
c4617933f5
Bug 1236014 l10n repack support for feature addons, r=glandium
2016-01-18 15:14:45 -08:00
Carsten "Tomcat" Book
ff0f4d36b9
Backed out changeset a87a27864bb8 (bug 1223385)
2016-01-15 13:51:54 +01:00