Skip to content

Commit

Permalink
Fix links (#31601)
Browse files Browse the repository at this point in the history
* Fix links

* Update files/en-us/mozilla/firefox/releases/12/index.md
  • Loading branch information
teoli2003 committed Jan 9, 2024
1 parent 73744ac commit 651c655
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions files/en-us/mozilla/firefox/releases/12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Firefox 12 was shipped on April 24, 2012. This page summarizes the changes in Fi

### JavaScript

- Support for [sharp variables](/en-US/docs/JavaScript/Sharp_variables_in_JavaScript) (a Netscape non-standard extension) has been dropped.
- Support for sharp variables (a Netscape non-standard extension) has been dropped.
- {{jsxref("ArrayBuffer.prototype.slice()")}} has been implemented.

### DOM
Expand All @@ -41,10 +41,10 @@ Firefox 12 was shipped on April 24, 2012. This page summarizes the changes in Fi

#### New WebAPIs

- Network Information API: Experimental support for {{domxref("window.navigator.connection")}} has been added (prefixed).
- WebTelephony API: {{domxref("window.navigator.mozTelephony")}} has been implemented and provides support for dialing, answering, and managing phone calls on a device.
- WebSMS API: {{domxref("window.navigator.mozSms")}} is now available for mobile devices to send SMS text messages.
- Screen brightness API: {{domxref("window.screen.mozEnabled")}} and {{domxref("window.screen.mozBrightness")}} have been added to control the device's screen.
- Network Information API: Experimental support for {{domxref("Navigator.connection", "window.navigator.connection")}} has been added (prefixed).
- WebTelephony API: `window.navigator.mozTelephony` has been implemented and provides support for dialing, answering, and managing phone calls on a device.
- WebSMS API: `window.navigator.mozSms` is now available for mobile devices to send SMS text messages.
- Screen brightness API: `window.screen.mozEnabled` and `window.screen.mozBrightness` have been added to control the device's screen.

### SVG

Expand Down Expand Up @@ -79,7 +79,7 @@ Mozilla has been working on integrating its own Web developer tools that complem

#### source-editor.jsm

- The [`resetUndo()`](/en-US/docs/JavaScript_code_modules/source-editor.jsm#resetUndo%28%29) method was added; this lets you clear the undo stack.
- The `resetUndo()` method was added; this lets you clear the undo stack.
- The source editor now offers methods for providing search capability: `find()`, `findNext()`, and `findPrevious()`.

### XUL
Expand All @@ -89,11 +89,11 @@ Mozilla has been working on integrating its own Web developer tools that complem
### XPCOM

- `nsISupports` proxies are no longer supported. You should be using runnables instead.
- Firefox 11 changed the behavior of [`Components.utils.getWeakReference()`](/en-US/docs/Components.utils.getWeakReference) to throw an exception when the object reference is null; the previous behavior of silently failing has been restored.
- Firefox 11 changed the behavior of `Components.utils.getWeakReference()` to throw an exception when the object reference is null; the previous behavior of silently failing has been restored.

### XPConnect

- The [`PRUint64`](/en-US/docs/PRUint64) data type was incorrectly essentially identical to [`PRint64`](/en-US/docs/PRInt64) when used with XPConnect. This has been fixed.
- The `PRUint64` data type was incorrectly essentially identical to `PRint64` when used with XPConnect. This has been fixed.

### Interface changes

Expand All @@ -118,7 +118,7 @@ Mozilla has been working on integrating its own Web developer tools that complem

### Other changes

- The editor component (known as [Midas](/en-US/docs/Midas)) now [only accepts events](/en-US/docs/Using_the_Editor_from_XUL#editor_event_handling) from privileged code.
- The editor component (known as Midas) now only accepts events from privileged code.

## See also

Expand Down

0 comments on commit 651c655

Please sign in to comment.