Commit Graph

7 Commits

Author SHA1 Message Date
bsmedberg%covad.net
4c75945b05 Bug 219389 - ViewSource highlighting broken (from bug 179834) r=pike sr=darin 2006-09-14 06:07:30 +00:00
rbs%maths.uq.edu.au
008241b28e Restore the selected area in View Selection Source and some extras while here, b=201102, r=doron, sr=bzbarsky 2006-09-14 06:07:02 +00:00
neil%parkwaycc.co.uk
ef8234835e Bug 160924 View Selection Source should check to see if syntax highlighting is enabled r=doron sr=bz 2006-09-14 06:06:56 +00:00
rbs%maths.uq.edu.au
6262c680fa Remiander of bug 169590. Hook a catch-all W3C entity converter and user-prefs for custom levels of entity-zation in the editor's '<HTML> Source' and 'Save As...' 2006-09-14 06:05:53 +00:00
caillon%returnzero.com
e38cf82f45 167867. Convert the unicodeToEntity functions to use regexps.
r=timeless sr=bzbarsky
2006-09-14 06:05:52 +00:00
kin%netscape.com
ba4c34dbc0 Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.)
mozilla/content/base/public/nsISelectionController.idl
  mozilla/content/base/src/nsSelection.cpp
  mozilla/editor/composer/src/nsEditorShell.cpp
  mozilla/editor/idl/nsIPlaintextEditor.idl
  mozilla/editor/libeditor/base/nsEditor.cpp
  mozilla/editor/libeditor/base/nsEditor.h
  mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
  mozilla/editor/libeditor/html/nsHTMLEditor.cpp
  mozilla/editor/libeditor/text/nsEditorEventListeners.cpp
  mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp
  mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
  mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
  mozilla/editor/ui/dialogs/content/EdTableProps.js
  mozilla/embedding/components/find/src/nsWebBrowserFind.cpp
  mozilla/extensions/xmlterm/base/mozXMLTermSession.cpp
  mozilla/layout/base/public/nsIFrameSelection.h
  mozilla/layout/html/base/src/nsPresShell.cpp
  mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
  mozilla/mailnews/compose/src/nsMsgCompose.cpp
  mozilla/xpfe/browser/resources/content/viewPartialSource.js

    - Added aIsSynchronous arg to the ScrollSelectionIntoView()
      method of nsISelectionController and nsIFrameSelection.
      Updated all callers to pass new arg.

    - Modified selection to post a plevent to call which does the
      call to ScrollIntoView() in the async ScrollIntoView() case.

    - Edits in text widgets now use asynchronous reflow, paint,
      and scroll processing full time.

    - Removed redundant ScrollSelectionIntoView() calls in the
      editor event listeners.

    - Editor IME code now forced to flush reflows and paints before
      getting caret coordinates.

r=jfrancis@netscape.com  sr=waterson@netscape.com
2006-09-14 06:05:51 +00:00
rbs%maths.uq.edu.au
f4ca16a9c4 Add 'View Selection/MathML Source' to the context menu & the support for that to work, namely: enlist MathML entity names, break viewSource.xul into a sharable XUL overlay, and implement the necessary logic to automatically re-select a selection into the inflated view-source display. b=49721,1222524, r=bzbarsky, sr=alecf 2006-09-14 06:05:50 +00:00