Jacek Caban
3922d8a8d1
Backout changeset e76f06f7e08d
2011-12-09 11:54:32 +01:00
Boris Zbarsky
698f66378f
Bug 700914. Initialize the rulehash's hashtables lazily. r=dbaron
2011-12-09 05:29:01 -05:00
Nicholas Nethercote
587382cea2
Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky
2011-12-08 21:01:52 -08:00
Jacek Caban
2b5f4f4776
Bug 707469 - Don't use UNIX variant xptcinvoke implementation on mingw r=benjamin
2011-12-09 11:27:12 +01:00
Robert O'Callahan
b22b8717f9
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
2e41d40aa7
Bug 705559. Part 3: Use mDirtyTransform to avoid unnecessary SetTransform calls. r=bas
2011-12-09 22:53:14 +13:00
Robert O'Callahan
bf1ffae6f7
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
11b7e09ed4
Bug 705559. Part 1: Clean up nsCanvasRenderingContext2DAzure::DrawImage code a bit. r=jrmuizel
2011-12-09 22:51:50 +13:00
Ed Morley
4547b6a2f4
Backout ee420d0f03df (bug 697479) for Win opt build failures
2011-12-09 09:30:25 +00:00
Daniel Holbert
290ddd08ed
Bug 708888: Remove no-longer-needed SVGDocumentWrapper::kSVGAtom. r=roc
2011-12-09 01:11:06 -08:00
Trevor Saunders
29c78dd0de
bug 455443 and bug 703770 - fix missed review nits r=me
2011-12-09 02:53:05 -05:00
Trevor Saunders
4db040f72d
bug 705983 always check gconf for accessibility state when GNOME_ACCESSIBILITY not set r=ginn.chen
2011-12-01 18:30:55 -05:00
Hub Figuiere
6c0cdcd172
Bug 708106 - Remove NSAccessibility constants for pre MacOS X 10.4. r=tbsaunde
2011-12-09 15:25:25 +08:00
Johnny Stenback
a9ed989ad7
Fixing bug 704621. Report DOM memory usage in about:memory by windows and show whether a window is active, cached, or potentially leaked. Also group windows by the top level window they're contained in. r=njn,mounir
2011-12-08 21:42:20 -08:00
Patrick Walton
521479bff6
Bug 705358 - Don't allow fully-zoomed-out axes to be overscrolled. r=kats
2011-12-08 21:31:04 -08:00
Patrick Walton
2249c14cc9
Bug 707935 - Prevent page size changes until document.readyState reads "complete". r=kats
2011-12-08 21:30:26 -08:00
Jason Orendorff
f7c79fdd7f
[revised per backout affc2782a250, jimb] Implement simple Map and Set builtins for JS. Bug 697479, r=jimb.
2011-12-08 21:04:10 -08:00
Robert O'Callahan
366ad97984
Bug 687972. More logging.
2011-12-09 17:48:40 +13:00
Chris Pearce
3a492ec27b
Bug 704010 - Disable test_fullscreen-api on WinXP cos it's purple most of the time. r=philor
2011-12-09 17:22:02 +13:00
Ehsan Akhgari
2997158e04
Bug 703444. Port SPS profiler to Windows. r=jmuizelaar
...
Some changes and fixes by Felipe Gomes. r=benwa,ehsan
2011-12-04 14:09:00 -05:00
Matt Brubeck
9fc4f85b07
Bug 708937 - Don't run Android-specific functions on non-Android platforms [r=mfinkle]
2011-12-08 20:12:01 -08:00
Brian Hackett
9c80b87753
Ensure consistent warnings when accessing undefined names, bug 706240. r=waldo
2011-12-08 19:50:09 -08:00
Brian Hackett
c4be034936
Avoid sharing owned base shapes between multiple shapes, bug 707842. r=luke
2011-12-08 19:37:17 -08:00
Christian Holler
7c280ec118
Ensure a consistent enumeration order when compiled in deterministic mode, bug 707017. r=luke
2011-12-08 19:28:36 -08:00
Brian Hackett
9e001fe1e3
Refine shape changes done to preserve teleporting invariant on prototype changes, bug 707515. r=luke
2011-12-08 19:23:31 -08:00
Matt Woodrow
bea9136024
Bug 707563 - Convert vertex vector back into normal coordinate space before applying offset. r=Bas
2011-12-09 16:21:45 +13:00
Rafael Ávila de Espíndola
c618227508
Bug 708851 - Any gcc that supports firefox support -pipe.
2011-12-08 22:16:06 -05:00
Nicholas Nethercote
688c469bc9
Bug 704400 - Implement --enable-dmd. r=khuey.
2011-12-08 19:09:36 -08:00
David Anderson
2f644b6b1b
Cap objects to a saner memory limit (bug 705855, r=dmandelin).
...
--HG--
extra : rebase_source : 551bbcee86d617f3a55a0a3274083ae54af4b294
2011-12-08 17:46:39 -08:00
Ed Morley
31a749aec3
Backout edecc56b7c80 and ad8aee962832 (bug 697479) for check-jit-test failures
2011-12-09 01:47:42 +00:00
Daniel Holbert
49ab88c8f8
Bug 704482 followup: use nsGkAtoms instead of NS_NewAtom(), for efficiency & to avoid leaking. r=dbaron
2011-12-08 17:39:59 -08:00
Daniel Holbert
935ea17f32
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
d07dde9c30
Bug 708443 patch 2: disable debug output from animationPolling.js, and add emacs modeline. r=jwir3
2011-12-08 17:39:23 -08:00
Vivien Nicolas
fb1745a4c3
Bug 708538 - Use setTimeout(..., 0) to send the click event from touch.js. r=cjones
2011-12-09 09:16:11 +08:00
Vivien Nicolas
3773a79c84
Bug 708538 - Add a local http server on the device at http://localhost:8888 . r=cjones
...
--HG--
rename : netwerk/test/httpserver/httpd.js => b2g/chrome/content/httpd.js
2011-12-09 09:16:03 +08:00
Philipp von Weitershausen
bc8edd3121
Bug 708528 - [Gonk] Add telephony components to package-manifest. r=cjones
2011-12-09 09:15:53 +08:00
Jason Orendorff
484a529024
Add missing file and fix for bug 697479 (rev ad8aee962832 added failing tests). No bug#, r=orange.
...
--HG--
extra : rebase_source : b104347e7f77f0856cdf1e83b923dfab74f1c8d9
2011-12-08 19:05:52 -06:00
Chris Leary
236e4d17ae
Bug 708873: Write unescape to match spec w/minor optimization. (r=Waldo)
2011-12-08 16:30:56 -08:00
Lucas Rocha
de5dc8b879
Bug 708879 - Handle OOM error when loading thumbnail in about:home (r=mbrubeck)
2011-12-09 00:29:09 +00:00
Jason Orendorff
1386a84535
Credit where it's due. No bug#, rs=jimb on IRC.
2011-12-08 17:59:59 -06:00
Jason Orendorff
5b87a346ba
Implement simple Map and Set builtins for JS. Bug 697479, r=jimb.
2011-12-08 17:54:51 -06:00
Jason Orendorff
df7191c92c
Remove all mentions of imacros from js/src. Bug 708836, r=sfink.
2011-12-08 16:17:55 -06:00
Thomas Prip Vestergaard
6d3eaec351
Bug 702926 - Remove spinner from AwesomeBar. r=margaret
2011-12-08 15:43:07 -08:00
Steven Michaud
402db34f72
Bug 705931 - FF crashes when you leave/close page with many Java applets (using latest Apple Java updates). r=jst
2011-12-08 17:28:07 -06:00
Daniel Holbert
1d7dfb5fed
back out 653fa694343e (Bug 704482) for leaks
2011-12-08 15:18:47 -08:00
Daniel Holbert
63fe4d416f
back out 326f9ad627b8 (Bug 704482) for leaks
2011-12-08 15:18:22 -08:00
Honza Bambas
85f602de44
Bug 676349 - Implement high-resolution platform timers for the Windows platform, r=robarnold
2011-12-09 00:14:42 +01:00
Brandon Sterne
3a4c336190
remove unused variable introduced by bug 702439, r=me
2011-12-08 14:59:17 -08:00
Jim Blandy
0d83c6fc1e
Bug 708838: Use findReferences instead of countHeap to make js1_8/extensions/regress-422269.js fail less randomly. r=jwalden
...
The SpiderMonkey test js/src/tests/js1_8/extensions/regress-422269.js fails
randomly, because it requires a certain object to be garbage-collected to
pass. With a conservative stack scanner, an object being retained is not
necessarily a bug, and in general, the engine makes no promises about which
objects it retains and which it doesn't.
The JavaScript shell's new findReferences function allows us to find all GC
edges referring to the object, and filter out ones we know to be benign.
This patch changes the test to use findReferences.
2011-12-08 14:51:35 -08:00
Brian Nicholson
1bfca13d32
Bug 708808 - Cleanup for locale preference [r=mfinkle]
2011-12-08 14:14:44 -08:00