yokoyama%netscape.com
2ab1b648b1
Bug 110512
...
Remove the hard-coded charset
Read a default charset from Pref
/r=jbetak; /sr=brendan
2001-11-21 23:28:19 +00:00
jst%netscape.com
474c8446f1
Removing dead code.
2001-11-21 13:06:18 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
jst%netscape.com
725eaee4fd
Checking in Fabian's <hidday@geocities.com> patch for bug 6052. Make element.nodeValue return null in stead of empty string. sr=jst@netscape.com, no reviewer, trivial change
2001-11-21 09:20:52 +00:00
jst%netscape.com
3161bda08b
Fixing bug 110924. Speeding up HTMLContentSink::AddAttributes() and nsGenericHTMLElement::IsEventName(). r=bzbarsky@mit.edu, sr=waterson@netscape.com
2001-11-21 09:10:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
dbaron%fas.harvard.edu
43129c454a
Bug 109431: Speed up ID selector matching, mainly by using nsDependentString instead of nsAutoString. Patch by rjesup and me. Bug 110815: Avoid an unneeded QI from nsICSSStyleRule to nsIStyleRule, which it inherits. r=jag sr=hyatt
2001-11-21 03:30:44 +00:00
dbaron%fas.harvard.edu
a35e4effec
Speed up HTMLAttributesImpl::HasClass, mostly by using nsDependentString instead of nsAutoString. Patch by rjesup and me. r=jag sr=jst b=109416
2001-11-21 03:27:14 +00:00
attinasi%netscape.com
cbe5e79c3e
Stop stripping whitespace from image map name. b=87050 r=kmcclusk sr=attinasi (checked in for David Einstein)
2001-11-20 22:53:59 +00:00
joki%netscape.com
d145b192ee
Fix for 108104, prevent key/mouse events from untrusted scripts to spoof UI into thinking it got real native events. r:saari,sr:jst
2001-11-20 08:40:54 +00:00
aaronl%netscape.com
3667bef2b8
Bug 109851, bug 108629, bug 109921, bug 109977, bug 109153, bug 109187, bug 109213, bug 109221. Check in latest XUL accessibility support - menus, <colorpicker>, <progressmeter>, <groupbox>, mixed states for checkboxes, buttons that can be 'checked' ie pressed down, fixes extra MSAA events being generated, couldn't see HTML content
2001-11-20 02:05:26 +00:00
bzbarsky%mit.edu
875a2f3f41
Check the mimetype on the stylesheet channel and only
...
load the sheet if the type is text/css (strict mode change
only). bug 46225, r=dbaron, sr=attinasi
2001-11-19 20:30:29 +00:00
jst%netscape.com
f4f4bb561c
Checking in John Keiser's fix for bug 110613, problems with file inputs. r=peterv@netscape.com, sr=jst@netscape.com
2001-11-19 10:35:52 +00:00
timeless%mac.com
dfa8594725
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
pchen%netscape.com
ce17633d5e
bug 20943, r=rods, sr=ben, remove ifdef XP_WIN || XP_UNIX in PrintPreview() since I'm turning it on for mac
2001-11-18 07:59:55 +00:00
jst%netscape.com
b9b74ae3bc
Fixing part of bug 62536. Make element.scrollHeight and scrollWidth work correctly and making element.scrollIntoView() work even for elements inside nested scrollable views. r=hidday@geocities.com, jkeiser@iname.com, sr=attinasi@netscape.com
2001-11-18 06:04:17 +00:00
tingley%sundell.net
76cb2633ad
Speed up natural order comparisons and in-order insertions in
...
XULSortService (=> faster bookmark menu building).
bug 105783, r=rjc, sr=waterson.
2001-11-17 17:17:24 +00:00
danm%netscape.com
d939e356aa
more changes to make xmldoc.createElementNS() create the correct type of element (and fix tinderbox mac bustage)
2001-11-17 06:18:04 +00:00
jst%netscape.com
26aced2e47
Checking in Alex Fritze's (alex.fritze@crocodile-clips.com) changes to make xmldoc.createElementNS() create the correct type of element. r=hidday@geocities.com, sr=me (and slight modifications done by me).
2001-11-17 05:32:30 +00:00
danm%netscape.com
bac55f74f8
stop extraneous reallocation and leak of namespace manager in Reset. r=dbaron,jst
2001-11-17 05:20:35 +00:00
rbs%maths.uq.edu.au
46d52b2fe0
bug 110417 - no need to special-case the viewsource protocol anymore since security now knows about it. r=bzbasrky sr=jst
2001-11-17 02:36:05 +00:00
bzbarsky%mit.edu
be96ac278e
Make various location.href and anchor href properties writable (NS4
...
compat). Patch from Christian Biesinger (cbiesinger@web.de ),
r=bzbarsky, sr=jst
2001-11-17 02:23:22 +00:00
morse%netscape.com
21e9ebf9aa
bug 104894, parsing p3p compact policies, r=harishd, sr=alecf
2001-11-16 15:05:53 +00:00
blakeross%telocity.com
17250513b5
110145 - Using the mouse wheel crashes when there's no target content. Scroll the focused content when the cursor is outside the window. r=ben sr=hewitt
2001-11-16 04:52:16 +00:00
bzbarsky%mit.edu
b864a943eb
Make SetInnerHTML use the right parser mode (ie strict for strict
...
documents instead of always quirks). Bug 106565, r=harishd, sr=jst
2001-11-16 04:48:30 +00:00
jst%netscape.com
0295db23a3
Fixing bug 110242. Huge unsigned interger + another huge unsigned integer will wrap, and that caused a crash in this code. r=rayw@netscape.com, sr=vidur@netscape.com
2001-11-16 03:01:29 +00:00
jkeiser%iname.com
04fcb88305
Fix textboxes not showing up in Print and Print Preview (bug 109914). r=sicking@bigfoot.com;sr=jst@netscape.com
2001-11-16 02:38:10 +00:00
dbaron%fas.harvard.edu
aa1accc381
Reduce bloat by eliminating nsString member variable (size of nsString and double-on-fault growth). r=jag sr=hyatt b=109963
2001-11-16 02:17:04 +00:00
danm%netscape.com
e93ae4af13
adding an nsILoadGroup parameter to nsIDocumentLoaderFactory::CreateBlankDocument and cleaning up its implementation. Should be good to go now. bug 88229 r=jst,rpotts
2001-11-16 02:08:09 +00:00
danm%netscape.com
5d0c1a7e46
adding nsIDocument::ResetToURI and refactoring Reset. bug 88229 r=jst,rpotts
2001-11-16 02:03:50 +00:00
danm%netscape.com
da49b2c24a
adding nsIDocument::ResetToURI. bug 88229 r=jst,rpotts
2001-11-16 02:03:19 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
rods%netscape.com
4fad19c03c
Added an assert and an if to protect from crashing and help discover what is happening
...
during print preview (it's ok the shell is null, but why do we get a focus event?)
Bug 109567 r=dcone sr=attinasi
2001-11-15 13:15:54 +00:00
dbaron%fas.harvard.edu
44faa22b51
Avoid pointless nsAutoString construction and extra copy. b=109250 r=jag sr=jst
2001-11-15 07:47:39 +00:00
hyatt%netscape.com
f583fd60ce
MIssed a spot in 109261. same reviewers apply as for previous checkin of bug fix.
2001-11-15 07:31:13 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
waterson%netscape.com
55cd24340a
Bug 101982. Fix onbroadcast handler. r=cmanske, sr=hyatt
2001-11-15 02:46:29 +00:00
cmanske%netscape.com
a5862befb9
Use 1000 as limit for HR size, b=102051, r=brade, sr=jst
2001-11-14 22:27:58 +00:00
rods%netscape.com
f583991209
Added image animation mode constants to imgIContainer.IDL,
...
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (changes from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 14:03:09 +00:00
peterv%netscape.com
31224e7a3c
Clean up project (put files in subfolders where they belong).
2001-11-14 13:50:15 +00:00
peterv%netscape.com
58ca89c7bd
Fix for bug 105452 (Annoying assert when outputing DOM to HTML source). r=cmanske, sr=kin.
2001-11-14 13:47:49 +00:00
rods%netscape.com
89d3d93418
Rename some bools, there is now one for when PP is being created and one for when it is in PP mode.
...
It now can turn on/off animated gifs and calling PP toggles it on and then call it again toggles it off
Bug 2586 r=dcone sr=attinasi
2001-11-14 11:24:03 +00:00
hewitt%netscape.com
d965b16246
108757 - dispatch DOM events for mouse wheel scrolling, r=?, sr=?
2001-11-14 10:06:21 +00:00
hyatt%netscape.com
94bb279ce6
Inline PeekStyleData for 109261.
2001-11-14 08:29:11 +00:00
hyatt%netscape.com
b69ed06ca6
Perf and footprint opt. Make style re-resolution cheaper. r=glazou, sr=hewitt, bug 109261
2001-11-14 08:19:13 +00:00
dbaron%fas.harvard.edu
a2b7315638
Fix assertions that I caused with my previous checkin. sr=hyatt
2001-11-14 08:17:19 +00:00
dbaron%fas.harvard.edu
e033409445
Reduce string copying by using |operator+| to form dependent concatenations. b=106153 r=jag sr=hyatt
2001-11-14 01:38:55 +00:00
dbaron%fas.harvard.edu
1e0c08dcfb
Reduce allocations by using the buffering in nsXMLContentSink. b=106153 r=jag sr=hyatt
2001-11-14 01:37:43 +00:00
bzbarsky%mit.edu
0dce65ed23
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
dbaron%fas.harvard.edu
1a55605c30
Adding newline to end of file to fix HP bustage.
2001-11-13 07:59:24 +00:00