jst%netscape.com
b1edeeb86a
Hooking up document.getSelection() for html documents to return a string so that we're compatible with 4.x.
...
git-svn-id: svn://10.0.0.236/trunk@67533 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-28 14:05:45 +00:00
jst%netscape.com
24cb527be6
Make nsSelection::ToString(); do the right thing, now it uses the document encoder to create the string representation of the selection. r=mjudge&akkana (before I did a string API change).
...
git-svn-id: svn://10.0.0.236/trunk@67527 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-28 13:58:08 +00:00
pierre%netscape.com
8be7e09c16
35261. Implement :last-node (P and Hx tags inside a cell do not collapse the cell). Change TD to collapse the bottom margin on the last-node.
...
git-svn-id: svn://10.0.0.236/trunk@67510 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-28 10:02:12 +00:00
cls%seawood.org
e07c399878
nsString fixes for mathml.
...
git-svn-id: svn://10.0.0.236/trunk@67506 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-28 08:55:55 +00:00
pierre%netscape.com
cdcf7d8bca
9876. Implemented CSSStyleDeclaration removeProperty. r=jst.
...
git-svn-id: svn://10.0.0.236/trunk@67505 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-28 08:35:40 +00:00
mjudge%netscape.com
1cc1a29d13
change to move selection interfaces to nsISelectionController and away from nsIPresShell or nsIDocument
...
git-svn-id: svn://10.0.0.236/trunk@67486 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-28 06:21:31 +00:00
pavlov%netscape.com
04d8edc70a
new string apis
...
git-svn-id: svn://10.0.0.236/trunk@67422 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 22:02:28 +00:00
scc%netscape.com
e26ca7dcdc
making string conversions explicit
...
git-svn-id: svn://10.0.0.236/trunk@67409 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 20:50:34 +00:00
scc%netscape.com
62b1c05b32
making string conversions explicit
...
git-svn-id: svn://10.0.0.236/trunk@67407 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 20:38:50 +00:00
mjudge%netscape.com
a8455b3f32
files not in build yet
...
git-svn-id: svn://10.0.0.236/trunk@67389 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 08:13:39 +00:00
mjudge%netscape.com
24b8f29c46
ender lite checkin.
...
git-svn-id: svn://10.0.0.236/trunk@67387 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 07:37:12 +00:00
hyatt%netscape.com
3a64e17e0b
More XBL goodness.
...
git-svn-id: svn://10.0.0.236/trunk@67363 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 02:15:45 +00:00
hyatt%netscape.com
494757a73f
XBL Change
...
git-svn-id: svn://10.0.0.236/trunk@67362 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 02:11:41 +00:00
hyatt%netscape.com
13f6b2d0af
New XBL.
...
git-svn-id: svn://10.0.0.236/trunk@67360 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 02:08:35 +00:00
attinasi%netscape.com
d5aa4c73cb
Fixed recent regression: DidLoadStyle was not being called if the status was failure, causing the parser to remain blocked forever. b=27208
...
git-svn-id: svn://10.0.0.236/trunk@67349 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 00:51:06 +00:00
mstoltz%netscape.com
dae11b0075
Removed getOwner() function from nsIStreamLoader. getChannel() now fulfills this function.
...
git-svn-id: svn://10.0.0.236/trunk@67343 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 00:30:27 +00:00
dbaron%fas.harvard.edu
6b88c55779
Fix bugs 12398, 12450, and 35215, and comment out some unused code. r=pierre@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@67336 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 00:12:25 +00:00
dbaron%fas.harvard.edu
c266c49303
Fix bug 37082 - attribute selector matching for ~= and |= backwards. r=pierre@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@67335 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-27 00:07:12 +00:00
attinasi%netscape.com
f0e756bc78
Eliminated a wasteful duplication of a string. Should reduce bloat substantially. r=pierre
...
git-svn-id: svn://10.0.0.236/trunk@67320 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 23:36:45 +00:00
jst%netscape.com
3a55dd1f0f
Initialize mRefCnt in the constructor, duh!
...
git-svn-id: svn://10.0.0.236/trunk@67318 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 23:24:30 +00:00
jst%netscape.com
9b4ef67be1
Fix crash when modifying a stylesheet through the DOM before the document is displayed.
...
git-svn-id: svn://10.0.0.236/trunk@67315 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 23:22:06 +00:00
av%netscape.com
5981bef8dd
Fixing mismatched addref/release pair
...
git-svn-id: svn://10.0.0.236/trunk@67296 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 21:47:45 +00:00
evaughan%netscape.com
0fc64ebc07
Fixed merge error. Added rods performance code back in.
...
git-svn-id: svn://10.0.0.236/trunk@67262 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 21:01:57 +00:00
jst%netscape.com
e7caf2b7ff
Landing DOM Level 2 CSS and Views interfaces and implementation.
...
git-svn-id: svn://10.0.0.236/trunk@67227 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 13:58:56 +00:00
evaughan%netscape.com
2f0b8539e3
Fix for titledbox bugs
...
git-svn-id: svn://10.0.0.236/trunk@67211 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 07:28:19 +00:00
rods%netscape.com
7ec2dc0089
added white-space:pre to button rule so whitespace doesn't get stripped from the label of a button
...
b=37193
git-svn-id: svn://10.0.0.236/trunk@67198 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 05:17:39 +00:00
evaughan%netscape.com
4d77b521e8
Removed friend.
...
git-svn-id: svn://10.0.0.236/trunk@67195 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 04:57:31 +00:00
evaughan%netscape.com
ef7527364f
1) fixed warnings.
...
2) scrollbars only work with left mouse
git-svn-id: svn://10.0.0.236/trunk@67187 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 04:00:29 +00:00
anthonyd%netscape.com
e88fa00856
r: mjudge
...
bug fix for 34397, broken IME selection
git-svn-id: svn://10.0.0.236/trunk@67183 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 03:54:21 +00:00
mstoltz%netscape.com
1aebd93c62
Fixes for 27010, 32878, and 32948.
...
git-svn-id: svn://10.0.0.236/trunk@67181 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 03:50:07 +00:00
rods%netscape.com
4ec6397d6c
Changing notify from false to true for AppendChildTo in SetText
...
this is where the block doesn't have any children and a text element gets
created for it.
b=36900, r=pollmann
git-svn-id: svn://10.0.0.236/trunk@67179 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 03:48:58 +00:00
akkana%netscape.com
fe3c0b3f4a
Backing out previous change -- wasn't ready. a=mjudge
...
git-svn-id: svn://10.0.0.236/trunk@67168 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 01:58:28 +00:00
mjudge%netscape.com
3cd9a051da
making string conversions explicit. scc
...
git-svn-id: svn://10.0.0.236/trunk@67161 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 01:13:55 +00:00
akkana%netscape.com
b2aefd93c7
Change Save File APIs in layout and editor to eliminate the specific
...
references to text and html and make them more general (take a mime type).
In the editor, prettyprint all output if editor.prettyprint_html is set.
git-svn-id: svn://10.0.0.236/trunk@67155 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 01:00:50 +00:00
pavlov%netscape.com
eff718a6ad
fix warning
...
git-svn-id: svn://10.0.0.236/trunk@67151 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:58:55 +00:00
pavlov%netscape.com
c3627050e1
fix hashtable lookup for xbl binding files to remove 15% of time paging up/down in mailnews r=waterson,hyatt
...
stop creating nsISupportsArrays and instead chain nsIXBLAttributeEntrys r=hyatt
remove unnecessary creation of atoms r=hyatt
(around 20% speedup to mailnews tree scrolling)
git-svn-id: svn://10.0.0.236/trunk@67143 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-26 00:50:48 +00:00
evaughan%netscape.com
ff486e57f1
1) StyleChange coelescing
...
2) Warning fixes
3) Table fixes
git-svn-id: svn://10.0.0.236/trunk@67099 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 07:10:48 +00:00
bryner%uiuc.edu
d505a018fe
Reorganizing the mousewheel code, and in the process fixing bug 36886 and
...
working around bug 32344. Also removing some old #ifdef code that is not
going to be used.
git-svn-id: svn://10.0.0.236/trunk@67093 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 06:25:43 +00:00
troy%netscape.com
2831676fb5
Reinstated clipping code which had been backed out because it caused
...
a problem for XUL layout. I added a workaround for the XUL problem
git-svn-id: svn://10.0.0.236/trunk@67078 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 04:43:11 +00:00
danm%netscape.com
3db6ec44d3
add null check for target document while positioning popups. bug 35643
...
git-svn-id: svn://10.0.0.236/trunk@67025 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-25 01:44:53 +00:00
putterman%netscape.com
d5555765e3
Backing out troy's changes to fix various UI blocker bugs.
...
git-svn-id: svn://10.0.0.236/trunk@67002 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-24 22:29:06 +00:00
putterman%netscape.com
8237a54fdd
Backing out troy's changes to fix various UI blocker bugs.
...
git-svn-id: svn://10.0.0.236/trunk@67000 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-24 22:21:56 +00:00
putterman%netscape.com
97e6e61f3c
Backing out troy's changes to fix various UI blocker bugs.
...
git-svn-id: svn://10.0.0.236/trunk@66999 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-24 22:15:55 +00:00
joki%netscape.com
8aabc79a05
fixes for 5995, 7304, 10573, 22832, and 9668.
...
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
git-svn-id: svn://10.0.0.236/trunk@66958 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-24 04:41:27 +00:00
dcone%netscape.com
738deb408a
Put in the Tiling call from the RenderingContextImpl.
...
git-svn-id: svn://10.0.0.236/trunk@66956 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-24 04:36:05 +00:00
pollmann%netscape.com
4845051437
Bug 36830: Revert a small part of the fix for bug 33203 that was breaking observer notification.
...
git-svn-id: svn://10.0.0.236/trunk@66941 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-23 23:54:29 +00:00
mstoltz%netscape.com
a8b220b370
Backing out changes until I can figure out why it's crashing on startup.
...
git-svn-id: svn://10.0.0.236/trunk@66937 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-23 21:25:39 +00:00
mstoltz%netscape.com
85e8a5b8e2
Fixes for bugs 27010, 32878, 32948.
...
git-svn-id: svn://10.0.0.236/trunk@66935 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-23 20:30:29 +00:00
attinasi%netscape.com
ce64bdd8ed
Removed warnings: very basic changes
...
git-svn-id: svn://10.0.0.236/trunk@66933 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-23 19:06:37 +00:00
scc%netscape.com
21b4d298b9
making string conversions explicit
...
git-svn-id: svn://10.0.0.236/trunk@66932 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-23 19:04:37 +00:00