Commit Graph

131055 Commits

Author SHA1 Message Date
Tetsuharu OHZEKI
6c8e11f213 Bug 868936 - Use strict equality operator in JSDOMParser.js. r=bnicholson 2013-05-07 22:38:16 -04:00
JosiahOne
7354eb0c86 Bug 868432 - Animate scrolling when Home/End button is pressed. r=roc 2013-05-07 14:41:09 -04:00
Dave Vasilevsky
1766ad0b6d Bug 862562 - Fix mozboot on 10.6. r=gps 2013-05-02 12:51:10 -04:00
aceman
df5e7e5002 Bug 533315 - Show the stack trace of 'e' in do_thow(e) if 'e' is already an exception object. r=ted 2013-05-07 22:37:49 -04:00
Boris Zbarsky
a5a8ddd238 Bug 868102. Don't swallow exceptions from the XPCOM/XPConnect goop when setting up a js-implemented webidl object. r=mccr8 2013-05-07 22:34:56 -04:00
Boris Zbarsky
4f17ea0254 Bug 869311. More rooting in dom/bindings and content/base. r=smaug 2013-05-07 22:34:56 -04:00
Wes Kocher
d6cb3c3033 Bug 869687 - Uplift Add-on SDK integration branch to Firefox 2013-05-07 19:30:52 -07:00
Joe Drew
071c6950d2 Bug 869125 - Use the preallocated first frame in the PNG and GIF decoders when possible so we don't flash unnecessarily. r=seth
--HG--
extra : rebase_source : b2b914fd86c7946392588726082b885b09a97b37
2013-05-07 22:25:03 -04:00
Allison Naaktgeboren
5f00501947 Bug 868523 - snapped synced tabs entry doesnt hide if sync is not enabled.r=jimm 2013-05-07 19:29:41 -07:00
Adam Roach [:abr]
1890f56fff Bug 864255: Crash in production builds if we can't shut down properly r=jesup 2013-05-07 21:13:42 -05:00
Adam Roach [:abr]
76959bb2a3 Bug 784519 - Part 2: Fix success callback event names r=jesup 2013-05-07 21:13:42 -05:00
Adam Roach [:abr]
48408173b0 Bug 784519 - Part 1: Enforce State Transition Rules in SIPCC r=ehugg 2013-05-07 21:13:41 -05:00
Brian Smith
88fa8e1007 Bug 867445: Remove Test Pilot, r=gavin 2013-04-30 17:30:44 -07:00
Geoff Brown
44f9cfdbee 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
8050ad2df9 Bug 868556 - We are not using gralloc on b2g anymore - r=vladv 2013-05-03 22:57:18 -04:00
Dan Gohman
a539075045 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
42ad8d0952 Bug 868535 - IonMonkey: Optimize signed division by constant power of 2. r=nbp 2013-05-03 18:58:00 -07:00
Phil Ringnalda
15aa0f03f4 Bug 868152 - The disabling of media crashtest on Android will continue until morale improves 2013-05-03 18:40:43 -07:00
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