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
Rafael Ávila de Espíndola
0e72991c4e
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
Sriram Ramasubramanian
8fc911c202
Bug 708394: Remove unwanted LayoutInflater [r=mfinkle]
2011-12-07 15:12:51 -08:00
Sriram Ramasubramanian
190b92c004
Bug 707682: NPE while switching/closing tabs [r=mfinkle]
2011-12-06 14:51:08 -08:00
Brian Nicholson
ee59b1d79f
Bug 708185 - Remove homepage preference [r=dougt]
2011-12-08 13:42:00 -08:00
Daniel Holbert
2e074712a6
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
51c29873aa
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
777d7dcd06
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
6fed30563f
Bug 455443 - cache the parent for the accessibilityAttributeValue(NSAccessibilityParentAttribute). r=surkov
2011-12-08 16:19:31 -05:00
Hub Figuiere
8b83a71720
Bug 703770 - mozRootAccessible need to return a different set of properties. r=surkov
2011-12-08 16:19:29 -05:00
Jason Orendorff
084417b5be
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
4d508e3ed1
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
f952c6179e
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
61b53e6862
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
9d9c1a5569
Bug 705481: Action bar background should extend below the menu button [r=mfinkle]
2011-12-08 12:18:45 -08:00
Mark Finkle
d1feebd3b8
Bug 708379 - Haptic buzz when tapping on clickable elements [r=blassey]
2011-12-08 15:42:55 -05:00
Rafael Ávila de Espíndola
72673bde33
Bug 708034 - Don't #include __FILE__. r=glandium.
2011-12-08 15:43:05 -05:00
David Mandelin
e62d157d2d
no bug, mark two slow tests as slow
2011-12-08 12:21:40 -08:00
Ed Morley
c3786e0f0f
Bug 707512 - Abort Windows Pymake builds with a clearer error if MOZ_OBJDIR is an MSYS style path; r=ted
2011-12-08 20:02:26 +00:00
Ed Morley
221981eca8
Bug 643167 - js/src configure should build js-config with MAKE, not GMAKE (based on patch by Kyle Huey); r=ted
...
* Switches js-config generation to use $MAKE rather than $GMAKE, since using
make.exe on pymake builds causes issues:
"config/autoconf.mk:354: *** Windows-style srcdir being used with GNU make"
* Ensures $MAKE is defined for configure when using client.mk
* For standalone js builds client.mk won't be used, so sets $MAKE manually if it
isn't already defined, to avoid bug 605133 comment 22.
2011-12-08 20:02:26 +00:00
Ed Morley
08a63662de
Bug 707593 - Clean up makefile generation in js/src configure; r=ted
...
* Adds the omitted js/src/analysis-tests/Makefile
* Adds conditionals to prevent makefiles being generated where they won't be used
2011-12-08 20:02:25 +00:00
Ed Morley
ee7d10985d
Add embedding/tests/winEmbed/Makefile to xulrunner/makefiles.sh (no bug); rs=build
2011-12-08 20:02:25 +00:00
David Mandelin
f0a78d733e
no bug, fix warning in jsobj.h
2011-12-08 12:03:16 -08:00
David Mandelin
e00c3afe7d
no bug, fix warning in jsscope.h
2011-12-08 12:02:29 -08:00
David Mandelin
bd6b2c6bea
Bug 707341: remove VOUCH_DOES_NOT_REQUIRE_STACK, r=jorendorff
2011-12-07 17:49:10 -08:00
Nicholas Nethercote
251c75371c
Bug 700508 - backout 1f093067e982 due to crashes. r=crashes.
2011-12-08 11:35:53 -08:00
Nicholas Nethercote
dfd419a275
Bug 703143 - backout 61d41436beb3 so that bug 700508 can be backed out. r=crashes.
2011-12-08 11:34:18 -08:00
Jeff Muizelaar
9c4d4fff06
Bug 707800. Add more sampler labels. r=bgirard
2011-12-02 17:05:33 -05:00
Jeff Muizelaar
1183428944
Bug 708629. Avoid using uninitialized pkey_stack. r=bgirard
...
This was causing crashes with make check/xpcshell on OS X.
2011-12-08 10:46:02 -05:00
Jeff Muizelaar
8276992ccf
Bug 707800. Rename SAMPLE_CHECKPOINT to SAMPLE_LABEL. r=bgirard
...
Checkpoint was never a good name.
2011-12-02 17:18:26 -05:00
Bill McCloskey
af6c302c9e
Bug 705332 - Re-enable printing filename in quiet builds (r=njn)
2011-12-08 10:14:06 -08:00
Jonathan Kew
97003c864f
bug 698185 followup - reftests for accesskey underlining in XUL textbox label. r=dbaron
2011-12-08 17:53:12 +00:00
Jonathan Kew
d35ac5779f
bug 698185 - test for failure to draw subsequent runs in mixed-dir canvas text. r=dbaron
...
--HG--
rename : layout/reftests/canvas/text-bidi-ltr-test.html => layout/reftests/canvas/text-bidi-ltr-notref.html
2011-12-08 17:53:00 +00:00
Jonathan Kew
fd6a33cff6
bug 698185 - convert coordinates properly when processing bidi runs in canvas text. r=dbaron
2011-12-08 17:52:47 +00:00