This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
editor
/
libeditor
/
text
History
uriber%gmail.com
85cbed050e
White-space fixes I promised to do for Bug 327107 but forgot
...
git-svn-id: svn://10.0.0.236/trunk@190706 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 17:35:22 +00:00
..
Makefile.in
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
nsAOLCiter.cpp
…
nsAOLCiter.h
…
nsEditorEventListeners.cpp
Middle-click on scrollbar should not paste. b=70698 r+sr=bzbarsky
2005-10-08 10:08:18 +00:00
nsEditorEventListeners.h
Hold an nsWeakPtr ref to presshell like everyone else, not a raw weak ref. Bug
2005-07-08 20:36:47 +00:00
nsInternetCiter.cpp
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
2006-02-03 14:18:39 +00:00
nsInternetCiter.h
…
nsPlaintextDataTransfer.cpp
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
nsPlaintextEditor.cpp
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
2006-02-03 14:18:39 +00:00
nsPlaintextEditor.h
Bug 253481 xul:textbox attribute to specify what happens to pasted line breaks
2005-12-20 20:12:54 +00:00
nsTextEditRules.cpp
Bug 253481 xul:textbox attribute to specify what happens to pasted line breaks
2005-12-20 20:12:54 +00:00
nsTextEditRules.h
Make the plaintext editor count the length of the selected text correctly, so it doesn't violate MAXLENGTH. b=299417 r+sr=roc
2005-10-17 00:54:02 +00:00
nsTextEditRulesBidi.cpp
White-space fixes I promised to do for Bug 327107 but forgot
2006-02-21 17:35:22 +00:00
nsTextEditUtils.cpp
Fixing bug 283897. Make midas state survive document.open/write/close. Regression from bug 283897. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-04-06 02:22:45 +00:00
nsTextEditUtils.h
…
nsWrapUtils.cpp
Bug 300313. DeCOMtaminate linebreaker/wordbreaker, and access them directly as services rather than through a factory. r+sr=roc, patch by Joshua Welderson (thanks Joshua\!)
2005-08-22 03:00:06 +00:00
nsWrapUtils.h
…