David Anderson
7ed1ce6cf1
Invalidate scripts when forbidding compilation (bug 792552, r=jandem).
2012-09-21 16:41:23 -07:00
Jim Blandy
415825c0c7
Bug 790117: Move external profiler control functions to their own source file in js/src/builtin; drop VTune. r=sfink
...
The VTune support needed to be updated for changes to the VTune control API; that work is bug 675098.
2012-09-21 16:36:13 -07:00
Jim Blandy
6ba9527009
Bug 790117: XPCOM test harness: Delete unused profiler control functions. r=bsmedberg
...
These functions are entirely unused, but we also now have
JS_DefineProfilingFunctions, present in both browser and JavaScript shell,
for doing what these functions were presumably intended for.
2012-09-21 16:36:13 -07:00
Jim Blandy
04963c0cd1
Bug 791157: Make sure the shell's 'evaluate' function properly restores the JSContext options. r=jorendorff
2012-09-21 16:10:30 -07:00
Jared Wein
4359e95c1e
Bug 781588 - [Perf] Refactor formatValue to increase performance by 40%. r=felipe
...
Removed a couple of regular expressions from formatValue and replace them with simple string manipulation.
The property access of this.editor was taking 5% of the formatValue function. Switching it to a field removes this extra overhead.
2012-09-21 16:03:23 -07:00
Matt Brubeck
03785bab72
Bug 716575 (4/4) - Tests for GetViewportInfo [r=dbaron]
2012-09-10 18:53:24 -07:00
Matt Brubeck
8fb68b79fb
Bug 716575 (3/4) - Move viewport pixel ratio calculations into the platform [r=dbaron,jwir3,mfinkle,roc]
2012-08-22 13:18:10 -07:00
Matt Brubeck
24c6d5e17e
Bug 716575 (1/4) - Add a scriptable interface to GetViewportInfo [r=dbaron]
2012-08-22 13:17:20 -07:00
Chris Jones
d382892f2e
Bug 793229: Remove shadowed constant. r=cpeterson
2012-09-21 15:52:21 -07:00
Joe Drew
112c6bf654
Bug 787899 - Don't cancel the loading of a multipart/x-mixed-replace stream of we fail to initialize a part. r=jrmuizel
2012-09-11 14:03:52 -04:00
Joe Drew
d6864e44fa
Bug 787899 - Tests for ensuring we don't mess up multipart/x-mixed-replace streams when the server lies about a part's MIME type. r=jlebar
2012-09-06 18:05:27 -04:00
Joe Drew
f4348da77b
Bug 787899 - Always re-sniff the MIME type of parts on multipart/x-mixed-replace streams. r=jlebar
2012-09-06 18:05:23 -04:00
Joe Drew
430f02b8e7
Bug 789046 - Port a bug fix from the Webkit GIF decoder back to its progenitor, Mozilla! r=jlebar
2012-09-21 18:32:49 -04:00
Joe Drew
69a896a375
Bug 758200 - Zero out buffers when allocating new frames in GIF images. r=jlebar
2012-09-21 18:32:47 -04:00
Drew Willcoxon
137b9a01cf
Bug 793322 - Troubleshoot.jsm test should fail immediately instead of timing out on snapshot data validation errors. r=felipe
2012-09-21 15:17:35 -07:00
Bas Schouten
bdf0282d4f
Bug 792190: Relax D3D9 driver version requirements. r=bjacob
2012-09-21 22:12:28 +00:00
Steve Fink
14ff8a418d
Bug 748309 - Test structured clone handling of cyclic graphs. r=jorendorff
2012-09-21 13:10:28 -07:00
Steve Fink
92de81b7b2
Bug 748309 - Structured clone should check for duplicates of all objects. r=jorendorff
2012-09-04 14:09:48 -07:00
Steve Fink
91dd75fd04
Bug 791574 - Use a Unix-compatible list2cmdline. r=terrence.
...
Sadly, subprocess.list2cmdline only seems to do something sensible for Windows, which I find rather bizarre. This patch fixes the problem where -s can give you something like
./js -e option(\'allow_xml\'); -f ...
which is totally invalid in bash.
2012-09-18 09:58:31 -07:00
Jared Wein
9d9adcfa56
Bug 786420 - New volume control scrubber is displaced horizontally by 1px. r=dolske
2012-09-21 14:53:34 -07:00
Wes Kocher
15458c720e
Update Jetpack tests in Firefox to pick up bug 793035.
2012-09-21 13:44:04 -07:00
Ray Cheung
800d34a6c9
Bug 779500 - WebFM, r=jlebar,glandium sr=jonas
2012-09-19 11:23:33 -04:00
Steven Lee
11d78eda9d
Bug 749053 - FM radio support: AudioManager implementation. r=jlebar,mwu
2012-09-19 13:51:35 -04:00
Steven Lee
971b4af189
Bug 749053 - FM radio support: hal implementation, r=jlebar
...
Hal interface by Steven Lee (slee), gonk backend by Michael Wu (mwu).
2012-09-19 11:17:13 -04:00
Michael Wu
9bbdf52cab
Bug 792109 - Generate an outmix per opensl cubeb context not stream, r=kinetik
2012-09-19 13:51:34 -04:00
Randell Jesup
fded38dfe0
Bug 792325: patches from jingle's archive of libsrtp for upstreaming (or replacing with an upstream update) rs=biesi
2012-09-21 16:37:54 -04:00
Randell Jesup
568d4eb0dc
Bug 792325: srtp updated from CVS on Fri Sep 21 14:24:48 EDT 2012 rs=biesi
2012-09-21 16:37:41 -04:00
Randell Jesup
79b15f1cf4
Bug 792325: Build libsrtp in mozilla's system, and update script r=ted r=bsmedberg
2012-09-21 16:37:29 -04:00
Benoit Jacob
98c45d12b5
Bug 790946 - Remove support for the MOZ_ prefixed EXT_texture_filter_anisotropic ext name - r=jgilbert
2012-09-21 16:02:37 -04:00
Ehsan Akhgari
609f916ab7
Backout changeset 9f16bba541cc (bug 790499) becasuse of build bustage
2012-09-21 15:57:42 -04:00
Nathan Froyd
cc76c0f5b3
Bug 793258 - convert PR_FALSE to false in defined-in-idl-files functions; r=ehsan
2012-09-21 14:40:14 -04:00
Steven Lee
8b5c66d713
Bug 790499 - Time API: Call JS_ClearDateCaches() to update Date object's timezone when the system timezone is reset, r=jlebar
...
--HG--
extra : rebase_source : ddd264047c861c3244dfdf43e695705ec675f066
2012-09-21 14:56:01 -04:00
Ehsan Akhgari
5fe78337ca
Merge the landing of nsresult-enum on mozilla-central
2012-09-21 14:49:57 -04:00
Nathan Froyd
f7c99ce3fe
Bug 792169 - introduce better, safer constructors for nsArray; r=bsmedberg
2012-09-21 12:12:32 -04:00
Etienne Segonzac
f4547e3d31
Bug 793198: Remove an unused import that was causing an NS_ERROR_FACTORY_NOT_REGISTERED on B2G. r=gwagner
2012-09-21 11:30:09 -07:00
Daniel Holbert
4816f79070
Bug 792634: Give nsDequeFunctor a virtual destructor. r=bsmedberg
2012-09-21 11:27:27 -07:00
Gregory Szorc
5b4b93d50f
Bug 792990 - Properly handle add-ons when resetting Sync; r=rnewman
...
Due to a bug in the add-on sync implementation, resetting Sync would
cause all add-ons to be uninstalled and not replaced with the server
data.
2012-09-21 11:24:24 -07:00
Ehsan Akhgari
e4fe32a4c3
Bug 792565 - Clarify the documentation on nsITransferable::Init; irc-r=jdm
...
DONTBUILD
2012-09-21 14:18:25 -04:00
Chris Peterson
e4d054b3e3
Bug 778980 - Part 4a: Fix gcc -Wconversion-null warnings in ipc/chromium. r=bsmedberg
...
--HG--
extra : rebase_source : f74cecfefcdd599cf888d961906d0c033a9ee786
2012-09-21 09:28:13 -07:00
Chris Peterson
21cd211b2f
Bug 778980 - Part 2: Fix gcc -Wconversion-null warnings in js. r=dmandelin
...
--HG--
extra : rebase_source : 2988b953db883b67ec119e2c4f2c3a7a6bda82a0
2012-09-14 12:00:05 -07:00
Benoit Jacob
59762d81d3
Bug 732660 - Efficient drawElements validation on subarray and/or dynamically updated array - r=jgilbert
2012-09-21 13:44:35 -04:00
Benoit Jacob
55b76e399e
Bug 777967 - move the InvalidateCachedMinInUseAttribArrayLength calls a bit - r=jgilbert
2012-09-21 13:44:35 -04:00
Benoit Jacob
d5481e74ca
Bug 790946 - Remove support for the MOZ_ prefixed EXT_texture_filter_anisotropic ext name - r=jgilbert
2012-09-21 13:44:35 -04:00
Benoit Jacob
a887808628
Bug 790138 - raise WebGL context limits on desktop - r=jgilbert
2012-09-21 13:44:35 -04:00
Benoit Jacob
385e8f8242
Bug 790086 - Try removing the Optimus WebGL/ANGLE blacklist - r=jgilbert
...
What could possibly go wrong?
2012-09-21 13:44:35 -04:00
Benoit Jacob
1908a951bc
Bug 786383 - add MOZ_AVOID_OPENGL_ALTOGETHER option - r=karlt
2012-09-21 13:44:35 -04:00
Ehsan Akhgari
d7c314fd07
Bug 793219 - Use bools in DOM Bluetooth code instead of nsresults; r=dhylands
2012-09-21 13:21:36 -04:00
Ehsan Akhgari
66eeeb5eb7
Merge mozilla-central into mozilla-inbound
2012-09-21 13:34:50 -04:00
Brian R. Bondy
9aeb2b0c9f
Bug 790667 - Setting default browser should never prompt for UAC on Windows 8. r=rstrong
2012-09-21 10:05:24 -04:00
Brian R. Bondy
0058815552
Bug 791019 - New parameter for checking all defaults for win32. r=jimm
2012-09-21 10:05:24 -04:00