Commit Graph

259766 Commits

Author SHA1 Message Date
Nicholas Nethercote
8ea852b335 Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky 2011-12-08 21:01:52 -08:00
Jacek Caban
72aed52771 Bug 707469 - Don't use UNIX variant xptcinvoke implementation on mingw r=benjamin 2011-12-09 11:27:12 +01:00
Robert O'Callahan
b6f282fb4f Bug 705559. Part 4: Speed up AddDependencyOnSource by exiting early when we already have the dependency. r=bas 2011-12-09 22:53:14 +13:00
Robert O'Callahan
f7fb3da105 Bug 705559. Part 3: Use mDirtyTransform to avoid unnecessary SetTransform calls. r=bas 2011-12-09 22:53:14 +13:00
Robert O'Callahan
6857f8955e Bug 705559. Part 2: Keep only one snapshot per DrawTargetD2D since all stored snapshots represent the 'last state'. Reuse that snapshot if the state hasn't changed since the last snapshot. Keep the last snapshot alive and make the snapshot's mDrawTarget weak instead. Change mDependingOnTargets/mDependentTargets to be hashsets instead of vectors. Remove SourceSurfaceD2DTarget::mIsCopy since the null-ness of mDrawTarget means the same thing. r=bas 2011-12-09 22:51:57 +13:00
Robert O'Callahan
b7b3435216 Bug 705559. Part 1: Clean up nsCanvasRenderingContext2DAzure::DrawImage code a bit. r=jrmuizel 2011-12-09 22:51:50 +13:00
Ed Morley
c71804112d Backout ee420d0f03df (bug 697479) for Win opt build failures 2011-12-09 09:30:25 +00:00
Daniel Holbert
7e5e9b722e Bug 708888: Remove no-longer-needed SVGDocumentWrapper::kSVGAtom. r=roc 2011-12-09 01:11:06 -08:00
Trevor Saunders
25ce63ba6c bug 455443 and bug 703770 - fix missed review nits r=me 2011-12-09 02:53:05 -05:00
Matt Brubeck
cff0f0a95f Merge last green changeset from mozilla-inbound to mozilla-central 2011-12-07 12:11:23 -08:00
Olli Pettay
e2f218505c Bug 701071, optimize PostHandleEvent, r=jst 2011-12-07 21:29:53 +02:00
Phil Ringnalda
ca22b9cadc Back out 8941e2b7a0bf (bug 703660) for Windows PGO build failures 2011-12-07 08:41:02 -08:00
Rob Campbell
a90de11c0b Bug 705731 - Create InspectorUI.notifications.DESTROYED notification; r=prouget 2011-12-07 10:38:41 -04:00
Rob Campbell
1233f9665e Bug 702707 - Web console is buggy in window mode; r=msucan 2011-12-07 10:37:57 -04:00
Raymond Lee
bd862013f9 Bug 707466 - No tab item is selected after removing last tab in a group outside Panorama (follow up) t=tim 2011-12-07 22:28:50 +08:00
Joe Walker
71fa9aaa95 Bug 704838 - help_intro.html and help_man.html contain English text; r=dcamp 2011-12-08 12:43:42 +00:00
Joe Walker
06b4cb1a1f Bug 704832 - GCLI echo command causes a parse error on the console; r=dcamp 2011-12-08 12:42:44 +00:00
Joe Walker
86e88b27f2 Bug 704789 - GCLI properties files should not use \ for continutation lines; r=dcamp 2011-12-08 12:41:45 +00:00
Joe Walker
42a52c7c19 Bug 705464 - typo in gcli.properties; r=dcamp 2011-12-08 12:40:31 +00:00
Joe Walker
7a7a46cf53 Bug 703062 - GCLI should do some coverage analysis to improve test coverage; r=dcamp 2011-12-08 12:39:51 +00:00
Joe Walker
bdbfdcfad4 Bug 705074 - All uses of DOMTemplate should use new template function; r=dcamp 2011-12-08 12:39:04 +00:00
Joe Walker
a99bc34003 Bug 704913 - Rename GCLI's Display to Console; r=dcamp 2011-12-08 12:38:05 +00:00
Joe Walker
177749b277 Bug 702642 - DOMTemplate is relatively slow when evaluating JS ${}; r=dcamp 2011-12-08 12:37:20 +00:00
Joe Walker
52ba088ecb Bug 702621 - GCLI needs fixes for the minor issues created by bug 692742; r=dcamp,dao 2011-12-08 12:36:36 +00:00
Joe Walker
9febd83947 Bug 701712 - GCLI help should be more, um helpful; r=dcamp,dao 2011-12-08 12:08:35 +00:00
Blair McBride
15b7948f79 Bug 679588 - Fix intermittent test timeout of browser_select_update.js, browser_select_confirm.js, and browser_select_selection.js. r=dtownsend 2011-12-07 23:48:44 +13:00
Blair McBride
fb944f3b23 Bug 706777 - Automatically repopulate AddonRepository database on application upgrade. r=dtownsend 2011-12-07 23:48:33 +13:00
Simon Montagu
7ebbe876bb Ensure that Reset is always called before using the subparagraph. Bug 707098, r=roc 2011-12-07 12:07:42 +02:00
Mike Hommey
0887a4ec9e Bug 695843 part 10 - Allow nested omni.jar and build one for Android. r=bsmedberg 2011-12-08 11:03:36 +01:00
Ed Morley
35b3b86cf3 Merge last green changeset of mozilla-inbound to mozilla-central
--HG--
rename : mobile/xul/installer/package-manifest.in => b2g/installer/package-manifest.in
2011-12-07 09:27:36 +00:00
David Mandelin
89736cc6c7 Bug 706316: don't clobber pinned registers in ImmutableSync, r=dvander 2011-12-06 17:06:56 -08:00
Daniel Holbert
c8d40fef2d Bug 698967: Fix "lengths" typo in test-descriptions for integer-valued properties in test_transitions_per_property.html. r=dbaron DONTBUILD 2011-12-06 18:49:15 -08:00
Ed Morley
fc379bcc47 Backout 9a59028a3510 (bug 676349) on suspicion of breaking Win PGO builds 2011-12-07 02:22:09 +00:00
Blake Kaplan
4c3e5d9fca Bug 707883 - Add a hunk of the patch that went missing in the downstream -> upstream conversion, take 2 using the right filename. r=bent DONTBUILD for the same reason as before 2011-12-07 09:48:46 +08:00
Blake Kaplan
9f88cc7c34 Bug 707883 - Add a hunk of the patch that went missing in the downstream -> upstream conversion. r=bent DONTBUILD since this is only a packaging change 2011-12-07 09:32:47 +08:00
Sriram Ramasubramanian
2df3d58a93 Bug 707682: NPE while switching/closing tabs [r=mfinkle] 2011-12-06 14:51:08 -08:00
Brian Nicholson
27aa1654be Bug 708185 - Remove homepage preference [r=dougt] 2011-12-08 13:42:00 -08:00
Daniel Holbert
f705a0e29d Bug 704482 patch 3: Mochitest to verify that we still allow certain whitelisted events to trigger SMIL animations in script-disabled environments. r=birtles r=jwir3
--HG--
rename : image/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/smil-event-SVGLoad.svg
rename : image/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/smil-event-begin.svg
rename : image/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/smil-event-beginEvent.svg
rename : image/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/smil-event-end.svg
rename : image/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/smil-event-endEvent.svg
rename : image/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/smil-event-repeat.svg
rename : image/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/smil-event-repeatEvent.svg
rename : image/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/smil-event-repeatN.svg
rename : image/test/mochitest/test_changeOfSource.html => image/test/mochitest/test_smilEventsAllowedInImages.html
2011-12-08 13:34:09 -08:00
Daniel Holbert
a0b253d224 Bug 704482 patch 2: Further restrict event-based triggering of SMIL animations when scripts are disabled. r=birtles 2011-12-08 13:34:07 -08:00
Daniel Holbert
ec2eb42f9a Bug 708443 patch 1: Remove call to nonexistent function 'imageLoadCallback' and other misc cleanup in animationPolling.js. r=jwir3 2011-12-08 13:31:29 -08:00
Hub Figuiere
1b75d56798 Bug 455443 - cache the parent for the accessibilityAttributeValue(NSAccessibilityParentAttribute). r=surkov 2011-12-08 16:19:31 -05:00
Hub Figuiere
14c7c2d6bf Bug 703770 - mozRootAccessible need to return a different set of properties. r=surkov 2011-12-08 16:19:29 -05:00
Jason Orendorff
ec5523388f A first cut at Debugger.Environment. Bug 690558, r=jimb.
--HG--
extra : rebase_source : 3cafc4e635f11b3219285fdf6fad952c15765f96
2011-12-08 14:54:26 -06:00
Jason Orendorff
be34d19756 Remove the last comment referring to imacros. No bug#, no_r=me.
--HG--
extra : rebase_source : ec684275939472f47dd5faee69c3b4023483d6e2
2011-12-08 14:28:13 -06:00
Jason Orendorff
7f42789ca7 Fix JS_TraceChildren crash triggered by findReferences. Bug 708261, r=jimb.
--HG--
extra : rebase_source : 336ebf499834345d364955000977a952014ea2bb
2011-12-08 14:23:31 -06:00
Jason Orendorff
3b59ea88cc Remove another dead local variable so JS can build without warnings on GCC. No bug#, no_r=me.
--HG--
extra : rebase_source : 6f76525855ffc9a8b02ba9770109b490b9bde7c3
2011-12-08 14:14:01 -06:00
Sriram Ramasubramanian
64fd0146ee Bug 705481: Action bar background should extend below the menu button [r=mfinkle] 2011-12-08 12:18:45 -08:00
Mark Finkle
168c7cca25 Bug 708379 - Haptic buzz when tapping on clickable elements [r=blassey] 2011-12-08 15:42:55 -05:00
Rafael Ávila de Espíndola
f3c0e4cf84 Bug 708034 - Don't #include __FILE__. r=glandium. 2011-12-08 15:43:05 -05:00
David Mandelin
0c3c6127b4 no bug, mark two slow tests as slow 2011-12-08 12:21:40 -08:00