Alexander Surkov
|
4358e137d0
|
Bug 865559 - get rid of nsAccessNodeWrap, r=tbsaunde
|
2013-05-05 14:38:14 +09:00 |
|
Shu-yu Guo
|
7045e18e7b
|
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
|
423aade28c
|
Bug 865785 part 2. Fix rooting issues in JS-implemented webidl. r=mccr8
|
2013-05-04 21:44:10 -04:00 |
|
Boris Zbarsky
|
881f992823
|
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
|
67536bc2ef
|
Bug 867445: Remove Test Pilot, r=gavin
|
2013-04-30 17:30:44 -07:00 |
|
Geoff Brown
|
a20cbe5520
|
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
|
c8d133f5b1
|
Bug 868556 - We are not using gralloc on b2g anymore - r=vladv
|
2013-05-03 22:57:18 -04:00 |
|
Dan Gohman
|
46ecd80454
|
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
|
5dbf8dc454
|
Bug 868535 - IonMonkey: Optimize signed division by constant power of 2. r=nbp
|
2013-05-03 18:58:00 -07:00 |
|
Phil Ringnalda
|
3138f9118d
|
Bug 868152 - The disabling of media crashtest on Android will continue until morale improves
|
2013-05-03 18:40:43 -07:00 |
|
Myk Melez
|
9870ca2673
|
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
|
26839b9119
|
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
|
fecb6d841d
|
Bug 865969 part 9. Remaining miscellaneous rooting fixes in WebIDL bindings. r=ms2ger
|
2013-05-03 19:29:09 -04:00 |
|
Boris Zbarsky
|
05def15f98
|
Bug 865969 part 8. Fix rooting hazards in CallbackObject. r=ms2ger
|
2013-05-03 19:29:09 -04:00 |
|
Boris Zbarsky
|
2ead1e05ab
|
Bug 865969 part 7. Fix rooting hazards in DOMJSProxyHandler.cpp. r=ms2ger
|
2013-05-03 19:29:09 -04:00 |
|
Boris Zbarsky
|
6baed10459
|
Bug 865969 part 6. Fix rooting hazards in BindingUtils.cpp. r=smaug
|
2013-05-03 19:29:08 -04:00 |
|
Boris Zbarsky
|
cf0d9ed876
|
Bug 865969 part 5. Root the id argument of WebIDL DefineInterface methods. r=smaug
|
2013-05-03 19:29:08 -04:00 |
|
Boris Zbarsky
|
545e5c8143
|
Bug 865969 part 4. Pass handles to WebIDL dictionary init. r=smaug,terrence
|
2013-05-03 19:29:08 -04:00 |
|
Boris Zbarsky
|
c8bed7435e
|
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
|
b8d3b00c5d
|
Bug 865969 part 2. Better rooting in bindings for 'any' arguments. r=smaug
|
2013-05-03 19:29:07 -04:00 |
|
Boris Zbarsky
|
964948a44a
|
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
|
9ae8f0f383
|
Bug 868266. Root the arguments list in nsObjectLoadingContent::LegacyCall. r=terrence
|
2013-05-03 19:28:32 -04:00 |
|
Timothy Nikkel
|
dea7b99417
|
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
|
eb1363b174
|
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
|
ac0d5d72b1
|
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
|
36c61686cc
|
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
|
3591ba36fa
|
Bug 867459: Rooting fixes for netwerk r=terrence
|
2013-05-03 17:49:57 -04:00 |
|
David Zbarsky
|
d48e979f76
|
Bug 867459: Rooting fixes for ipc r=terrence
|
2013-05-03 17:49:47 -04:00 |
|
Bobby Holley
|
d02fa60c1c
|
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
|
9b90be6731
|
Bug 829872 - Tests. r=bz
|
2013-05-03 14:47:09 -07:00 |
|
Bobby Holley
|
f267207f77
|
Bug 829872 - Return null for cross-origin contentDocument. r=bz
|
2013-05-03 14:47:09 -07:00 |
|
Bobby Holley
|
7b10aa2e1c
|
Bug 829872 - Add convenience version of Equals/Subsumes to nsIPrincipal. r=bz
|
2013-05-03 14:47:09 -07:00 |
|
Luke Wagner
|
64cf6530d4
|
Bug 854209 - add asm.js mochitests (r=sstangl)
|
2013-05-03 14:45:07 -07:00 |
|
Ehsan Akhgari
|
1e87638631
|
Bug 867203 - Part 1: Unregister AudioBufferSourceNodes from PannerNodes when they die; r=padenot
--HG--
extra : rebase_source : e4aca1ebb975e04e8821df0377ee652e18755ed7
|
2013-04-30 19:20:55 -04:00 |
|
Ryan VanderMeulen
|
ae1d5cb13b
|
Bug 865642 - Disable more tests on Android.
|
2013-05-02 23:59:31 -04:00 |
|
Phil Ringnalda
|
fe8b3393d0
|
Bug 855050 - mark sync-image-switch-* random on WinXP
|
2013-05-02 20:26:24 -07:00 |
|
David Zbarsky
|
c9a385a475
|
Bug 867459: Fix bustage on a CLOSED TREE
|
2013-05-02 23:10:04 -04:00 |
|
David Zbarsky
|
bc96d3969e
|
Bug 867459 - Fix xpfe rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
David Zbarsky
|
1261d9e8d0
|
Bug 867459 - Fix storage rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
David Zbarsky
|
ced3b81df9
|
Bug 867459 - Fix gfx rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
David Zbarsky
|
2b92e27f70
|
Bug 867459 - Fix caps rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
David Zbarsky
|
8aeb9dc00f
|
Bug 867459 - Fix webrtc rooting hazards r=terrence
|
2013-05-02 22:02:39 -04:00 |
|
David Zbarsky
|
0f285d1367
|
Bug 867459 - Fix toolkit/ rooting hazards r=terrence
|
2013-05-02 22:02:37 -04:00 |
|
Chia-hung Tai
|
d24571cf23
|
Bug 867227 - Part 1: Interface changes. r=vyang, sr=mounir
|
2013-04-30 15:59:03 -07:00 |
|
Andrea Marchesini
|
34f4feefa8
|
Bug 859824 - MediaElement creates a WakeLock when playing audio. r=jlebar
|
2013-05-02 12:05:00 -04:00 |
|
Martyn Haigh
|
ec7c821cc5
|
Bug 854940 - Add application name to permission prompt. r=mfinkle
|
2013-05-02 08:01:06 -04:00 |
|
Chiajung Hung
|
03375ee9b1
|
Bug 825110 - Part 3: WebRTC changes for B2G WebRTC video module. r=jesup
|
2013-05-02 08:00:12 -04:00 |
|
Chiajung Hung
|
b73e6133e7
|
Bug 825110 - Part 2: WebRTC Media changes for B2G WebRTC video module. r=ekr
|
2013-05-02 08:00:05 -04:00 |
|
Chiajung Hung
|
aed738b705
|
Bug 825110 - Part 1: Camera changes for B2G WebRTC video module. r=mhabicher
|
2013-05-02 07:59:58 -04:00 |
|
Ryan VanderMeulen
|
a8fb2cf7cd
|
Merge m-c to birch.
|
2013-05-02 07:37:56 -04:00 |
|