jaggernaut%netscape.com
4b124e2b27
Bug 141455: hang when selecting text and right-clicking on page. r=akkana, sr=alecf
2002-05-01 20:52:29 +00:00
dbaron%fas.harvard.edu
22f523a65f
Remove ClearUndisplayedContentMap hack from ReconstructStyleData (expanded for bug 118014; see bug 136728). Fix multiple content inserted notifications from XBL (the real cause of bug 118014) by checking the undisplayed content map in addition to the primary frame map. Fix FrameManager::GetUndisplayedContent to work correctly, and remove code in nsCSSFrameConstructor::AttributeChanged that was working around its brokenness. b=136704 sr=waterson r=attinasi
2002-05-01 00:36:50 +00:00
dbaron%fas.harvard.edu
814b3d3030
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
2002-05-01 00:17:04 +00:00
dbaron%fas.harvard.edu
a9f4662b47
Add command-line tool for parsing CSS files. b=139943 sr=waterson r=attinasi
2002-05-01 00:03:57 +00:00
jkeiser%netscape.com
2ad84031df
Allow form submit with javascript URI to call submit() within the JS function. bug 139798, r=alexsavulov@netscape.com, sr=attinasi@netscape.com
2002-04-30 23:21:58 +00:00
shaver%mozilla.org
c8b098d7dc
Fix Forte bustage resulting from fix for 124335 (private, unused |operator new|
...
not returning a value). Trading for warnings on gcc, which would really
rather have me throw an exception.
2002-04-30 12:44:49 +00:00
jkeiser%netscape.com
3c63d14dc0
Fix stupid-Mac-OSX-compiler crasher. bug 134934, r=saari@netscape.com, sr=attinasi@netscape.com
2002-04-30 08:03:01 +00:00
pavlov%netscape.com
7b331284f5
bug 133217. r=biesi sr=ben. fixes problem where imagelib will reload images when it shouldn't due to the wrong pointer address being passed in
2002-04-29 21:59:32 +00:00
shaver%mozilla.org
e262a505d5
Use an nsFixedSizeAllocator to legalize the bit-packing's assumption that
...
all nsXULAttributes pointers will be 8-byte aligned. Bug 124335, r=brendan,
sr=waterson.
2002-04-29 21:28:29 +00:00
alecf%netscape.com
09ce09edfb
fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
...
r=jag, sr=darin
2002-04-29 20:29:54 +00:00
glazman%netscape.com
72856d1943
The 'lighter' CSS value was not output in STYLE attributes because of a bug in |nsCSSProps::SearchKeywordTableInt|
...
This routine was stopping on negative values but there are some negative values defined in nsStyleConsts.h
b=137061, r=caillon, sr=kin
2002-04-29 09:39:55 +00:00
badami%netscape.com
e1ece0f4b5
bug 122877 r=bratell sr=jst a=asa patch=t_mutreja@yahoo.com
...
case insensitive matching for attributes (HREF != href)
2002-04-29 06:20:58 +00:00
racham%netscape.com
4b080db09c
Fixing bug 140183. Checking ShowProgress dialog attribute and pref as printing is done. Patch by Rod Spears. r=danm,bhuvan sr=sspitzer
2002-04-28 01:43:23 +00:00
darin%netscape.com
1b1677bbe9
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
bryner%netscape.com
58860e4a73
Fix shift-tabbing in the case where the first focusable element in the page has a non-text child node. Bug 136495, r=aaronl, sr=jst.
2002-04-27 01:20:48 +00:00
peterv%netscape.com
3eb57921b7
Fix for bug 140060 (ReplaceChild on a document's documentElement fails). r=bz, sr=jst.
2002-04-26 21:52:48 +00:00
bryner%netscape.com
1e3a8301f8
Removing old XBL form control images. Not part of the build.
2002-04-26 21:12:19 +00:00
caillon%returnzero.com
41eb1a590f
139343, zapping build warnings from computed style. r=bzbarsky,sr=jst
2002-04-26 18:10:14 +00:00
jkeiser%netscape.com
4b1b2f41c6
Make iframe not load on DemoteForm and not load when iframe is removed from tree (bug 138900). r=peterv@netscape.com, sr=jst@netscape.com
2002-04-26 03:24:32 +00:00
jst%netscape.com
79607afb88
Fixing Txul regression bug 138012. Make docshells always accessible through box objects and load about:blank when no src is specified on a frame. Eliminate creation of synthetic documents when they're not needed. r=peterv@netscape.com, sr=jaggernaut@netscape.com
2002-04-25 23:04:52 +00:00
jst%netscape.com
50fb858397
Fixing regression bug 139870. Don't crash when running into framesets/iframes that are too deeply nested. r=peterV@netscape.com, sr=heikki@netscape.com
2002-04-25 22:06:49 +00:00
peterv%netscape.com
2ecb4f468a
Fix for bug 129006 (Invalid xml crashes mozilla after reload [@nsXMLContentSink::Observe]). r=Pike, sr=jst.
2002-04-25 11:58:08 +00:00
bryner%netscape.com
eb12be0785
Backing out the patch for bug 136495 because it caused regression bug 139801.
2002-04-25 05:59:02 +00:00
seawood%netscape.com
ce9e9903a5
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
sicking%bigfoot.com
dfb6b8441a
bug 137399: Make removeAttribute work again for html-elements not in main doc-tree
...
r=glazou sr=jst
2002-04-24 22:08:05 +00:00
rods%netscape.com
3f917cef76
printing properties must be moved to global jar
...
Bug 138026 r=dcone sr=attinasi a=judson adt=putterman
2002-04-24 13:15:13 +00:00
bryner%netscape.com
e9b7d3a74d
Fix for shift-tabbing out of the document into the URL bar (the tab-from-caret code was getting confused in this case). Bug 136495, r=aaronl, sr=ben.
2002-04-24 09:11:50 +00:00
mkaply%us.ibm.com
ab00d600d8
#124164
...
r=pedemont, sr=blizzard
OS/2 only - get rid of OS/2 specific setting of form fonts
2002-04-24 04:03:49 +00:00
jst%netscape.com
fb663fd36b
Fixing regression bug 138663. Cached mail compose windows open up blank. r=harishd@netscape.com, sr=jband@netscape.com
2002-04-24 00:33:56 +00:00
rods%netscape.com
280ed1ead8
mOrigDCScale needs to come from the previous PrintData object or it will continue to get smaller
...
Bug 139459 r=dcone sr=attinasi
2002-04-24 00:26:54 +00:00
smontagu%netscape.com
71fb2b2b8c
ArabicShaping() shouldn't assume that the input and output is in visual order. Bug 137871. r=ftang, sr=attinasi
2002-04-24 00:26:49 +00:00
smontagu%netscape.com
c899f736aa
Move HandleNumbers() from nsBidiPresUtils to nsBidiUtils. Bug 137857. r=ftang, sr=attinasi
2002-04-23 23:29:18 +00:00
pinkerton%netscape.com
46cb7f97ed
add first stage of dragging images. advertise os-native image format to other applications. r=ccarlen/sr=alecf. bug# 138049
2002-04-23 14:24:48 +00:00
peterv%netscape.com
b3e57ba3f1
Forgot to make this minor change that jst requested to my fix for bug 135895 (XHTML <style> element not working).
2002-04-23 12:44:30 +00:00
rods%netscape.com
01ca5e68e4
Make the UI scrollbars now scale in PrintPreview. We are having to do all this rather bizarre
...
stuff because the scrollbars in the document share all the same code and style contexts of the UI scrollbars
Bug 120616 r=dcone sr=attinasi
2002-04-23 12:05:43 +00:00
jst%netscape.com
bd4273a092
Fixing bugs 138138 and 138663. Making boxobjects clear their presentation related data when a XUL document is hidden. r=jkeiser@netscape.com, sr=rpotts@netscape.com
2002-04-22 23:48:14 +00:00
jst%netscape.com
ed0376e885
Fixing printing crash bug 127891. Make the destruction of printing related frames not hide iframe's document viewers. r=rods@netscape.com, sr=rpotts@netscape.com
2002-04-22 23:12:18 +00:00
jkeiser%netscape.com
3e106ff9de
Fix Tinderbox popups not appearing (bug 138676), jst's patch, r=jkeiser, sr=heikki
2002-04-20 19:22:51 +00:00
caillon%returnzero.com
5bdc053b13
Bug 113273. Implement computed style for '-moz-appearance', '-moz-box-*', '-moz-float-edge', and '-moz-user-*'. r=bzbarsky, sr=jst
2002-04-20 14:30:57 +00:00
dbaron%fas.harvard.edu
e8e6e736fe
Fix assertion when typing over a selection. b=137556 sr=kin r=bryner
2002-04-20 12:36:45 +00:00
jaggernaut%netscape.com
43c849a706
Backing out joki's checkin for bug 124990 (at his request) since this breaks some stuff on linux.
2002-04-20 01:48:32 +00:00
jst%netscape.com
658cabf59e
Fixing typo in a comment...
2002-04-19 23:56:45 +00:00
jst%netscape.com
0d418fca3c
Fixing regression bug 138540. Make iframe's with scrollbars='no' not have scrollbars. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-04-19 23:55:45 +00:00
bzbarsky%mit.edu
a4982e7979
Fix the "style rules" display for display:table elements. Bug 122557,
...
r=caillon, sr=hewitt
2002-04-19 22:29:24 +00:00
gerv%gerv.net
8ac92b6724
Bug 3935 - mozilla-native psuedo classes and properties should be marked as such. This fixes a number of them; still a few more to do. Patch by gerv, r=dbaron, sr=jst, a=asa.
2002-04-19 08:07:11 +00:00
mkaply%us.ibm.com
d4ee67dff6
OS/2 bustage - forgot to remove it in header
2002-04-19 06:05:03 +00:00
joki%netscape.com
561d97d9b1
Fix for bug 124990 , Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
...
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface). These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:53:22 +00:00
joki%netscape.com
ab75e3f4ce
Fix for bug 124990, Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
...
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface). These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:52:01 +00:00
mkaply%us.ibm.com
e0aa6275ba
OS/2 bustage - no PR_CALLBACK here
2002-04-19 02:33:00 +00:00
jst%netscape.com
205174c030
Fixing bug 98654. Make document.write() not cancel earlier location.href=...'s when both are done from the same script. r=bzbarsky@mit.edu, sr=vidur@netscape.com
2002-04-18 23:25:35 +00:00