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

259707 Коммитов

Автор SHA1 Сообщение Дата
Ted Mielczarek be9c5a1b76 bug 708453 - escape URLs before constructing NSURL. r=smichaud 2011-12-08 18:08:07 -05:00
Wes Johnston f045cb0b7d Bug 705145 - Multiple selection lists cannot be scrolled r=mfinkle 2011-12-09 12:03:21 -05:00
Wes Johnston 994afc9cb8 Bug 706146 - Limit how far we can zoom into a page r=chrislord 2011-12-09 12:03:19 -05:00
Ehsan Akhgari 1cc6d49bc0 Bug 708123 - Add a telemetry probe for update status; r=rstrong 2011-12-09 11:37:16 -05:00
Patrick Walton e3e31fa399 Bug 708519 - Pref off the frame rate meter r=kats 2011-12-09 10:01:31 -05:00
Patrick Walton 8b55bb8f19 Bug 708519 - Move the frame rate meter to bottom-right r=kats 2011-12-09 10:01:28 -05:00
Patrick Walton 0d2ad420dc Bug 708519 - Repair the frame rate meter r=kats 2011-12-09 10:01:26 -05:00
Daniel Holbert 377b2e4371 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 8e066335ac 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 54a60f2f4b 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 a38ad5a40c 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 5a2435c113 Bug 708528 - [Gonk] Add telephony components to package-manifest. r=cjones 2011-12-09 09:15:53 +08:00
Jason Orendorff d8479955ac 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 8180eaa298 Bug 708873: Write unescape to match spec w/minor optimization. (r=Waldo) 2011-12-08 16:30:56 -08:00
Lucas Rocha 3ac2a5da7f Bug 708879 - Handle OOM error when loading thumbnail in about:home (r=mbrubeck) 2011-12-09 00:29:09 +00:00
Jason Orendorff a54ab57307 Credit where it's due. No bug#, rs=jimb on IRC. 2011-12-08 17:59:59 -06:00
Jason Orendorff b80608d22d Implement simple Map and Set builtins for JS. Bug 697479, r=jimb. 2011-12-08 17:54:51 -06:00
Jason Orendorff 4171459713 Remove all mentions of imacros from js/src. Bug 708836, r=sfink. 2011-12-08 16:17:55 -06:00
Thomas Prip Vestergaard fc51ab7d4c Bug 702926 - Remove spinner from AwesomeBar. r=margaret 2011-12-08 15:43:07 -08:00
Steven Michaud de096abfed 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 1c6e429d39 back out 653fa694343e (Bug 704482) for leaks 2011-12-08 15:18:47 -08:00
Daniel Holbert ae552973e3 back out 326f9ad627b8 (Bug 704482) for leaks 2011-12-08 15:18:22 -08:00
Honza Bambas e09bec0c14 Bug 676349 - Implement high-resolution platform timers for the Windows platform, r=robarnold 2011-12-09 00:14:42 +01:00
Brandon Sterne 67322d42e0 remove unused variable introduced by bug 702439, r=me 2011-12-08 14:59:17 -08:00
Jim Blandy 8a555925f7 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 df2410b05f Bug 708808 - Cleanup for locale preference [r=mfinkle] 2011-12-08 14:14:44 -08:00
Rafael Ávila de Espíndola 6e5258a9d9 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 b7c5470011 Bug 707364 - Inline a nested function in nsPrompter.js. r=dolske 2011-12-08 12:32:59 -08:00
Mark Banner e4c5f77946 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 4a0a399d46 Merge last green changeset of mozilla-inbound to mozilla-central 2011-12-08 15:12:20 +00:00
Kyle Huey 6a95e76828 Merge b-s to m-c. 2011-12-08 08:05:02 -05:00
Ben Turner 91c797ddd7 Bug 687929 - 'null cx Crash [@ JS_BeginRequest] with dom workers', r=sicking. 2011-12-08 02:52:53 -08:00
Blair McBride 4f5893daaa Merge mozilla-central to fx-team 2011-12-08 13:57:41 +13:00
Kyle Huey 188b4c5f37 Bug 692067: Make WebSockets trigger content policies. r=smaug,dveditz 2011-12-07 18:19:43 -05:00
Sriram Ramasubramanian c8220d6913 Bug 708394: Remove unwanted LayoutInflater [r=mfinkle] 2011-12-07 15:12:51 -08:00
Thomas Prip Vestergaard 92fcb2e91e Bug 705043 - Avoid cutting off Places URI titles unnecessarily. r=mak 2011-12-07 16:44:00 -05:00
Robert O'Callahan ec5f3ab37a Bug 687972. More logging... 2011-12-10 00:57:34 +13:00
Ed Morley c90bfbf1c1 Merge mozilla-central to mozilla-inbound 2011-12-09 11:36:04 +00:00
Mounir Lamouri 78503a17d3 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 36ce41e3e0 Backout changeset e76f06f7e08d 2011-12-09 11:54:32 +01:00
Boris Zbarsky 293c6cddef Bug 700914. Initialize the rulehash's hashtables lazily. r=dbaron 2011-12-09 05:29:01 -05:00
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