mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
44 lines
1.7 KiB
Plaintext
44 lines
1.7 KiB
Plaintext
# Introduction
|
|
|
|
This is the Orion editor packaged for Mozilla.
|
|
|
|
The Orion editor web site: http://www.eclipse.org/orion
|
|
|
|
# Upgrade
|
|
|
|
To upgrade Orion to a newer version see the UPGRADE file.
|
|
|
|
Orion version: git clone from 2012-01-26
|
|
commit hash 1d1150131dacecc9f4d9eb3cdda9103ea1819045
|
|
|
|
+ patch for Eclipse Bug 370584 - [Firefox] Edit menu items in context menus
|
|
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=137d5a8e9bbc0fa204caae74ebd25a7d9d4729bd
|
|
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=370584
|
|
|
|
+ patches for Eclipse Bug 370606 - Problems with UndoStack and deletions at
|
|
the beginning of the document
|
|
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=cec71bddaf32251c34d3728df5da13c130d14f33
|
|
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=3ce24b94f1d8103b16b9cf16f2f50a6302d43b18
|
|
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=27177e9a3dc70c20b4877e3eab3adfff1d56e342
|
|
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=370606
|
|
|
|
+ patch for Mozilla Bug 730532 - remove CSS2Properties aliases for MozOpacity
|
|
and MozOutline*
|
|
see https://bugzilla.mozilla.org/show_bug.cgi?id=730532#c3
|
|
|
|
# License
|
|
|
|
The following files are licensed according to the contents in the LICENSE
|
|
file:
|
|
orion.js
|
|
orion.css
|
|
|
|
# Theming
|
|
|
|
The syntax highlighting and the editor UI are themed using a style sheet. The
|
|
default theme file is browser/themes/*/devtools/orion.css - this is based on the
|
|
orion.css found in this folder.
|
|
|
|
Please note that the orion.css file from this folder is not used. It is kept
|
|
here only as reference.
|