11 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
6ac1ef407d Port of bug 341112 r+sr=jag
git-svn-id: svn://10.0.0.236/trunk@211533 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:10:29 +00:00
rbs%maths.uq.edu.au
de80d667f4 Prevent View Selection Source from triggering the crasher bug 252970, r+sr=bz, a=mconnor
git-svn-id: svn://10.0.0.236/trunk@211510 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:10:06 +00:00
timeless%mozdev.org
1a3dcfe8e3 Bug 240947 use content instead of _content
r=neil sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@211479 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:09:35 +00:00
jshin%mailaps.org
ae50075512 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa
git-svn-id: svn://10.0.0.236/trunk@211398 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:08:14 +00:00
bsmedberg%covad.net
e7c97d3a8f Bug 219389 - ViewSource highlighting broken (from bug 179834) r=pike sr=darin
git-svn-id: svn://10.0.0.236/trunk@211352 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:07:28 +00:00
rbs%maths.uq.edu.au
e6a72c3e08 Restore the selected area in View Selection Source and some extras while here, b=201102, r=doron, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@211324 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:07:00 +00:00
neil%parkwaycc.co.uk
dd4d574692 Bug 160924 View Selection Source should check to see if syntax highlighting is enabled r=doron sr=bz
git-svn-id: svn://10.0.0.236/trunk@211318 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:06:54 +00:00
rbs%maths.uq.edu.au
976112f8d3 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...'
git-svn-id: svn://10.0.0.236/trunk@211255 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:05:51 +00:00
caillon%returnzero.com
a59e18f2ea 167867. Convert the unicodeToEntity functions to use regexps.
r=timeless sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@211254 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:05:50 +00:00
kin%netscape.com
24cf8799ea 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


git-svn-id: svn://10.0.0.236/trunk@211253 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:05:49 +00:00
rbs%maths.uq.edu.au
3e41fcc534 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
git-svn-id: svn://10.0.0.236/trunk@211252 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-14 06:05:48 +00:00