dbaron%dbaron.org
ceb1e7d23b
Fix leak of mValue. b=199184 r=jkeiser sr=jst
2003-03-25 23:59:26 +00:00
alecf%netscape.com
cd15871e5d
fix dumb mac bustage - cast sizeof() to PRUint32
2003-03-25 21:23:44 +00:00
alecf%netscape.com
6e81592fb4
oops, back out a checkin that wasn't supposed to land
2003-03-25 19:59:06 +00:00
akkana%netscape.com
149fc29880
145196: a warning fix from burpmaster@truffula.net and another one from me
2003-03-25 19:51:06 +00:00
alecf%netscape.com
8c50d0242a
landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
...
sr=darin, r=dbaron
2003-03-25 18:55:59 +00:00
varga%netscape.com
a8670013de
Landing bookmarks branch. Everything except mozilla/xpfe
...
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 04:44:31 +00:00
kyle.yuan%sun.com
9c0b9d7fec
Bug 197152 AccDoAction failed with menuitem that has command (not oncommand) attribute
...
r=bryner, sr=jag
move command tag support from individual frames to nsXULElement
2003-03-25 03:15:37 +00:00
roc+%cs.cmu.edu
64131124e6
Bug 174049. Smooth scrolling. Original patch by Neil cronin. r+sr=kin
2003-03-24 05:29:45 +00:00
timeless%mozdev.org
697618b07d
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
bryner%netscape.com
e1391344c6
Move editor's key event listener, xbl commands, and typeahead find into the system event group. This allows event listeners in content to reliably cancel key events. Bug 54035, r=jkeiser and aaronl, sr=hyatt and kin.
2003-03-24 04:00:58 +00:00
jfrancis%netscape.com
d65a91cf65
fix for 187955: improvements to html fragment sink and paste code. Fixes problems seen with "Create table From Selection" and also with CF_HTML paste.
...
r=brade; sr=kin
2003-03-23 20:45:47 +00:00
dbaron%dbaron.org
f7a4afe32b
Make mkaply's bustage fix a little safer.
2003-03-22 18:34:57 +00:00
mkaply%us.ibm.com
47fa9fd754
Ports bustage - someone please correct me if I have done something horribly wrong
2003-03-22 14:31:19 +00:00
bzbarsky%mit.edu
a76184952a
This warning was never supposed to get checked in...
2003-03-22 07:57:44 +00:00
jst%netscape.com
00db1bb01f
Fixing silly placement of '||'. No code change.
2003-03-22 03:24:57 +00:00
peterlubczynski%netscape.com
b5850784ea
Creating nsMediaDocument/nsPluginDocument to make full-page
...
plugins scriptable, bug 90256 r=jkeiser sr=jst
2003-03-22 03:20:23 +00:00
peterlubczynski%netscape.com
07b7bbfa07
Creating nsMediaDocument/nsPluginDocument to make full-page
...
plugins scriptable, bug 90256 r=jkeiser sr=jst
2003-03-22 02:22:03 +00:00
alecf%netscape.com
b6584a77fb
backout my static atom patch for now until I figure out the performance loss! :(
...
bug 195262
2003-03-21 20:13:08 +00:00
heikki%netscape.com
7546a28ccf
Bug 139276, implement synchronous document.load(), r=jst, sr=darin.
2003-03-21 19:22:52 +00:00
alecf%netscape.com
f7cd8fcae5
argh fix darwin bustage.. :(
2003-03-21 16:06:20 +00:00
alecf%netscape.com
3cb283cc78
just one theory on the Ts slowdown, before I back myself out completely
2003-03-21 13:31:34 +00:00
alecf%netscape.com
be937c3d3c
augh! how did I miss these files?!
...
more for bug 195262
2003-03-21 06:52:12 +00:00
alecf%netscape.com
ecf24a2b78
fix for bug 195262:
...
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin
this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
bzbarsky%mit.edu
9d9dd599e9
Load images even if we're not associated with any document, for now, so that
...
drag/drop and copy/paste of images work. Bug 198428, r=timeless, sr=jst
2003-03-21 01:31:43 +00:00
bzbarsky%mit.edu
de9e5df295
Fix crash when viewing standalone images if images are blocked in mailnews.
...
Bug 198301, r=jkeiser, sr=jst
2003-03-20 02:03:13 +00:00
heikki%netscape.com
0ee437d7ac
Bug 182323, implemented XPointer spec, we now support the framework, shorthand syntax, element, fixptr, xpath1 and xmlns schemes, and provide a proprietary API from scripts, r=sicking, sr=peterv.
2003-03-19 23:45:42 +00:00
bzbarsky%mit.edu
56b2f64be1
rv is no longer used... (bug 83774)
2003-03-19 06:11:59 +00:00
bzbarsky%mit.edu
38989d3add
Trying to make Tp go down. Switch back to the old way of doing load events.
2003-03-19 05:38:33 +00:00
bzbarsky%mit.edu
d776b1c008
Fix OS/2 bustage. Bug 83774.
2003-03-19 04:13:37 +00:00
bzbarsky%mit.edu
2c56e0638e
Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
...
type="image"> into the content nodes and out of nsImageFrame. r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
heikki%netscape.com
74aeae05a2
Bug 198127, change cursor when on expander, r+sr=bzbarsky.
2003-03-19 01:22:01 +00:00
bzbarsky%mit.edu
13dcd19c90
More build system stuff for bug 83774. r=pavlov, sr=jst
2003-03-19 01:17:07 +00:00
bzbarsky%mit.edu
d9626bd65a
Build system changes for bug 83774. Enables the new code, but doesn't use it
...
yet. r=pavlov, sr=jst
2003-03-19 01:16:16 +00:00
bzbarsky%mit.edu
6f9799a38d
Error defs for bug 83774. r=pavlov, sr=jst
2003-03-19 01:11:23 +00:00
bzbarsky%mit.edu
e274d4eb2d
New files for bug 83774. r=pavlov, sr=jst
2003-03-19 01:08:22 +00:00
bryner%netscape.com
edb3b94597
Fix stuck tabbing through imagemaps (bug 124789) by tracking the focused frame separately from the focused content node in this case. r=jkeiser, sr=bzbarsky.
2003-03-19 00:44:17 +00:00
heikki%netscape.com
87762f8831
Bug 197966, minus sign did not change to plus when unexpanded, patch from sicking, r=jkeiser, sr=bzbarsky.
2003-03-19 00:32:46 +00:00
bryner%netscape.com
f93f9b19d2
Fix stuck tabbing through imagemaps (bug 124789) by tracking the focused frame separately from the focused content node in this case. r=jkeiser, sr=bzbarsky.
2003-03-18 23:41:44 +00:00
mkaply%us.ibm.com
b306dde0df
#198036
...
r=blizzard, sr=kin
Uninitialized variable
2003-03-18 22:18:10 +00:00
bzbarsky%mit.edu
596066a1d9
Fix crash on having a <xul:listbox> in a plain XML document. Bug 197234,
...
r=sicking, sr=jst
2003-03-18 21:18:26 +00:00
brade%netscape.com
a61e8c4ffa
use member command manager; r/sr=dbaron; bug 197583
2003-03-18 14:47:17 +00:00
bzbarsky%mit.edu
8055eacac8
s/floorf/floor/. Fixes solaris/AIX/whatever bustage
2003-03-18 08:29:00 +00:00
bzbarsky%mit.edu
1aff4d7ac8
Add math.h too
2003-03-18 06:48:04 +00:00
bzbarsky%mit.edu
4a3702559a
Fix build bustage -- looks like not all platforms have round(). r=timeless
2003-03-18 06:45:57 +00:00
bzbarsky%mit.edu
4cc14b7073
Bug 160550 -- implement -moz-hsl() (CSS3 hsl() colors). Implement the parsing end of
...
-moz-rgba() and -moz-hsla(); the GFX end is bug 147017. r+sr=dbaron
2003-03-18 05:43:12 +00:00
bzbarsky%mit.edu
68d36409fc
Don't parse "string" values for text-align till we actually support them in
...
layout... Bug 197771, r+sr=dbaron
2003-03-18 05:25:37 +00:00
bzbarsky%mit.edu
2884e64d50
Random CSS parser cleanup -- nsCOMPtr, nsCOMArray, remove unused methods, etc.
...
Bug 197512, r+sr=dbaron
2003-03-18 05:21:30 +00:00
bzbarsky%mit.edu
8c4fcee132
Fix regression bug 197823 -- scrolling state restoration broken during history
...
navigation if URL includes anchor name. Remove unnecessary and deleterious
flush. r+sr=dbaron
2003-03-18 04:09:24 +00:00
bzbarsky%mit.edu
bd5dec2fa1
AddDoctypeDecl should not enforce "doctype" being uppercase. Bug 197331, patch
...
by bugzilla@jellycan.com (Brodie Thiesfield), r=harishd, sr=jst
2003-03-17 23:24:27 +00:00
bzbarsky%mit.edu
bdbb61ee9e
IsJavascript should handle leading spaces. Bug 197345, patch by
...
bugzilla@jellycan.com (Brodie Thiesfield), r=brade, sr=bzbarsky
2003-03-17 23:18:57 +00:00