Thomas Prip Vestergaard
260e94db82
Bug 702926 - Remove spinner from AwesomeBar. r=margaret
2011-12-08 15:43:07 -08:00
Steven Michaud
e13d9d926e
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
93b4d72be5
back out 653fa694343e (Bug 704482) for leaks
2011-12-08 15:18:47 -08:00
Daniel Holbert
4f788e46a2
back out 326f9ad627b8 (Bug 704482) for leaks
2011-12-08 15:18:22 -08:00
Honza Bambas
486c74d936
Bug 676349 - Implement high-resolution platform timers for the Windows platform, r=robarnold
2011-12-09 00:14:42 +01:00
Brandon Sterne
7830a5426b
remove unused variable introduced by bug 702439, r=me
2011-12-08 14:59:17 -08:00
Jim Blandy
4a51d9ba08
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
ffe975dda3
Bug 708808 - Cleanup for locale preference [r=mfinkle]
2011-12-08 14:14:44 -08:00
Rafael Ávila de Espíndola
f6965836eb
Bug 708065 - Fix configure check for -pipe. r=ted.
...
With the shell used on OS X, the test we were trying to compile was
#include <stdio.h>
int main() { printf("Hello World
"); exit(0); }
which fails.
2011-12-08 17:01:21 -05:00
Frank Yan
116457e18f
Bug 707364 - Inline a nested function in nsPrompter.js. r=dolske
2011-12-08 12:32:59 -08:00
Mark Banner
a2eebd6729
Bustage fix for comm-central apps after bug 481815 - use MOZILLA_DIR not topsrcdir. rs=kheuy
2011-12-08 18:06:44 +00:00
Ed Morley
af49789c55
Merge last green changeset of mozilla-inbound to mozilla-central
2011-12-08 15:12:20 +00:00
Kyle Huey
bd57bb870c
Merge b-s to m-c.
2011-12-08 08:05:02 -05:00
Ben Turner
fe42076368
Bug 687929 - 'null cx Crash [@ JS_BeginRequest] with dom workers', r=sicking.
2011-12-08 02:52:53 -08:00
Blair McBride
02a73a8b0f
Merge mozilla-central to fx-team
2011-12-08 13:57:41 +13:00
Kyle Huey
0d4599ced3
Bug 692067: Make WebSockets trigger content policies. r=smaug,dveditz
2011-12-07 18:19:43 -05:00
Sriram Ramasubramanian
80815e4c98
Bug 708394: Remove unwanted LayoutInflater [r=mfinkle]
2011-12-07 15:12:51 -08:00
Thomas Prip Vestergaard
9f53a73dae
Bug 705043 - Avoid cutting off Places URI titles unnecessarily. r=mak
2011-12-07 16:44:00 -05:00
Robert O'Callahan
eb997ae842
Bug 687972. More logging...
2011-12-10 00:57:34 +13:00
Ed Morley
bbc82ba46f
Merge mozilla-central to mozilla-inbound
2011-12-09 11:36:04 +00:00
Mounir Lamouri
3cbcf9531a
Bug 706449 - Fix SMS receiver registration/unregistration that was broken with a m-c merge in birch. r=blassey
2011-12-09 19:31:01 +08:00
Jacek Caban
eb9cd78de5
Backout changeset e76f06f7e08d
2011-12-09 11:54:32 +01:00
Boris Zbarsky
f30aa51903
Bug 700914. Initialize the rulehash's hashtables lazily. r=dbaron
2011-12-09 05:29:01 -05:00
Nicholas Nethercote
7cdc7e0fb8
Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky
2011-12-08 21:01:52 -08:00
Jacek Caban
7684cc1845
Bug 707469 - Don't use UNIX variant xptcinvoke implementation on mingw r=benjamin
2011-12-09 11:27:12 +01:00
Robert O'Callahan
275c22a4d9
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
b000792783
Bug 705559. Part 3: Use mDirtyTransform to avoid unnecessary SetTransform calls. r=bas
2011-12-09 22:53:14 +13:00
Robert O'Callahan
2456b6e5fe
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
fc058b5865
Bug 705559. Part 1: Clean up nsCanvasRenderingContext2DAzure::DrawImage code a bit. r=jrmuizel
2011-12-09 22:51:50 +13:00
Ed Morley
b99823022b
Backout ee420d0f03df (bug 697479) for Win opt build failures
2011-12-09 09:30:25 +00:00
Daniel Holbert
888de4ca5f
Bug 708888: Remove no-longer-needed SVGDocumentWrapper::kSVGAtom. r=roc
2011-12-09 01:11:06 -08:00
Trevor Saunders
51ff40d3b2
bug 455443 and bug 703770 - fix missed review nits r=me
2011-12-09 02:53:05 -05:00
Matt Brubeck
7420ae209e
Merge last green changeset from mozilla-inbound to mozilla-central
2011-12-07 12:11:23 -08:00
Olli Pettay
98f9cfdd75
Bug 701071, optimize PostHandleEvent, r=jst
2011-12-07 21:29:53 +02:00
Phil Ringnalda
1dd06a5d4f
Back out 8941e2b7a0bf (bug 703660) for Windows PGO build failures
2011-12-07 08:41:02 -08:00
Rob Campbell
07f0859149
Bug 705731 - Create InspectorUI.notifications.DESTROYED notification; r=prouget
2011-12-07 10:38:41 -04:00
Rob Campbell
eccc97d795
Bug 702707 - Web console is buggy in window mode; r=msucan
2011-12-07 10:37:57 -04:00
Raymond Lee
5a8615337e
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
f1b4e93582
Bug 704838 - help_intro.html and help_man.html contain English text; r=dcamp
2011-12-08 12:43:42 +00:00
Joe Walker
fd4c0612ca
Bug 704832 - GCLI echo command causes a parse error on the console; r=dcamp
2011-12-08 12:42:44 +00:00
Joe Walker
e36fd54363
Bug 704789 - GCLI properties files should not use \ for continutation lines; r=dcamp
2011-12-08 12:41:45 +00:00
Joe Walker
b48eee0a89
Bug 705464 - typo in gcli.properties; r=dcamp
2011-12-08 12:40:31 +00:00
Joe Walker
e01ea75db9
Bug 703062 - GCLI should do some coverage analysis to improve test coverage; r=dcamp
2011-12-08 12:39:51 +00:00
Joe Walker
599b955598
Bug 705074 - All uses of DOMTemplate should use new template function; r=dcamp
2011-12-08 12:39:04 +00:00
Joe Walker
6a3ad98d08
Bug 704913 - Rename GCLI's Display to Console; r=dcamp
2011-12-08 12:38:05 +00:00
Joe Walker
4f8be2a976
Bug 702642 - DOMTemplate is relatively slow when evaluating JS ${}; r=dcamp
2011-12-08 12:37:20 +00:00
Joe Walker
c7fc8b1add
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
38302e28fe
Bug 701712 - GCLI help should be more, um helpful; r=dcamp,dao
2011-12-08 12:08:35 +00:00
Blair McBride
8d99ca4362
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
ca7c893b8a
Bug 706777 - Automatically repopulate AddonRepository database on application upgrade. r=dtownsend
2011-12-07 23:48:33 +13:00