Myk Melez
|
8368ebf915
|
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
|
8a604ee1de
|
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
|
34bb423d34
|
Bug 865969 part 9. Remaining miscellaneous rooting fixes in WebIDL bindings. r=ms2ger
|
2013-05-03 19:29:09 -04:00 |
|
Boris Zbarsky
|
d058ab83b1
|
Bug 865969 part 8. Fix rooting hazards in CallbackObject. r=ms2ger
|
2013-05-03 19:29:09 -04:00 |
|
Boris Zbarsky
|
e8ede4855e
|
Bug 865969 part 7. Fix rooting hazards in DOMJSProxyHandler.cpp. r=ms2ger
|
2013-05-03 19:29:09 -04:00 |
|
Boris Zbarsky
|
fba1502aa7
|
Bug 865969 part 6. Fix rooting hazards in BindingUtils.cpp. r=smaug
|
2013-05-03 19:29:08 -04:00 |
|
Boris Zbarsky
|
9122c4fa70
|
Bug 865969 part 5. Root the id argument of WebIDL DefineInterface methods. r=smaug
|
2013-05-03 19:29:08 -04:00 |
|
Boris Zbarsky
|
3200d7e8dc
|
Bug 865969 part 4. Pass handles to WebIDL dictionary init. r=smaug,terrence
|
2013-05-03 19:29:08 -04:00 |
|
Boris Zbarsky
|
25dc5fc616
|
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
|
bb2222c08c
|
Bug 865969 part 2. Better rooting in bindings for 'any' arguments. r=smaug
|
2013-05-03 19:29:07 -04:00 |
|
Boris Zbarsky
|
4d5cf6450f
|
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
|
9d34cb3526
|
Bug 868266. Root the arguments list in nsObjectLoadingContent::LegacyCall. r=terrence
|
2013-05-03 19:28:32 -04:00 |
|
Timothy Nikkel
|
cffcd0ae38
|
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
|
4a49b819a3
|
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
|
a4b32eb386
|
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
|
ac6a9af295
|
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
|
c5984618dd
|
Bug 867459: Rooting fixes for netwerk r=terrence
|
2013-05-03 17:49:57 -04:00 |
|
David Zbarsky
|
310ba2fedb
|
Bug 867459: Rooting fixes for ipc r=terrence
|
2013-05-03 17:49:47 -04:00 |
|
Bobby Holley
|
4ff0e41f8c
|
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
|
44f2e6b974
|
Bug 829872 - Tests. r=bz
|
2013-05-03 14:47:09 -07:00 |
|
Bobby Holley
|
71b4e83ad1
|
Bug 829872 - Return null for cross-origin contentDocument. r=bz
|
2013-05-03 14:47:09 -07:00 |
|
Bobby Holley
|
a94081cfd8
|
Bug 829872 - Add convenience version of Equals/Subsumes to nsIPrincipal. r=bz
|
2013-05-03 14:47:09 -07:00 |
|
Luke Wagner
|
f13efd21c6
|
Bug 854209 - add asm.js mochitests (r=sstangl)
|
2013-05-03 14:45:07 -07:00 |
|
Ehsan Akhgari
|
33a92bcb9b
|
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
|
6599a4f628
|
Bug 865642 - Disable more tests on Android.
|
2013-05-02 23:59:31 -04:00 |
|
Phil Ringnalda
|
4bd891c91d
|
Bug 855050 - mark sync-image-switch-* random on WinXP
|
2013-05-02 20:26:24 -07:00 |
|
David Zbarsky
|
33f9085a4c
|
Bug 867459: Fix bustage on a CLOSED TREE
|
2013-05-02 23:10:04 -04:00 |
|
David Zbarsky
|
a76cf015cc
|
Bug 867459 - Fix xpfe rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
David Zbarsky
|
13d2098e73
|
Bug 867459 - Fix storage rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
David Zbarsky
|
3a87369b98
|
Bug 867459 - Fix gfx rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
David Zbarsky
|
153dded199
|
Bug 867459 - Fix caps rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
David Zbarsky
|
dd9b8a64b2
|
Bug 867459 - Fix webrtc rooting hazards r=terrence
|
2013-05-02 22:02:39 -04:00 |
|
David Zbarsky
|
d18859c9be
|
Bug 867459 - Fix toolkit/ rooting hazards r=terrence
|
2013-05-02 22:02:37 -04:00 |
|
Chia-hung Tai
|
592dbfaf96
|
Bug 867227 - Part 1: Interface changes. r=vyang, sr=mounir
|
2013-04-30 15:59:03 -07:00 |
|
Andrea Marchesini
|
61eecbe753
|
Bug 859824 - MediaElement creates a WakeLock when playing audio. r=jlebar
|
2013-05-02 12:05:00 -04:00 |
|
Martyn Haigh
|
15a1dca0e3
|
Bug 854940 - Add application name to permission prompt. r=mfinkle
|
2013-05-02 08:01:06 -04:00 |
|
Chiajung Hung
|
105da9b5d8
|
Bug 825110 - Part 3: WebRTC changes for B2G WebRTC video module. r=jesup
|
2013-05-02 08:00:12 -04:00 |
|
Chiajung Hung
|
826bdabdb4
|
Bug 825110 - Part 2: WebRTC Media changes for B2G WebRTC video module. r=ekr
|
2013-05-02 08:00:05 -04:00 |
|
Chiajung Hung
|
0a3663582f
|
Bug 825110 - Part 1: Camera changes for B2G WebRTC video module. r=mhabicher
|
2013-05-02 07:59:58 -04:00 |
|
Ryan VanderMeulen
|
b11e1c3722
|
Merge m-c to birch.
|
2013-05-02 07:37:56 -04:00 |
|
Gregory Szorc
|
b7297afe80
|
Merge mozilla-central into services
|
2013-05-01 23:32:18 -07:00 |
|
Nikhil Marathe
|
31dd25216e
|
Bug 863598 - SimplePush: Make PushService a module. r=dougt
--HG--
rename : dom/push/src/PushService.js => dom/push/src/PushService.jsm
|
2013-05-02 10:45:18 +05:30 |
|
Edmund Wong
|
7b96bf5ea5
|
Bug 867033 - Check self.wall_time for being zero. r=gps
|
2013-05-02 13:05:53 +08:00 |
|
Phil Ringnalda
|
4a278dd88b
|
Merge the last PGO-green cset on mozilla-inbound to mozilla-central
|
2013-05-01 20:27:16 -07:00 |
|
Gene Lian
|
2daaae037b
|
Bug 865157 - B2G MMS: Receiving an MMS creates a redundant thread different from the one containing SMS (from the same sender). r=vicamo sr=mounir a=leo+
|
2013-05-02 11:06:44 +08:00 |
|
Brian Hackett
|
b8015cbaa3
|
Bug 865584 - Add null check for target script's type info when compiling 'new', r=dvander.
|
2013-05-01 15:43:36 -06:00 |
|
Mats Palmgren
|
16604d3150
|
Bug 851641. Simplify the logic in nsView::DoResetWidgetBounds. r=tnikkel
|
2013-05-01 16:21:33 -05:00 |
|
Timothy Nikkel
|
5aefcc33ef
|
Bug 851641. Make nsView::DoResetWidgetBounds safe against any kind of painting or flushing happening during it. r=mats
|
2013-05-01 16:21:33 -05:00 |
|
Markus Stange
|
e44425faac
|
Bug 851641. Don't make view visibility changes immediately to the underlying widget. Post a pending update to do it. r=roc,mats
|
2013-05-01 16:21:32 -05:00 |
|
Ryan VanderMeulen
|
4274bb3099
|
Merge birch to m-c.
|
2013-05-01 15:29:18 -04:00 |
|