Jonathan Griffin
4842a2c6c4
Bug 741994 - add ability to pass device serial number to DeviceManagerADB, r=jmaher
2012-04-05 11:58:12 -07:00
Daniel Holbert
8944f5dc26
Bug 742788: Fix two 'warning: comparison of unsigned expression >= 0 is always true' in js. r=luke
2012-04-05 10:56:22 -07:00
Daniel Holbert
9b5846b3dc
backout 118c07dc56f9 (bug 742179) for windows build bustage
2012-04-05 10:56:10 -07:00
Ehsan Akhgari
2a534262e3
Merge mozilla-inbound and mozilla-central
2012-04-05 13:41:51 -04:00
Ehsan Akhgari
7430c20bc8
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
2012-04-05 13:40:53 -04:00
Boris Zbarsky
6162243757
Bug 731521. Computed border on our descendants can change due to a change of our specified border styles even if our computed border did not change. r=dbaron
2012-04-05 13:14:54 -04:00
Boris Zbarsky
a25824bd5d
Bug 742030. When cloning nodes with inline style, preserve the inline style string. r=sicking
2012-04-05 13:14:54 -04:00
Boris Zbarsky
949747f4f6
Bug 742222. Make sure to JS_WrapValue values being returned for callback types and 'any' types. r=peterv
2012-04-05 13:14:54 -04:00
Boris Zbarsky
90c63d679b
Bug 738356. Add JSAPI for doing the equivalent of Function.prototype.bind. r=jorendorff
2012-04-05 13:14:52 -04:00
Dave Townsend
06df9e443d
Bug 734975: Fix XULRunner packaging in universal builds. r=bsmedberg
2012-04-05 10:01:17 -07:00
Doug Turner
18e6967fd4
Bug 742179 - Move MakeRandomString to xpcom/ds. r=bsmedberg
2012-04-05 09:50:55 -07:00
Alexander Surkov
01482115ce
Bug 741398 - make ARIA state map extensible, r=tbsaunde
2012-04-06 01:23:30 +09:00
Cody Brocious
80f0b96a3a
Bug 741837 - Hook up OMTC for Gonk [r=gal]
2012-04-05 09:15:19 -07:00
Jeff Muizelaar
1a63bab576
Bug 740898. Merge LayerView and GLSurfaceView. r=pcwalton
...
Once, GLThread is gone we don't have any need to support both styles of GL
rendering. Merging LayerView and FlexibleGLSurfaceView makes it clearer what's
going on, and I expect we'll also be able to take out some dead code from the
resulting LayerView.
This patch is mostly uninteresting. The interesting bits are that
implementations of requestRender and the constructors are merged. Everything
else is mostly copying over methods and renaming FlexibleGLSurfaceView's
mController to mGLController.
2012-04-05 11:28:50 -04:00
Jeff Muizelaar
e41a036414
Backed out changeset 0f8439284834
...
The bug number was wrong.
2012-04-05 11:27:02 -04:00
Jonathan Kew
b16d28f2aa
bug 736227 - fix surrogate handling in case-insensitive string compare. r=smontagu
2012-04-05 13:39:13 +01:00
Tim Taubert
9e6e319f9c
merge m-c to fx-team
2012-04-05 11:44:09 +02:00
Kyle Huey
af8d505179
Bug 741248: Attempt a fix by twiddling the makefile a bit. r=me
2012-04-04 19:11:30 -07:00
Max Li
5b1c387da0
Bug 670853 - undetermined progressmeters should expose mixed state, r=surkov, f=eeejay
2012-04-04 18:07:49 -04:00
Max Li
f2ec9d9ab0
Bug 735645 - expose sub and sup elements in text attributes, r=surkov
2012-04-04 20:10:19 -04:00
Mike Hommey
502771afd6
Bug 738709 - Don't call pthread_atfork from jemalloc on OSX. r=jlebar
2012-04-05 09:20:54 +02:00
Mike Hommey
609e12c771
Bug 738176 - Completely disable jemalloc when it's supposed to be disabled on OSX, and cleanup exposed APIs. r=jlebar,r=khuey
2012-04-05 09:20:53 +02:00
Nicholas Nethercote
6fb367bfab
Bug 742163 - Clean up JSScript::jitArityCheck{Normal,Ctor}. r=dvander.
2012-04-05 00:02:02 -07:00
Brad Lassey
8e80f2395f
backout b51259905d85 because it needs sr
2012-04-05 02:02:52 -04:00
Kan-Ru Chen
6c1b8cdec2
Bug 707589 - [Gonk] When screen is enabled/disabled, send visibility change events to windows [r=mwu]
2012-04-04 23:03:00 -07:00
Brad Lassey
74ecc22540
bug 738528 - still photo support for getUserMedia r=dougt
2012-04-04 23:32:38 -04:00
Brad Lassey
88fa428f0d
bug 741284 - add async file request method r=kats
2012-04-05 01:50:06 -04:00
Jared Wein
97e59725ee
Bug 742619 - Temporarily disable one of the tests in test11c to quiet an intermittent orange. r=felipe
2012-04-04 22:17:54 -07:00
Michael Wu
bbcee4bb27
Bug 742107 - Use GRE_HOME or /system/b2g on Gonk, r=glandium
2012-04-04 20:24:10 -07:00
Daniel Holbert
1557110080
Bug 739711: add some diagnostic printfs to let us see if we're hitting canvas drawImage for SVG images on android. r=roc
2012-04-04 19:37:28 -07:00
Brian Smith
7c1dc6513b
Bug 736903: nsHttpChannel wraps the aOffset value it passes to its stream listener instead of clamping it, r=cbiesinger
...
--HG--
extra : rebase_source : 28bc8bdddea0cac6a41482920d059b523197ef03
2012-04-04 18:57:22 -07:00
Brian Smith
1894f363b5
Bug 736898: Avoid signed/unsigned comparisons in tools/profiler, r=bgirard
...
--HG--
extra : rebase_source : 53eadd48e29fc1aae143b0480bcb573a392e1130
2012-04-04 18:56:25 -07:00
Brian Smith
c948018118
Bug 736895: Suppress warning warning C4355: 'this' : used in base member initializer list in nsHttpChannel::nsHttpChannel, r=cbiesinger
...
--HG--
extra : rebase_source : bbcacf34a97671cb4750888a2468f6563c52b99a
2012-04-04 18:55:21 -07:00
Brian Smith
858c62a075
Bug 736887: Fix compiler warning in nsHttpChannel.cpp: warning C4244: 'argument' : conversion from 'double' to 'PRTime', possible loss of data, r=cbiesinger
...
--HG--
extra : rebase_source : 7c100821353b77133108e08f6bf0fd53195c0f9a
2012-04-04 18:54:03 -07:00
Jeff Gilbert
fbaf6cb6c4
Bug 685156 - webgl.hint() must accept GENERATE_MIPMAP_HINT - r=bjacob
2012-04-04 18:57:35 -07:00
Kyle Huey
83aaf0fea4
Backed out changeset 3a0940f90455
2012-04-04 13:42:12 -07:00
Kyle Huey
5c0b086474
Bug 741125: Update WebIDL parser.
2012-04-04 12:07:28 -07:00
Chris Cooper
ef548df90a
Merge build-system to mozilla-central
2012-04-04 14:02:07 -04:00
Rob Campbell
03e1318874
backout bug 728926; a=orange
2012-04-04 14:54:13 -03:00
Olli Pettay
c8590c4f62
Bug 742371 - Remove MutationReceiver from MutationObserver when the target is deleted, r=sicking
2012-04-04 20:36:40 +03:00
Dave Camp
0593335323
Bug 740615 - Move rule view copy code into CssRuleView.jsm. r=paul
2012-04-04 09:36:35 -07:00
Olli Pettay
f6ad7172e0
Bug 742237, MutationObserver crashes during GC, r=sicking
2012-04-04 18:11:57 +03:00
Marco Bonardo
30c673af46
Merge last green PGO from inbound to central
2012-04-04 13:36:36 +02:00
Olli Pettay
76b8cd7f71
Bug 742183 - Handle MicroTasks correctly with showModalDialog, r=sicking
2012-04-04 09:23:45 +03:00
Olli Pettay
5ecdf9457c
Bug 742190 - Leak with MozMutationObserver, r=sicking
2012-04-04 09:22:16 +03:00
Kyle Huey
3f2d3e17c7
No bug: Shut up a struct/class warning. r=Bas
2012-04-03 14:00:34 -07:00
Joey Armstrong
15ddc7aed7
Bug 738404 - Makefile.in edits to use threadsafe mkdir (bug 680246) - r=ted
2012-04-03 16:08:16 -04:00
Joey Armstrong
e77beefa7b
Bug 688061 - reduce shell command use - r=khuey
2012-04-03 15:53:07 -04:00
Matt Brubeck
e611812eb2
Merge last green changeset from inbound to mozilla-central
2012-04-03 10:48:15 -07:00
Joey Armstrong
978a5f6d8a
Bug 735638 - add utility function checkIfEmpty - r=khuey
2012-04-03 13:34:04 -04:00