Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add release date info and autocomplete="off" change (mdn#41829)
* Add release date info and autocomplete="off" change

Adding this information from https://web.archive.org/web/20150905152554/https://developer.mozilla.org/en-US/Firefox/Releases/30/Site_Compatibility - more could be merged in still

* Apply suggestions from code review

---------

Co-authored-by: Dipika Bhattacharya <[email protected]>
  • Loading branch information
immewnity and dipikabh authored Nov 17, 2025
commit b51cc4a8b9e563e93eeb01bc9ce39922ac06026b
4 changes: 3 additions & 1 deletion files/en-us/mozilla/firefox/releases/30/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ page-type: firefox-release-notes
sidebar: firefox
---

Firefox 30 was released on [June 10th, 2014](https://whattrainisitnow.com/release/?version=30). This article lists key changes that are useful not only for web developers, but also Firefox and Gecko developers as well as add-on developers.

## Changes for Web developers

### Developer Tools
Expand Down Expand Up @@ -63,7 +65,7 @@ _No change._

## Security

_No change._
- `<form autocomplete="off">` no longer prevents passwords from being saved. See [Managing autofill for login fields](/en-US/docs/Web/Security/Practical_implementation_guides/Turning_off_form_autocompletion#managing_autofill_for_login_fields) for more information. ([Firefox bug 956906](https://bugzil.la/956906)).

## Changes for add-on and Mozilla developers

Expand Down