bzbarsky@mit.edu
|
295ac223f1
|
Make sure to process style updates before reflow, and both before painting. Bug 375436, r+sr=roc, a=dbaron
|
2007-08-21 19:57:06 -07:00 |
|
bzbarsky@mit.edu
|
0102a642c5
|
Don't play games with the <meta> tag when not serializing an entire document. Bug 390735, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=bzbarsky, a=jst
|
2007-08-10 17:38:53 -07:00 |
|
bzbarsky@mit.edu
|
96ec7b6a69
|
Make NS_CheckContent(Load|Process)Policy only take a principal, not a principal and a uri. Get the URI from the principal. Bug 391438, r+sr+a=sicking
|
2007-08-09 22:35:08 -07:00 |
|
bzbarsky@mit.edu
|
73073f4f3b
|
Use the principal doing the load to decide on the URI to pass to content policies. This will help do the right thing for data:/javascript:/about:blank, as well as allow us to skip content policies altogether if the caller is system. Bug 388597, r+sr=sicking
|
2007-08-07 18:16:09 -07:00 |
|
aaronr@us.ibm.com
|
e97413050d
|
change nsIAttribute so it can be used by extensions 390480, r+sr=bz a=jst
|
2007-08-07 16:01:57 -07:00 |
|
jonas@sicking.cc
|
24c4c1d539
|
Bug 389508: Cross site XMLHttpRequest. r=jst/biesi sr/dveditz/biesi
|
2007-07-26 19:49:18 -07:00 |
|
mattwillis@gmail.com
|
e221e29198
|
reverting 1.34 - meant for trunk
|
2007-07-26 17:21:01 -07:00 |
|
mattwillis@gmail.com
|
99b92bd703
|
bug 389739 - Add IDL constants for XMLHttpRequest readyStates. r/sr=bzbarsky
|
2007-07-26 17:12:58 -07:00 |
|
jonas@sicking.cc
|
13974dde1b
|
backout due to orange
|
2007-07-26 16:34:22 -07:00 |
|
jonas@sicking.cc
|
29f28d46a0
|
Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi
|
2007-07-26 15:20:29 -07:00 |
|
Olli.Pettay@helsinki.fi
|
81c89897e3
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 07:16:19 -07:00 |
|
Olli.Pettay@helsinki.fi
|
ad51500682
|
Bug 275196, xml:id, r=sicking, sr=dbaron
|
2007-07-26 05:22:01 -07:00 |
|
jst@mozilla.org
|
dadc7c619b
|
Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc
|
2007-07-25 21:14:33 -07:00 |
|
dcamp@mozilla.com
|
bb10d2d59f
|
add a sendAsBinary() method to XMLHttpRequest (for sending data from an <input type=file> element, among other things). b=371432, r+sr=jonas
|
2007-07-24 21:53:21 -07:00 |
|
dcamp@mozilla.com
|
67423b50ef
|
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
|
2007-07-24 21:29:47 -07:00 |
|
roc+@cs.cmu.edu
|
c2ec402960
|
Bug 336959. Use Pango to break inside Thai/Lao runs. Patch by Theppitak Karoonboonyanan, r+sr=roc
|
2007-07-18 20:26:51 -07:00 |
|
longsonr@gmail.com
|
0a705dae4d
|
Bug 384409 - Create a common GetContextForContent method in nsContentUtils and use it in nsScriptElement and svg. r=tor,r+sr=jonas
|
2007-07-13 01:49:07 -07:00 |
|
bzbarsky@mit.edu
|
a4c90a1d9d
|
Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute. Bug 315920, r=dbaron,
sr=sicking.
|
2007-07-12 13:05:45 -07:00 |
|
masayuki@d-toybox.com
|
af31f107a5
|
Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all r+sr=roc
|
2007-07-12 08:52:51 -07:00 |
|
peterv@propagandism.org
|
2fb0fc711a
|
Fix for bug 386496 (Clicking on link in designMode document does follow that link now). r/sr=bz.
|
2007-07-11 06:05:05 -07:00 |
|
neil@parkwaycc.co.uk
|
11ed13d71f
|
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
|
2007-07-11 01:46:44 -07:00 |
|
jwalden@mit.edu
|
eb1d6df056
|
Bug 387503 - Convert nsINode bits to an anonymous enum, and make a macro into an inline function for better debugging. rs=sicking
|
2007-07-10 15:49:42 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
Olli.Pettay@helsinki.fi
|
2feaae333d
|
Bug 386802, Mutation events always fired during setting of innerHTML, r+sr=bz
|
2007-07-04 13:39:10 -07:00 |
|
bzbarsky@mit.edu
|
bdded13f7c
|
Propagate the principal responsible an image load all the way to
CanLoadImage/LoadImage in nsContentUtils, and use it for security checks
there. Bug 310165, r=sicking, sr=dbaron
|
2007-07-03 11:45:39 -07:00 |
|
roc+@cs.cmu.edu
|
f89a82a7f6
|
Bug 386548. Remove nsTextTransformer. r+sr=mats
|
2007-07-02 16:36:59 -07:00 |
|
dbaron@dbaron.org
|
086900c009
|
Fix leak of nsJSRuntime due to unbalanced calls of HoldScriptObject (with null argument). b=386294 r+sr=jst
|
2007-06-29 20:06:04 -07:00 |
|
peterv@propagandism.org
|
76a2c4d37f
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 19:48:16 -07:00 |
|
peterv@propagandism.org
|
0f0097ffc5
|
Backing out to fix orange.
|
2007-06-27 16:21:05 -07:00 |
|
peterv@propagandism.org
|
51dda63979
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 15:29:45 -07:00 |
|
bzbarsky@mit.edu
|
0eb40f4042
|
Make the ranges used by find code able to span anonymous content. Bug 384706,
r+sr=sicking
|
2007-06-18 20:01:03 -07:00 |
|
kherron@fmailbox.com
|
fd55a81c64
|
Bug 375314 - discriminate ping and xmlhttprequests in content policy check. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=jst, sr=peterv.
|
2007-06-17 06:50:50 -07:00 |
|
jonas@sicking.cc
|
5d6d0f52ff
|
Bug 379959: Add checks to loadBindingDocument. r/sr=jst
|
2007-06-12 14:56:06 -07:00 |
|
roc+@cs.cmu.edu
|
c71327187f
|
Not Really Part Of The Build. Update nsLineBreaker interface to allow aSink to be null, in which case the computed linebreaks are just discarded. We use this to optimize cases where no breaking is enabled and the results of linebreaking are not required. Also exposes IsSpace and IsComplexChar methods that the linebreaker specification relies on. Renamed CJK stuff to ComplexChar because it's going to include Thai and probably other languages.
|
2007-06-06 21:17:55 -07:00 |
|
roc+@cs.cmu.edu
|
ff7447834d
|
Fixing bustage
|
2007-05-30 15:36:30 -07:00 |
|
roc+@cs.cmu.edu
|
18223fc22d
|
Not part of the build. Change nsLineBreaker so that breaks at element boundaries are always governed by the white-space property on the element that's the nearest common ancestor of the DOM nodes on each side of the break point --- fixes bug 382289. Also, pass NBSP through to textruns so that whitespace trimming doesn't trim NBSP. Also, count trimmed spaces correctly when updating mClusterCount.
|
2007-05-30 15:27:27 -07:00 |
|
jonas@sicking.cc
|
a8a2928a3a
|
Bug 366417: Set up scriptloader in the nsDocument ctor to ensure that the blocker-count stays in sync with the notification depth. r/sr=bz
|
2007-05-30 13:43:41 -07:00 |
|
peterv@propagandism.org
|
98955fbcad
|
Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking.
|
2007-05-24 07:10:02 -07:00 |
|
roc+@cs.cmu.edu
|
a56819194e
|
Not Part Of The Build. Update nsTextFrameThebes whitespace handling; allow line breaking only at the end of a run of whitespace.
|
2007-05-22 16:45:47 -07:00 |
|
Olli.Pettay@helsinki.fi
|
da84b4a799
|
Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz
|
2007-05-22 14:45:03 -07:00 |
|
jonas@sicking.cc
|
941dc3b4c4
|
Bug 53901: Make sure to also release controllers when unbinding xul elements from the DOM. r/sr=bz
|
2007-05-21 15:22:51 -07:00 |
|
jonas@sicking.cc
|
9a9515bed6
|
Bug 53901: Don't set is-in-doc flag on cloned XUL nodes. r/sr=jst
|
2007-05-15 18:13:47 -07:00 |
|
Olli.Pettay@helsinki.fi
|
e46f507021
|
Remove rest of nsIDOMEventReceivers, Bug 363089, r+sr=jst
|
2007-05-15 01:50:33 -07:00 |
|
peterv@propagandism.org
|
cf3c4a0ecf
|
Fix for bug 324871 (UserData can cause reference cycles). r/sr=sicking.
|
2007-05-12 08:36:28 -07:00 |
|
Olli.Pettay@helsinki.fi
|
3c2b2f46ce
|
Bug 378390, Use a bit to track whether the binding manager has a pointer to an element, r+sr=peterv
|
2007-05-11 11:34:12 -07:00 |
|
jonas@sicking.cc
|
36cb23b6c1
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-10 13:21:12 -07:00 |
|
jst@mozilla.org
|
bdfbc4a316
|
Backing out Jonas' last changes due to tinderbox orange, per Jonas' request.
|
2007-05-09 17:42:33 -07:00 |
|
jonas@sicking.cc
|
ccae61e56a
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-09 16:33:28 -07:00 |
|
bzbarsky@mit.edu
|
a78167f98d
|
Store the charset we had when we were written into when document.open()happens. Then restore that as the document charset when loading from a wyciwygchannel, instead of just claiming to be UTF-16. Bug 255820, r+sr=jst
|
2007-05-08 19:47:58 -07:00 |
|
jonas@sicking.cc
|
1c214cc3a2
|
back out last patch since leaks went through the roof
|
2007-05-07 18:03:08 -07:00 |
|