timeless%mozdev.org
c16dc8b542
Bug 330331 Building with option --disable-xul failed
...
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)
Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF
Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
git-svn-id: svn://10.0.0.236/trunk@207383 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-14 22:36:15 +00:00
sayrer%gmail.com
95b0f24a09
Bug 340554. Provide sanitizing fragment sinks for use with feeds. r=mrbkap. sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@207207 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-12 04:46:43 +00:00
dbaron%dbaron.org
b800f9aa59
Fix misuse of refcount logging. b=345157 r=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@203290 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 21:32:22 +00:00
cvshook%sicking.cc
8595903929
Bug 344895: Speed up (and clean up) range code to make inline spellcheck faster. r/sr=bz
...
git-svn-id: svn://10.0.0.236/trunk@202285 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-18 01:23:30 +00:00
peterv%propagandism.org
e0eda4916c
Fix for bug 278981 (Extension mechanism for XPath extension functions). r=sicking, sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@202020 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-13 14:21:53 +00:00
Olli.Pettay%helsinki.fi
3b18c65c0f
Bug 341245, Remove some unused box object related interfaces, r+sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@202002 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-13 09:02:05 +00:00
Olli.Pettay%helsinki.fi
b028783e45
Bug 278443, Use an Arena for NodeInfos, r+sr=sicking
...
git-svn-id: svn://10.0.0.236/trunk@201867 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-11 09:26:13 +00:00
cvshook%sicking.cc
b4cd179735
Bug 181860: Don't the external protocol handler when loading images, stylesheets, etc. r/sr=darin
...
git-svn-id: svn://10.0.0.236/trunk@200880 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 17:57:44 +00:00
peterv%propagandism.org
40c612fc40
Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz.
...
git-svn-id: svn://10.0.0.236/trunk@200030 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 20:30:44 +00:00
roc+%cs.cmu.edu
29cf24ae1d
Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@199937 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 03:20:19 +00:00
mhammond%skippinet.com.au
e96b5e495a
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
...
git-svn-id: svn://10.0.0.236/trunk@199778 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-13 03:07:47 +00:00
bugzilla%standard8.demon.co.uk
d3a0b090f7
Bug 339244 Layout won't build with --disable-inspector-apis r=benjamin,sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@198456 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 15:03:05 +00:00
benjamin%smedbergs.us
ead6ee1363
Bug 325100 - move DOMI C++ components into gklayout, r=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@198022 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 18:59:39 +00:00
benjamin%smedbergs.us
d82bf5838f
Bug 331117 - Layout module shold not shut down until all documents/windows have been released, r+sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@197983 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 09:31:57 +00:00
jst%mozilla.jstenback.com
d2e3ffe355
Fixing bug 335540. Implement whatwg webapps storage. Patch by neil@mozilla.com and jst@mozilla.com, r/sr=neil/vlad/jst.
...
git-svn-id: svn://10.0.0.236/trunk@197976 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 05:57:36 +00:00
tor%cs.brown.edu
dd77e90635
Bug 338010 - Simplify svg rect and point creation in cairo renderer. r+sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@196722 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-17 01:38:01 +00:00
cbiesinger%web.de
8d9f96359d
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@196108 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-06 17:53:51 +00:00
peterv%propagandism.org
5cf9b0e12f
Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@195434 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-26 09:19:48 +00:00
roc+%cs.cmu.edu
02b50c231a
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@195412 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-26 02:01:07 +00:00
cbiesinger%web.de
a84efa4015
bug 333640 fixing the linux cairo bustage correctly
...
git-svn-id: svn://10.0.0.236/trunk@195170 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-22 21:48:20 +00:00
cbiesinger%web.de
c831e37381
bug 333640 fixing cairo bustage
...
git-svn-id: svn://10.0.0.236/trunk@195168 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-22 21:26:13 +00:00
cls%seawood.org
88bb75ffbc
Align mingw libs linkage with msvc.
...
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp > for the patch.
Bug #334542 r=cls
git-svn-id: svn://10.0.0.236/trunk@194967 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 12:59:02 +00:00
bzbarsky%mit.edu
1b4355b69b
Make sure to clear nodeinfo cache on shutdown. Bug 332528 followup, r+sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@193421 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-03 18:32:41 +00:00
peterv%propagandism.org
85bbaab555
Fix for bug 208172 (Implement optimizable XPath - evaluateToX infrastructure). r=sicking, sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@193370 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-01 02:12:15 +00:00
pavlov%pavlov.net
5976687725
fixing mingw issues. bugs 331287, 331329, 331333. patches from cls and hans-andreas engel. r=me
...
git-svn-id: svn://10.0.0.236/trunk@193153 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 21:15:01 +00:00
cvshook%sicking.cc
a3aecc875b
Bug 329974: Share textdata for common textnode values. r/sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@192902 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-24 03:29:52 +00:00
tor%cs.brown.edu
12c864adde
Bug 330516 - remove depreciated and unmaintained SVG renderer backends.
...
r=bsmedberg, sr=roc
git-svn-id: svn://10.0.0.236/trunk@192652 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-20 21:16:45 +00:00
pavlov%pavlov.net
39afaa56de
draw image selection using thebes in cairo builds instead of tiling an image. bug 328390. r=vlad sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@192499 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-16 21:42:50 +00:00
cbiesinger%web.de
1ef2844582
bug 329140 make layout/build link to cairo when needed
...
r=vlad
git-svn-id: svn://10.0.0.236/trunk@192334 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 20:46:30 +00:00
benjamin%smedbergs.us
d03339af53
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
...
git-svn-id: svn://10.0.0.236/trunk@191576 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-02 15:22:10 +00:00
jag%tty.nl
8ddd36c2f6
Bug 328516: attempt to get AIX building again.
...
git-svn-id: svn://10.0.0.236/trunk@191474 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-01 09:36:51 +00:00
tor%cs.brown.edu
cad0e2f4e4
Bug 318597 - Implement various text, tspan and textPath DOM functions.
...
Patch by longsonr@gmail.com , r=tor, sr=jst
git-svn-id: svn://10.0.0.236/trunk@190394 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-17 21:24:30 +00:00
peterv%propagandism.org
32838fc08a
Fix for bug 315901 (Move RangeList and EventListenerManager hashes to nsContentUtils). r/sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@189306 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 14:34:10 +00:00
cbiesinger%web.de
6322c04952
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@188844 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu
31719bf3ba
Implement an nsINode interface; move some common stuff from nsIContent and
...
nsIDocument to nsINode. Bug 323311, r=sicking, sr=jst
git-svn-id: svn://10.0.0.236/trunk@187813 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-19 03:34:18 +00:00
cvshook%sicking.cc
ceaf7bdebc
Bug 323910: Merge atom lists in gklayout
...
r/sr=jst
git-svn-id: svn://10.0.0.236/trunk@187798 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-19 00:58:12 +00:00
heikki%netscape.com
28b114b24b
Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson.
...
git-svn-id: svn://10.0.0.236/trunk@186729 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-29 22:49:43 +00:00
waqar%netscape.com
fac6af7544
#=27745
...
r=pollmann
d=Adding Gecko user agent string.
git-svn-id: svn://10.0.0.236/trunk@186725 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-29 22:49:39 +00:00
cbiesinger%web.de
25ded6512e
Bug 321504 Remove unneeded uses of nsIDocumentLoader
...
r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@186591 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-26 16:45:59 +00:00
mrbkap%gmail.com
0074367f54
bug 319249: Remove the useless version of CreateRDFDocument that only had one user (and used pointers to nsCOMPtrs). r+sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@185726 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-06 01:33:15 +00:00
brettw%gmail.com
6f8da34eb9
Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@185706 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-05 18:07:33 +00:00
bzbarsky%mit.edu
cf434cba7f
Remove content ids. Bug 166637, r=sicking, sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@185376 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-29 16:47:18 +00:00
peterv%propagandism.org
f4917a6c8c
Fix for bug 314931 (Use content-specific DOMCI macros for XSLT in nsLayoutModule.cpp). r/sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@184901 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-18 13:39:43 +00:00
darin%meer.net
39a4a58990
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@184504 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-12 18:17:19 +00:00
vladimir%pobox.com
94583ffcb4
thebes/cairo backend update. windows fonts through thebes, start of pango fonts through thebes. lots of other misc fixes. win32 static build fix.
...
git-svn-id: svn://10.0.0.236/trunk@184309 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-08 20:06:16 +00:00
bsmedberg%covad.net
0679ce2b66
The extra layout/build parts of bug 304494 that I didn't checkin the first time.
...
git-svn-id: svn://10.0.0.236/trunk@184038 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-02 19:03:06 +00:00
dougt%meer.net
ab8d20953c
This fixes the NS_PRINTING configure option which got broken at some point. b=308629 r/sr=jst@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@180345 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-16 02:25:37 +00:00
bzbarsky%mit.edu
dfe3e9b0bc
Improve the CSSLoader API: make it clear which methods return results
...
sync and which return async, move the handling of alternates more completely
into the CSSLoader, make it possible for observers to tell whether the load
actually succeeded. Bug 293825, r+sr=peterv
git-svn-id: svn://10.0.0.236/trunk@180035 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-12 18:41:15 +00:00
tor%cs.brown.edu
04a88848e4
Bug 294519 - should behave the same when SVG not built, SVG pref
...
disabled, or no SVG renderer present. r=dbaron, a=asa
git-svn-id: svn://10.0.0.236/trunk@179669 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-05 20:41:57 +00:00
bzbarsky%mit.edu
0fc90867a3
Sync up the MIME type list in parser with what nsContentDLF has, and improve
...
the error handling for cases when a mismatch does happen. Bug 306502,
r=mrbkap, sr=brendan
git-svn-id: svn://10.0.0.236/trunk@179398 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 17:33:54 +00:00