asqueella@gmail.com
|
60a634698b
|
Bug 375909 - nsCanvasRenderingContext2d incorrectly calculates some coordinates (has appunits * appunits, not appunits/appunits)p=Jeremy Lea <reg@freebsd.org>r+sr=roc
|
2007-04-27 07:45:21 -07:00 |
|
tor@cs.brown.edu
|
a9bb7c0dfb
|
Bug 378508 - convert svg gradients to thebes. r=longsonr, sr=roc
|
2007-04-27 07:28:39 -07:00 |
|
asqueella@gmail.com
|
d0a8b971cc
|
378327 - minor cleanup/simplification of ForwardReferences code in nsXULDocument- move AddForwardReference and ResolveForwardReferences from nsIXULDocument tonsXULDocument, make them non-virtual.- make mForwardReferences an nsTArray<nsAutoPtr<nsForwardReference> > insteadof nsAutoVoidArray.r=smaug, sr=roc
|
2007-04-27 07:15:25 -07:00 |
|
longsonr@gmail.com
|
778acf8699
|
Bug 378857 - Simplify clipPath frame access to units. r=tor,sr=roc
|
2007-04-27 01:42:51 -07:00 |
|
bzbarsky@mit.edu
|
3e6af11b30
|
Fix long-standing XBL bug where we didn't update insertion points correctly insome cases. Bug 375299, r+sr=sicking
|
2007-04-26 21:06:45 -07:00 |
|
bzbarsky@mit.edu
|
b93abe4bf4
|
Don't unblock onload on the document if we no longer have a parser. Bug375051, r=mbkap, sr=sicking
|
2007-04-26 21:05:08 -07:00 |
|
bzbarsky@mit.edu
|
e1db306445
|
Flush tags before calling StartLayout; otherwise we might end updouble-constructing frames for whatever content we hadn't notified on yet. Bug378559, r+sr=sicking
|
2007-04-26 11:57:58 -07:00 |
|
enndeakin@sympatico.ca
|
95dec04fae
|
Bug 377423, MemoryElements not removed from the pool properly, fixes topcrash, r=peterv,sr=sicking
|
2007-04-26 06:03:55 -07:00 |
|
ted.mielczarek@gmail.com
|
9b1616bf41
|
bug 373181 - onload doesn't fire for XHTML documents that contain a script tag (Firefox's RSS preview is broken) - add mochikit test. r=sicking
|
2007-04-26 04:39:15 -07:00 |
|
bzbarsky@mit.edu
|
7b162c96d2
|
Fix the vertical scrollbar guessing in nsHTMLScrollFrame to do better for aninitial reflow if we're doing that initial reflow a ways into the documentload. Bug 378480, r+sr=roc
|
2007-04-25 19:29:21 -07:00 |
|
jruderman@hmc.edu
|
9954f84934
|
Remove bogus assertions. Bug 344888, r+sr=tor.
|
2007-04-25 17:24:28 -07:00 |
|
asqueella@gmail.com
|
b620304f75
|
Bug 368700 - Using TLDs in document.domain should not be allowedp=Wladimir Palant <trev.moz@adblockplus.org>r=bz, sr=dveditz
|
2007-04-25 13:48:28 -07:00 |
|
bzbarsky@mit.edu
|
3fca79e5c1
|
Don't drop the old sheet when "rel" changes from one value that contains"stylesheet" to anoher. Bug 360746, r+sr=sicking
|
2007-04-25 11:48:18 -07:00 |
|
peterv@propagandism.org
|
f091506c2b
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
|
bzbarsky@mit.edu
|
a935465109
|
Back out. This actually hurts Tp2, the mac reftests are _still_ orange
|
2007-04-24 00:33:58 -07:00 |
|
bzbarsky@mit.edu
|
d35b8816a8
|
Another peformance test for bug 378480. Will back out in a few cycles.
|
2007-04-23 22:46:11 -07:00 |
|
Olli.Pettay@helsinki.fi
|
52be8d23c9
|
Bug 378369, Crash [@ nsEventListenerManager::FixContextMenuEvent] when firing contextmenu event in display: none iframe, r+sr=jst
|
2007-04-23 20:13:52 -07:00 |
|
benjamin@smedbergs.us
|
baab01ada6
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
|
longsonr@gmail.com
|
371eab6ee8
|
Bug 378023 - Fix build warnings compiling nsSVGGlyphFrame. r+sr=tor
|
2007-04-23 01:39:54 -07:00 |
|
bzbarsky@mit.edu
|
bcfbc64387
|
Set the status bar before actually handling the DOM event. That way if theevent is canceled, we'll still show the right status bar text. Bug 40838,patch by Florian Quèze <f.qu@queze.net, r=smaug, sr=bzbarsky
|
2007-04-23 00:31:21 -07:00 |
|
sayrer@gmail.com
|
54e344ebd0
|
bug 378336. nsCanvasRenderingContext2D::GetInputStream uses wrong allocator. r+sr=roc
|
2007-04-22 21:11:04 -07:00 |
|
Olli.Pettay@helsinki.fi
|
715087bfab
|
Bug 378247, nsXTFElementWrapper::PostHandleEvent no longer checks NOTIFY_HANDLE_DEFAULT, p=ajvincent@gmail.com, r=me, sr=bz
|
2007-04-21 00:35:37 -07:00 |
|
bzbarsky@mit.edu
|
8f37c9e8d4
|
Followup to bug 84582 to restore the old error-handling behavior here. Fixesone of the reftests.
|
2007-04-20 16:43:28 -07:00 |
|
bzbarsky@mit.edu
|
75d0ec2b2f
|
Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking
|
2007-04-20 15:59:18 -07:00 |
|
enndeakin@sympatico.ca
|
92a8a8cf5c
|
Bug 377663, <titlebar> should move popup if inside one instead of the window, r+sr=roc
|
2007-04-20 03:56:49 -07:00 |
|
Olli.Pettay@helsinki.fi
|
17ba873b3d
|
Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst
|
2007-04-19 16:20:29 -07:00 |
|
neil@parkwaycc.co.uk
|
9482900979
|
Bug 377577 Allow templates to generate arbitrarily nested treeitems r=Enn sr=roc
|
2007-04-19 12:27:11 -07:00 |
|
Olli.Pettay@helsinki.fi
|
8f6cd808de
|
Bug 373998, Use inner global window as the event target in the event target chain, but outer global as DOM event target, r+sr=jst
|
2007-04-17 02:18:36 -07:00 |
|
philringnalda@gmail.com
|
811bd70baf
|
Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst
|
2007-04-16 21:06:12 -07:00 |
|
tor@cs.brown.edu
|
c972330b62
|
Bug 376929 - Remove direct use of cairo from SVG path generation.r=jwatt, sr=roc
|
2007-04-16 13:57:09 -07:00 |
|
sayrer@gmail.com
|
e917fa2f97
|
Bug 311681 xhtml tests pass now that we have an incremental XML content sink.
|
2007-04-16 08:53:04 -07:00 |
|
sayrer@gmail.com
|
b80cfd9871
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
|
Olli.Pettay@helsinki.fi
|
ca17a7a459
|
Bug 350334, Core XBL widgets used in web pages can't listen to their own events, r+sr=jst+sicking
|
2007-04-15 09:28:53 -07:00 |
|
masayuki@d-toybox.com
|
ad3d268bbe
|
Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc
|
2007-04-15 06:43:55 -07:00 |
|
sayrer@gmail.com
|
045ddc70c2
|
Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky
|
2007-04-14 10:46:36 -07:00 |
|
neil@parkwaycc.co.uk
|
af293ef660
|
Bug 376802 Use one global tooltip listener instead of creating one for each XUL element that needs one r=Smaug sr=jst
|
2007-04-12 13:59:01 -07:00 |
|
martijn.martijn@gmail.com
|
990b54c762
|
Mochikit test for bug 371724, r=sayrer
|
2007-04-12 09:10:42 -07:00 |
|
enndeakin@sympatico.ca
|
cfcc107c0a
|
Bug 362906, assertion when root node in a template isn't XUL, r=smaug,sr=sicking
|
2007-04-12 08:55:54 -07:00 |
|
enndeakin@sympatico.ca
|
9014942d46
|
Bug 368721, issues with conditions on simple rules in templates,r=smaug,sr=sicking
|
2007-04-12 08:47:44 -07:00 |
|
bzbarsky@mit.edu
|
3bd7eb7ed8
|
Adding testcase.
|
2007-04-11 23:40:27 -07:00 |
|
enndeakin@sympatico.ca
|
09da4ae19d
|
Bug 375681, missed this file, add what-wg drag events, r=smaug,sr=roc
|
2007-04-11 22:56:13 -07:00 |
|
enndeakin@sympatico.ca
|
932380f594
|
Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc
|
2007-04-11 21:37:39 -07:00 |
|
bzbarsky@mit.edu
|
55f8e63858
|
Don't block the parser on scripts we'll never execute. Bug 371743, r+sr=sicking
|
2007-04-11 13:18:11 -07:00 |
|
joshmoz@gmail.com
|
6169494daa
|
Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc
|
2007-04-10 17:25:11 -07:00 |
|
peterv@propagandism.org
|
98262e788a
|
Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron.
|
2007-04-10 15:05:41 -07:00 |
|
bzbarsky@mit.edu
|
3cbd119e85
|
Make sure to end our update before we decrement mSink->mInNotification. Bug373669, r+sr=sicking
|
2007-04-06 17:20:09 -07:00 |
|
mats.palmgren@bredband.net
|
56b7d64bf8
|
Workaround a docshell bug by searching the child list instead of indexing with GetChildOffset(). b=162283 r=Olli.Pettay sr=roc
|
2007-04-04 15:21:33 -07:00 |
|
enndeakin@sympatico.ca
|
491dee3f8f
|
Bug 376428, don't parse onpageshow/onpagehide as events on xul elements, fixes regression in update window, r=sr=sicking
|
2007-04-04 11:31:56 -07:00 |
|
longsonr@gmail.com
|
75523bae12
|
Bug 375696 - target attribute ignored on links. r=jwatt,sr=tor
|
2007-04-03 01:59:11 -07:00 |
|
enndeakin@sympatico.ca
|
7bf55f72a1
|
Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking
|
2007-04-02 10:17:36 -07:00 |
|