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

308152 Коммитов

Автор SHA1 Сообщение Дата
David Zbarsky 13aa0d35f9 Bug 866450 Part 3: Fix rooting hazards under content/ and dom/ r=bz 2013-05-02 05:12:46 -04:00
David Zbarsky 261b97262e Bug 866450 Part 2: Fix rooting hazards under content/ and dom/ r=bz 2013-05-02 05:12:46 -04:00
David Zbarsky 8cdcfa8969 Bug 866450 Part 1: Fix rooting hazards under content/ and dom/ r=bz 2013-05-02 05:12:45 -04:00
Margaret Leibovic eac18525f4 Bug 867249 - Improve getDominantColor algorithm to return more accurate colors. r=bnicholson 2013-05-02 11:53:13 -07:00
Margaret Leibovic af0be5f224 Bug 867059 - Only show "Set as Default" contextmenu item for enabled non-default search engines. r=mfinkle 2013-05-02 11:53:11 -07:00
Rodrigo Silveira 987abe052a Bug 858598 - Defect - Select popups near the bottom of the screen are unusable r=mbrubeck
--HG--
extra : rebase_source : dd2d75a683ec26bd96a72efd911be9aaf7e72106
2013-05-02 11:50:49 -07:00
Olli Pettay cc8d1fe99a Bug 847597 - Paris binding for NotifyAudioAvailableEvent, r=peterv
--HG--
extra : rebase_source : 2fb578e3f0c7a60f95f3a2f13634f9b4c887d95f
2013-05-02 20:11:12 +03:00
Jason Smith b5b9e8f3a4 Bug 861958 - Crashtest for DataChannelConnection::Open crash. r=jesup 2013-05-01 20:44:28 -07:00
Michael Wu 309c03f3b5 Bug 867871 - Support building cubeb opensles backend on JB, r=kinetik 2013-05-01 21:43:55 -04:00
Doug Turner 324e7d7fad Bug 853732 - Improve Device Storage enumeration to avoid bad performance with some SD card. r=dylands r=dougt a=tef+ 2013-05-02 16:26:31 -07:00
Dave Hylands a6b2e561da Bug 867769 - NS_MakeRandomString generates the same string when called twice within the same second. r=bsmedberg 2013-05-02 14:50:11 -07:00
Jed Parsons 1cfa0951b2 Bug 867847 - Fix busted navigator.id.get(). r=benadida 2013-05-01 18:29:41 -07:00
Martijn Wargers 120d653258 Bug 865204 - Change remaining CSP tests that use enablePrivilege to SpecialPowers. r=bholley, f=imelven 2013-05-02 01:16:45 +02:00
Ralph Giles 5757a50420 Bug 782091 - Add multichannel Opus test files. r=derf
This doesn't do any verification of the output, just checks
that we load multichannel files and playback completes.

These are public-domain test files created by Tim and Monty
last year. They're not great audio quality, the idea is just
to verify correct speaker mapping.

http://people.xiph.org/~greg/opus_testvectors/opus_multichannel_examples/
2013-05-01 14:15:57 -07:00
Stephen Pohl 3e739e4fa3 Bug 636564 - Implement Lion style scrollbars on Mac OSX 10.7+. r=roc 2013-05-02 07:52:25 -04:00
Cykesiopka d854f8ffdd Bug 541918 - Uncomment head attribute test in content/html/document/test/test_bug324378.html. r=jst 2013-05-02 07:52:25 -04:00
Chia-hung Tai c89832ff68 Bug 867227 - Part 2: Add expiry date into nsIDOMMozMmsMessage. r=vyang 2013-05-01 09:22:52 -07:00
Robert O'Callahan 8dd36a194c Bug 863224. DOMMediaStream should release its internal MediaStream and listener during Unlink to ensure that events running between Unlink and the destruction of the DOMMediaStream don't see the dying object. r=jesup 2013-05-01 23:24:16 +12:00
Alexander Surkov f13d6cee71 Bug 865559 - get rid of nsAccessNodeWrap, r=tbsaunde 2013-05-05 14:38:14 +09:00
Shu-yu Guo 2a348786f9 Bug 646597 - Make functions made by the Function constructor compile-and-go. Most of patch was originally written by jorendorff. (r=luke) 2013-05-04 20:53:21 -07:00
Boris Zbarsky b0f0481c81 Bug 865785 part 2. Fix rooting issues in JS-implemented webidl. r=mccr8 2013-05-04 21:44:10 -04:00
Boris Zbarsky 3870f79014 Bug 865785 part 1. Go back to passing a JSContext* to the constructors for JS-implemented interfaces. r=mccr8 2013-05-04 21:43:58 -04:00
Brian Smith 5170741299 Bug 867445: Remove Test Pilot, r=gavin 2013-04-30 17:30:44 -07:00
Geoff Brown 790397fba8 Bug 865944 - Enable 4 of the 7 rc tests disabled for intermittent fails on panda; r=jmaher DONTBUILD 2013-05-03 21:46:46 -06:00
Benoit Jacob 5f89c1ac69 Bug 868556 - We are not using gralloc on b2g anymore - r=vladv 2013-05-03 22:57:18 -04:00
Dan Gohman 173fdb0b10 Bug 868027 - Use push to push integer registers onto the stack on x64. r=nbp
Use push instead of adjusting the stack pointer and doing stores manually.
This significantly reduces code size for these sequences.
2013-05-03 19:20:30 -07:00
Dan Gohman ab5ef8d3a1 Bug 868535 - IonMonkey: Optimize signed division by constant power of 2. r=nbp 2013-05-03 18:58:00 -07:00
Phil Ringnalda 0fadbc4834 Bug 868152 - The disabling of media crashtest on Android will continue until morale improves 2013-05-03 18:40:43 -07:00
Myk Melez a9d244b3fe bug 856232 - let addons add DebuggerServer actors anytime; r=past,dcamp
---
 toolkit/devtools/debugger/server/dbg-server.js     | 15 ++--
 .../debugger/tests/unit/post_init_global_actors.js | 17 +++++
 .../debugger/tests/unit/post_init_tab_actors.js    | 17 +++++
 .../debugger/tests/unit/pre_init_global_actors.js  | 17 +++++
 .../debugger/tests/unit/pre_init_tab_actors.js     | 17 +++++
 .../debugger/tests/unit/test_add_actors.js         | 82 ++++++++++++++++++++++
 toolkit/devtools/debugger/tests/unit/xpcshell.ini  |  1 +
 7 files changed, 159 insertions(+), 7 deletions(-)
 create mode 100644 toolkit/devtools/debugger/tests/unit/post_init_global_actors.js
 create mode 100644 toolkit/devtools/debugger/tests/unit/post_init_tab_actors.js
 create mode 100644 toolkit/devtools/debugger/tests/unit/pre_init_global_actors.js
 create mode 100644 toolkit/devtools/debugger/tests/unit/pre_init_tab_actors.js
 create mode 100644 toolkit/devtools/debugger/tests/unit/test_add_actors.js

--HG--
extra : amend_source : 840d4a85559c17b84dedb18bf374ca6a3e84e631
2013-05-03 18:21:48 -07:00
James Willcox 0cf4dbdef2 Bug 848652 - Implement ArrayBuffer version of AudioContext.createBuffer r=ehsan
--HG--
rename : content/media/webaudio/test/test_decodeAudioData.html => content/media/webaudio/test/test_mediaDecoding.html
2013-05-03 16:42:28 -04:00
Boris Zbarsky ec2d2df69a Bug 865969 part 9. Remaining miscellaneous rooting fixes in WebIDL bindings. r=ms2ger 2013-05-03 19:29:09 -04:00
Boris Zbarsky 77fecbe508 Bug 865969 part 8. Fix rooting hazards in CallbackObject. r=ms2ger 2013-05-03 19:29:09 -04:00
Boris Zbarsky 5c1c270e34 Bug 865969 part 7. Fix rooting hazards in DOMJSProxyHandler.cpp. r=ms2ger 2013-05-03 19:29:09 -04:00
Boris Zbarsky 7640b170ac Bug 865969 part 6. Fix rooting hazards in BindingUtils.cpp. r=smaug 2013-05-03 19:29:08 -04:00
Boris Zbarsky f551a1cd1b Bug 865969 part 5. Root the id argument of WebIDL DefineInterface methods. r=smaug 2013-05-03 19:29:08 -04:00
Boris Zbarsky fc40ed13a0 Bug 865969 part 4. Pass handles to WebIDL dictionary init. r=smaug,terrence 2013-05-03 19:29:08 -04:00
Boris Zbarsky b95342eea4 Bug 865969 part 3. Add ways of creating Handle<Value> holding null and undefined values. r=terrence 2013-05-03 19:29:08 -04:00
Boris Zbarsky 155848b4d3 Bug 865969 part 2. Better rooting in bindings for 'any' arguments. r=smaug 2013-05-03 19:29:07 -04:00
Boris Zbarsky 6e1db48b4d Bug 865969 part 1. Better rooting in bindings for 'object' arguments, as well as for worker interface arguments passed as JSObject*. r=smaug 2013-05-03 19:29:07 -04:00
Boris Zbarsky 2f61b956d6 Bug 868266. Root the arguments list in nsObjectLoadingContent::LegacyCall. r=terrence 2013-05-03 19:28:32 -04:00
Timothy Nikkel 4e24b17081 Bug 868572. Move nsIScrollPositionListener file from view/ to layout/. r=mats
--HG--
rename : view/public/nsIScrollPositionListener.h => layout/generic/nsIScrollPositionListener.h
2013-05-03 17:31:08 -05:00
Matt Brubeck 4ac559870b Back out changeset 1a0f522cf110 (bug 848652) because of assertion failures in MediaBufferDecoder.cpp
CLOSED TREE

--HG--
rename : content/media/webaudio/test/test_mediaDecoding.html => content/media/webaudio/test/test_decodeAudioData.html
2013-05-03 15:18:06 -07:00
Luke Wagner 7eb1eb3349 Bug 868334 - test for MacroAssembler::oom in nextJump (r=sstangl)
--HG--
extra : rebase_source : 0f24502942176278fb94d3d978941deac1d77050
2013-05-03 14:43:33 -07:00
Sid Stamm e0254be427 Bug 861117 - report errors when URIs passed into nsIStrictTransportSecurityService::IsStsURI malformed. (r=bsmith)
--HG--
extra : rebase_source : 0a42dfe50219438fd5acd997e61c026d6a9cc116
2013-05-03 14:49:04 -07:00
David Zbarsky cb3c10c385 Bug 867459: Rooting fixes for netwerk r=terrence 2013-05-03 17:49:57 -04:00
David Zbarsky bbad01caed Bug 867459: Rooting fixes for ipc r=terrence 2013-05-03 17:49:47 -04:00
Bobby Holley a852984d89 Bug 829872 - Fix up tests that depend on contentDocument being non-null. r=imelven
These almost universally depend on some sort of special privileges, so I don't
think they're representative of any use-cases we might find on the web.
2013-05-03 14:47:10 -07:00
Bobby Holley f3f2af8bf6 Bug 829872 - Tests. r=bz 2013-05-03 14:47:09 -07:00
Bobby Holley 06f27cde2c Bug 829872 - Return null for cross-origin contentDocument. r=bz 2013-05-03 14:47:09 -07:00
Bobby Holley 9b971f4a50 Bug 829872 - Add convenience version of Equals/Subsumes to nsIPrincipal. r=bz 2013-05-03 14:47:09 -07:00