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
Jeff Muizelaar
fd6b0690da
Bug 730898. 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-03-30 14:21:59 -04:00
Joel Maher
7eb668b2ff
Bug 742147 - tprovider doesn't provide accurate output format for talos parsers. r=gbrown
2012-04-05 11:11:25 -04:00
Mats Palmgren
7c71c27f9d
Bug 724352 - Decrement assertion counts for some layout crashtests. r=roc
2012-04-05 16:30:21 +02:00
Mats Palmgren
c101f77175
Bug 724352 - Don't add vertical margin to scrollable overflow here, it's already done during reflow and we don't need it for UpdateOverflow yet (and we need to account for margin-collapsing when we do). r=roc
2012-04-05 16:30:21 +02:00
Mark Capella
32c0377459
Bug 739889 - densify nsOuterDocAccessible, r=surkov, tbsaunde
...
--HG--
rename : accessible/src/base/nsOuterDocAccessible.cpp => accessible/src/generic/OuterDocAccessible.cpp
rename : accessible/src/base/nsOuterDocAccessible.h => accessible/src/generic/OuterDocAccessible.h
rename : accessible/tests/mochitest/test_nsOuterDocAccessible.html => accessible/tests/mochitest/test_OuterDocAccessible.html
2012-04-05 23:27:37 +09:00
Jonathan Kew
b16d28f2aa
bug 736227 - fix surrogate handling in case-insensitive string compare. r=smontagu
2012-04-05 13:39:13 +01: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
Trevor Saunders
a0541958c3
bug 733510 - use flag histograms instead of bool histagrams for usage data r=davidb, froydnj
2012-03-23 16:32:18 -04:00
Jeff Gilbert
2b76e47d57
Bug 741689 - Disable poorly implemented GL extensions on load - r=bjacob
2012-04-04 18:44:55 -07:00
Luke Wagner
cd2112370c
Fix semicolon warning in js/src (no bug, r=me)
...
--HG--
extra : rebase_source : 698de99375bcba9438a73460db3e04082d7ca0a9
2012-04-04 18:23:21 -07:00
Patrick McManus
e4de00550d
bug 739023 nightly crash in nshttpchannel::OnDataAvailable() from Restart r=honzab
...
--HG--
extra : rebase_source : ccb196fc38394d9ef5e0a4bdf51ea714a57e7224
2012-04-04 21:19:20 -04:00
Oleg Romashin
85eb6e3b49
Bug 742544 - Don't change global shared context multiple times. r=jgilbert
2012-04-04 17:53:02 -07:00
Fabrice Desré
8c21e4bf89
Bug 741560 - Pin apps in b2g [r=mayhemer]
2012-04-04 17:55:08 -07:00
Sriram Ramasubramanian
295e25030a
Bug 742216: Battery sensor cleanup in the similar lines of GeckoConnectivityReceiver. [r=mfinkle]
2012-04-04 17:31:19 -07:00
Sriram Ramasubramanian
ba544980bb
Bug 742216: onPause() is redundant. [r=mfinkle]
2012-04-04 17:30:26 -07:00
Sriram Ramasubramanian
fab69c088c
Bug 742216: Disable sensors on application pause. [r=mfinkle]
2012-04-04 17:29:30 -07:00
Justin Lebar
ac31484323
Bug 742448 - Don't return xray-waived objects in BrowserElementAPI, and don't use the parent window's content-overridable top property for implementing window.top. r=bholley
...
--HG--
extra : rebase_source : 0c81c1f605aaf73f01b47077be11345ee64955e1
2012-04-04 20:32:39 -04:00
Chenxia Liu
bf1449c208
Bug 742111 - Focus text entry boxes in Pair a Device. r=rnewman
2012-04-04 17:33:10 -07:00
Chenxia Liu
964d46edda
Bug 742593 - SetupSyncActivity does main thread networking. r=rnewman
2012-04-04 17:33:08 -07:00
Chenxia Liu
019b1231cb
Bug 725912 - Part 1: Sync key validation + tests. r=rnewman
2012-04-04 17:32:38 -07:00
Bobby Holley
36252b8f57
Bug 737251 - Reuse the throwing code in jsobj.cpp for jsproxy.cpp. r=luke
2012-04-04 17:26:21 -07:00
Bobby Holley
956d893f7e
Bug 737245 - Typed Arrays should handle cross-compartment wrappers; part3. r=luke
2012-04-05 09:39:41 +10:00
Bobby Holley
7029dbc741
Bug 737245 - Typed Arrays should handle cross-compartment wrappers; part2. r=luke
2012-04-05 09:39:25 +10:00
Bobby Holley
be7e8fcc3d
Bug 737245 - Typed Arrays should handle cross-compartment wrappers; part1. r=luke
2012-04-05 09:38:47 +10:00
Malini Das
d98e91105f
Bug 742513 - allow marionette to launch b2g desktop build, r=jgriffin
2012-04-04 15:56:26 -07:00
Jared Wein
5715b2f053
Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe
2012-04-04 15:32:54 -07:00
Jared Wein
58d288335f
Bug 711552 - Click to play plugins for desktop Firefox. r=felipe
2012-04-02 13:49:56 -07:00