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 |
|
Olli.Pettay@helsinki.fi
|
d023c05d44
|
Bug 373911, r=bz, sr=dbaron, a=1.9+
|
2007-08-21 14:45:00 -07:00 |
|
dbaron@dbaron.org
|
1e507496e8
|
Fix leak when two documents race to load the same script (but leave for later fixing that we load the same script twice). b=392542 r=enndeakin sr=bzbarsky a=roc
|
2007-08-21 09:47:48 -07:00 |
|
martijn.martijn@gmail.com
|
bbcebbd0c2
|
Let only top level documents call this code, bug 391043, r=jst, sr=bzbarsky, a=dbaron
|
2007-08-20 23:44:43 -07:00 |
|
bzbarsky@mit.edu
|
a65e95ce03
|
Make <object> do the same text/plain sniffing that <iframe> does, and use the content type hint if the type comes back as application/octet-stream or sniffed-binary. Bug 389677, r+sr=biesi, a=sicking
|
2007-08-20 20:26:12 -07:00 |
|
bzbarsky@mit.edu
|
b20e634109
|
Don't make getting .selected change what .selected returns in the future. Bug 391994, r+sr+a=sicking
|
2007-08-20 20:24:11 -07:00 |
|
bzbarsky@mit.edu
|
03372522d9
|
Make HTML content objects use QI tables. Bug 389797, r+sr=jst, a=sicking.
|
2007-08-20 15:55:06 -07:00 |
|
cbiesinger@gmx.at
|
f626a42e8c
|
bug 392117 pass lowercase strings to LowerCaseEqualsLiteral r+sr=sicking
|
2007-08-20 10:27:47 -07:00 |
|
Olli.Pettay@helsinki.fi
|
9ecfe06bd0
|
Bug 319374, XPath should ignore changes to anonymous content, r+sr=sicking, a=1.9+
|
2007-08-19 22:53:02 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7258de185d
|
Mochitest for bug 288392, DOMSubtreeModified event does not fire at all
|
2007-08-17 16:53:23 -07:00 |
|
neil@parkwaycc.co.uk
|
92d0a0560b
|
Don't stomp on observers when we're not expecting it b=391614 r+sr=bz a=dbaron
|
2007-08-16 16:07:39 -07:00 |
|
Olli.Pettay@helsinki.fi
|
3cb3aeeda7
|
Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler, remove XXX, r+sr=jst, a=1.9+
|
2007-08-16 14:46:33 -07:00 |
|
Olli.Pettay@helsinki.fi
|
2eb6dc5b73
|
Bug 277890, disabling BUTTON after form.submit() prevents submission, r+sr=bz, a=1.9+, mochitest by ispiked@gmail.com
|
2007-08-16 14:10:29 -07:00 |
|
enndeakin@sympatico.ca
|
aef0ee7c4d
|
Bug 385275, handle tab navigation in popups properly, r+sr=roc
|
2007-08-15 18:09:58 -07:00 |
|
neil@parkwaycc.co.uk
|
1eddf617ec
|
Backout of unapproved patch to bug 391614
|
2007-08-15 06:45:24 -07:00 |
|
smontagu@smontagu.org
|
30e73a1db8
|
Add docCharsetIsForced member to nsIDomWindowUtils. Bug 391631, r+sr=bz, a=jst
|
2007-08-11 11:37:16 -07:00 |
|
neil@parkwaycc.co.uk
|
676ca6ea97
|
Don't let observers observe the observes (or command) attribute b=391614 r+sr=bz
|
2007-08-11 04:42:16 -07:00 |
|
aaronleventhal@moonset.net
|
51bad91330
|
Fixing bustage
|
2007-08-10 19:06:33 -07:00 |
|
aaronleventhal@moonset.net
|
4c1685120f
|
Bug 390692. Fix live region support to provide useful information on the node that's being shown or hidden, or has a text change event. r=ginn.chen, sr=roc, a=roc
|
2007-08-10 18:44:44 -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
|
c466dc3f79
|
Switch the order of Content-Disposition and Content-Type headers for non-file parts of multipart form submissions to match that for files. Apparently some server software depends on the order of the MIME headers! Bug 116346 followup, r+sr=jst
|
2007-08-10 17:32:33 -07:00 |
|
dbaron@dbaron.org
|
c50f0447f9
|
Add nsPresContext and nsEventStateManager to cycle collection. b=385376 r=Olli.Pettay sr=jst a=jst
|
2007-08-10 14:25:24 -07:00 |
|
peterv@propagandism.org
|
e503287f65
|
Fix for bug 387380 (No visible caret when caret browsing). r=smaug, sr=jst, a=dbaron.
|
2007-08-10 06:19:13 -07:00 |
|
enndeakin@sympatico.ca
|
e400c46775
|
Bug 390420, select dropdowns appearing in the wrong place in some cases, r+bz,a=dbaron
|
2007-08-10 05:42:06 -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 |
|
jst@mozilla.org
|
73674fd85b
|
Fixing bug 389911. Removing nsIScriptGlobalObject::Get/SetGlobalObjectOwner() as it's not needed any more. r+sr=peterv@propagandism.org
|
2007-08-09 15:30:30 -07:00 |
|
bzbarsky@mit.edu
|
e95c66ecef
|
Fixing test
|
2007-08-09 12:54:25 -07:00 |
|
bzbarsky@mit.edu
|
0905dde51a
|
Another test.
|
2007-08-09 11:58:37 -07:00 |
|
bzbarsky@mit.edu
|
385015ba6e
|
Remove windows newlines that snuck in
|
2007-08-09 11:45:32 -07:00 |
|
bzbarsky@mit.edu
|
b73c8f1a0e
|
Adding tests contributed by jlurz24@gmail.com
|
2007-08-09 11:43:35 -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 |
|
mats.palmgren@bredband.net
|
07a2d5f8f3
|
Use NS_IMPL_ISUPPPORTS macros where possible. b=387211 r=neil sr=dbaron a19=pavlov
|
2007-08-07 08:18:36 -07:00 |
|
bzbarsky@mit.edu
|
0781ce3df5
|
Keep track of both the first submit in elements and the first submit not in elements, to speed up some operations. Bug 352980, r+sr+a=jst
|
2007-08-06 19:07:24 -07:00 |
|
cbiesinger@gmx.at
|
6b6b771bea
|
Bug 390385 make sure that plugins don't get instantiated before the first Reflow of the objectframe, so that the first NPP_SetWindow call contains the right dimensions r+sr=bz
|
2007-08-06 17:32:14 -07:00 |
|
benjamin@smedbergs.us
|
f8759d93ca
|
Bug 387132 followup - build the reftest-fast tool correctly with libxul, r=vlad a=only functional change is NPOB
|
2007-08-06 13:13:19 -07:00 |
|
cbiesinger@gmx.at
|
3416bd0451
|
364235 don't instantiate plugins for URLs with unknown schemes unless we also have a type specified r+sr=bz
|
2007-08-06 11:02:14 -07:00 |
|
jwalden@mit.edu
|
8e969971b9
|
Fix Thunderbird/--disable-svg bustage from bug 379178. rs=jwatt
|
2007-08-06 11:00:01 -07:00 |
|
bzbarsky@mit.edu
|
d85872ea5d
|
Hoist the code for handling class and id up from nsGenericHTMLElement to the newly-created nsStyledElement so that it can be reused by MathML and to some extent by SVG. Bug 379178, patch by Daniel Kraft <domob@daniel-kraft.net>, r=jwatt for the SVG changes, r+sr=sicking for the rest, a=dsicore
|
2007-08-06 08:27:19 -07:00 |
|
benjamin@smedbergs.us
|
0e047142a4
|
Bug 386025 - Expose cycle-collection symbols, r=graydon
|
2007-08-06 07:34:02 -07:00 |
|
ginn.chen@sun.com
|
9a8c1632f4
|
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
|
2007-08-05 20:22:32 -07:00 |
|
Olli.Pettay@helsinki.fi
|
f2e98e5085
|
Bug 389694, r+sr=jst, a=dbaron
|
2007-08-05 06:24:30 -07:00 |
|
sharparrow1@yahoo.com
|
17adf6b19b
|
Followup to fix orange from bug 385536
|
2007-08-03 18:12:24 -07:00 |
|
sharparrow1@yahoo.com
|
74400dfa21
|
Bug 385536: a tree inside a panel doesn't respond to clicks (make clientX/Y sane). r+sr=roc, a=blocking1.9+
|
2007-08-03 17:31:42 -07:00 |
|
vladimir@pobox.com
|
0f0bb07000
|
b=339553 followup, fix an issue in windows opt builds with uninitialized data, r+a=vlad, patch=robarnold
|
2007-08-03 15:47:48 -07:00 |
|
enndeakin@sympatico.ca
|
c6fa8c5df7
|
Bug 389573, context menus opening in wrong place, affects email address menu, r+sr=bz,a=dbaron
|
2007-08-03 10:57:44 -07:00 |
|
Olli.Pettay@helsinki.fi
|
5b2545c6f2
|
Backout bug 378866, the patch doesn't handle all testcases :(
|
2007-08-03 06:06:05 -07:00 |
|
Olli.Pettay@helsinki.fi
|
908f41f6dc
|
Bug 378866, r+sr=bz, a=sicking
|
2007-08-02 23:53:01 -07:00 |
|
sharparrow1@yahoo.com
|
aa0edb581a
|
Bug 390161: Make ScreenPixelToMillimeterX/Y return result in CSS pixels. r=jwatt, sr=roc, a19=dbaron
|
2007-08-02 18:12:19 -07:00 |
|
bzbarsky@mit.edu
|
8fd955912f
|
Make debug code not assert when it shouldn't. Bug 388712, r+sr=jst, a=dbaron
|
2007-08-02 15:46:36 -07:00 |
|