Граф коммитов

11728 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu bdee91ae37 Back out. This actually hurts Tp2, the mac reftests are _still_ orange 2007-04-24 07:33:58 +00:00
bzbarsky%mit.edu 274e068a08 Another peformance test for bug 378480. Will back out in a few cycles. 2007-04-24 05:46:11 +00:00
Olli.Pettay%helsinki.fi de8848ca78 Bug 378369, Crash [@ nsEventListenerManager::FixContextMenuEvent] when firing contextmenu event in display: none iframe, r+sr=jst 2007-04-24 03:13:52 +00:00
benjamin%smedbergs.us 3fb4912f5d 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 14:22:04 +00:00
longsonr%gmail.com 40e8b6c4c7 Bug 378023 - Fix build warnings compiling nsSVGGlyphFrame. r+sr=tor 2007-04-23 08:39:54 +00:00
bzbarsky%mit.edu b7deb8d7be Set the status bar before actually handling the DOM event. That way if the
event 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 07:31:21 +00:00
sayrer%gmail.com 9d3bd2c7db bug 378336. nsCanvasRenderingContext2D::GetInputStream uses wrong allocator. r+sr=roc 2007-04-23 04:11:04 +00:00
Olli.Pettay%helsinki.fi 36ba055f49 Bug 378247, nsXTFElementWrapper::PostHandleEvent no longer checks NOTIFY_HANDLE_DEFAULT, p=ajvincent@gmail.com, r=me, sr=bz 2007-04-21 07:35:37 +00:00
bzbarsky%mit.edu f1e4f3049d Followup to bug 84582 to restore the old error-handling behavior here. Fixes
one of the reftests.
2007-04-20 23:43:28 +00:00
bzbarsky%mit.edu ee773f7a7d Stop blocking the parser on CSS stylesheet loads. We still block script
execution on them, however.  Bug 84582, r+sr=sicking
2007-04-20 22:59:18 +00:00
enndeakin%sympatico.ca dece13b41d Bug 377663, <titlebar> should move popup if inside one instead of the window, r+sr=roc 2007-04-20 10:56:49 +00:00
Olli.Pettay%helsinki.fi a1a57e57f2 Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst 2007-04-19 23:20:30 +00:00
neil%parkwaycc.co.uk cc56811a5f Bug 377577 Allow templates to generate arbitrarily nested treeitems r=Enn sr=roc 2007-04-19 19:27:11 +00:00
Olli.Pettay%helsinki.fi 14bab386e1 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 09:18:37 +00:00
philringnalda%gmail.com c3b117a948 Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst 2007-04-17 04:06:12 +00:00
tor%cs.brown.edu 7154450dee Bug 376929 - Remove direct use of cairo from SVG path generation.
r=jwatt, sr=roc
2007-04-16 20:57:10 +00:00
sayrer%gmail.com f62f060558 Bug 311681 xhtml tests pass now that we have an incremental XML content sink. 2007-04-16 15:53:04 +00:00
sayrer%gmail.com fda804eb1c Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky 2007-04-16 15:18:50 +00:00
Olli.Pettay%helsinki.fi 3a915ad923 Bug 350334, Core XBL widgets used in web pages can't listen to their own events, r+sr=jst+sicking 2007-04-15 16:28:53 +00:00
masayuki%d-toybox.com 568e699c99 Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc 2007-04-15 13:43:58 +00:00
sayrer%gmail.com 1fb5b029fc Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky 2007-04-14 17:46:36 +00:00
neil%parkwaycc.co.uk c7d36e05d3 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 20:59:01 +00:00
martijn.martijn%gmail.com b0d824c7d3 Mochikit test for bug 371724, r=sayrer 2007-04-12 16:10:42 +00:00
enndeakin%sympatico.ca 4af4aa965b Bug 362906, assertion when root node in a template isn't XUL, r=smaug,sr=sicking 2007-04-12 15:55:54 +00:00
enndeakin%sympatico.ca fc6fb48d65 Bug 368721, issues with conditions on simple rules in templates,r=smaug,sr=sicking 2007-04-12 15:47:44 +00:00
bzbarsky%mit.edu 002215952f Adding testcase. 2007-04-12 06:40:27 +00:00
enndeakin%sympatico.ca 421b9b1fbb Bug 375681, missed this file, add what-wg drag events, r=smaug,sr=roc 2007-04-12 05:56:13 +00:00
enndeakin%sympatico.ca 9deb47c5ca Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc 2007-04-12 04:37:41 +00:00
bzbarsky%mit.edu 55ecc11586 Don't block the parser on scripts we'll never execute. Bug 371743, r+sr=sicking 2007-04-11 20:18:11 +00:00
joshmoz%gmail.com 83796afab8 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-11 00:25:11 +00:00
peterv%propagandism.org 727a2d25e8 Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron. 2007-04-10 22:05:44 +00:00
bzbarsky%mit.edu 9bf46df6bf Make sure to end our update before we decrement mSink->mInNotification. Bug
373669, r+sr=sicking
2007-04-07 00:20:09 +00:00
mats.palmgren%bredband.net 8585ebcb64 Workaround a docshell bug by searching the child list instead of indexing with GetChildOffset(). b=162283 r=Olli.Pettay sr=roc 2007-04-04 22:21:33 +00:00
enndeakin%sympatico.ca dfa2c8117a Bug 376428, don't parse onpageshow/onpagehide as events on xul elements, fixes regression in update window, r=sr=sicking 2007-04-04 18:31:56 +00:00
longsonr%gmail.com 2fae3f3249 Bug 375696 - target attribute ignored on links. r=jwatt,sr=tor 2007-04-03 08:59:11 +00:00
enndeakin%sympatico.ca dc742a95f8 Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking 2007-04-02 17:17:36 +00:00
Olli.Pettay%helsinki.fi bfc52fa107 Bug 373483, Crash [@ nsHTMLButtonElement::PostHandleEvent] when right-clicking on the button in this testcase, r+sr=jst 2007-04-02 16:13:45 +00:00
Olli.Pettay%helsinki.fi daacd206af Bug 374547, regression: unable to repeat xbl bound element inside another with the same binding r=jst,sr=bz 2007-04-01 12:19:44 +00:00
bzbarsky%mit.edu d9f302946b Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch by
Taras Glek <tglek@mozilla.com>, rs=roc.
2007-03-30 21:11:47 +00:00
longsonr%gmail.com c256d24dcd Bug 373624 - Support transparent as a gradient and filter stop-color. r=jwatt,sr=tor 2007-03-29 08:59:07 +00:00
bzbarsky%mit.edu 3546231346 Don't look for random JS contexts; if our target doesn't have one, just bail
out.  Bug 349467, r=peterv, sr=jst
2007-03-28 20:37:03 +00:00
bzbarsky%mit.edu 7e01075cce Adding test, bug 371375. 2007-03-28 20:25:20 +00:00
longsonr%gmail.com 959c0fbb7a Bug 374882. r+sr=tor 2007-03-28 08:54:39 +00:00
roc+%cs.cmu.edu 5e770de407 Bug 374988. MSVC doesn't pack PRPackedBool bitfields properly, and PRBool field:1 means that the value for 'true' is -1, so use PRUint32 instead. r+sr=sicking 2007-03-28 03:57:36 +00:00
dbaron%dbaron.org d2a7c1e86a Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 15:35:02 +00:00
dbaron%dbaron.org 17c1aa944f Remove GetKey callbacks from nsDoubleHashtable users. b=374906 r=bsmedberg 2007-03-27 15:34:15 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
masayuki%d-toybox.com 1135ea0c8f Bug 236546 newlines not added when copying table into clipboard with CTRL+mouse. patch by Jeff Schiller<codedread@gmail.com> r+sr=jst 2007-03-27 15:10:23 +00:00
jwatt%jwatt.org c55fee83a3 Fixing bug 372098. HTML links with target="" should use the base target. r=Olli.Pettay@gmail.com, sr=jonas@sicking.cc 2007-03-26 13:19:33 +00:00
Olli.Pettay%helsinki.fi caa7e9b8e7 375196, r+sr=roc 2007-03-26 05:38:22 +00:00