Commit Graph

134631 Commits

Author SHA1 Message Date
Ryan VanderMeulen
a5e7321f19 Backed out changeset a32d62b69434 (bug 879666) for B2G test bustage. 2013-06-05 17:56:51 -04:00
Jonathan Griffin
4ae711cab5 Bug 879666 - Use new emulator in TBPL, r=armenzg 2013-06-05 13:32:56 -07:00
Ryan VanderMeulen
e16e5832c0 Merge inbound to m-c. 2013-06-05 16:29:54 -04:00
Ryan VanderMeulen
2fd04369bf Merge fx-team to m-c. 2013-06-05 16:28:59 -04:00
Ryan VanderMeulen
bce748ee91 Merge birch to m-c. 2013-06-05 16:28:10 -04:00
Richard Newman
2356f455b1 Merge m-c to s-c. 2013-06-05 11:52:39 -07:00
Bob Clary
bdee7d94c0 Bug 879489 - SUTAgent - Make sure /data/local/tmp is a directory and is writable, r=jmaher. DONTBUILD 2013-06-05 11:25:43 -07:00
Geoff Brown
9910efbad5 Bug 869030 - Enable robocop testDoorHanger; r=jmaher
--HG--
extra : rebase_source : 926feb6671d1b8b6e2afe5961e28b919fa016ec3
2013-06-05 11:48:21 -06:00
Ryan VanderMeulen
5c3a853c0c Backed out changeset fe9dcdf48551 (bug 879374) for mochitest-3 crashes. 2013-06-05 13:28:44 -04:00
Shane Caraveo
6575602183 bug 871931 support non-tab browsers in usermedia/camera toolbarbutton, r=dao 2013-06-05 10:15:14 -07:00
Nick Fitzgerald
376f2cb3bf Bug 879246 - Fix intermittent failure in test_sourcemaps-02.js. r=past 2013-06-05 12:13:31 -04:00
Richard Newman
9f5feac33e Bug 868445 - Follow-up: correct missing import. r=trivial 2013-06-05 08:45:30 -07:00
Justin Lebar
6478e634ac Bug 879529 - Fix thread priorities in B2G child processes. r=gsvelto
Previously, suppose we were changing a process's priority from 18 to 1.
If a task had priority 19, that should have changed to 2.  But instead
we changed it to 18!  That's totally wrong.
2013-06-05 07:55:01 -04:00
Ed Morley
4e234bc045 Merge mozilla-central and birch 2013-06-05 11:49:44 +01:00
Ed Morley
cea7011e53 Merge latest green birch changeset and mozilla-central 2013-06-05 11:45:53 +01:00
Ed Morley
6b5228f485 Merge latest green inbound changeset and mozilla-central 2013-06-05 11:39:27 +01:00
Vicamo Yang
1992695c23 Bug 877141 - add test cases for sending SMS with continuous space characters. r=gene 2013-06-05 17:42:42 +08:00
Vicamo Yang
1a76845c52 Bug 879225: NetworkManager - extract hostname from various formats. r=gene 2013-06-05 17:20:50 +08:00
Cameron McCormack
6653c9cf7e Bug 872353 - Remove nsSVGTextFrame2::Reflow(), which is currently unused. r=longsonr 2013-06-05 17:15:31 +10:00
Mathieu Bultel
4e9196b791 Bug 763483 - navigate() does not wait for DOM readystate == complete, r=mdas 2013-06-05 08:59:05 +02:00
Wes Johnston
5d326d36ec Bug 870063 - Make context menus use async prompt service. r=mfinkle 2013-06-05 10:04:11 -07:00
Vicamo Yang
1cb916af2b Bug 877560: B2G RIL - support EF_CBMID. r=yoshi 2013-06-05 14:55:36 +08:00
Shelly Lin
2eeb681648 Bug 842243 - Part 5: Add MediaEncoder.h/.cpp; The main part of this media encoding framework. r=roc 2013-06-05 14:29:12 +08:00
Gian-Carlo Pascutto
a9eccf01a5 Bug 874572 - Suspend and resume the camera together with the application. r=blassey 2013-06-05 08:26:11 +02:00
Gian-Carlo Pascutto
c646b21629 Bug 874546 - Detach the preview when the Camera surface is destroyed. r=blassey 2013-06-05 08:26:00 +02:00
Daniel Holbert
f5826d6b94 Bug 879540: Remove "random" annotation from reftests that depend on flexbox being enabled at startup time; they're not actually random, since it's enabled by default. (no review; just a reftest.list tweak) 2013-06-04 23:23:22 -07:00
Giovanni Marquez
cd26eb460a Bug 408251: move updating of form history from handleSearchCommand to doSearch to make sure that mouse-triggered search bar queries end up recorded in form history, r=gavin 2013-06-04 23:20:35 -07:00
Phil Ringnalda
469b58d5db Bug 879494 followup, clean up the last few bug685516 annotations
CLOSED TREE
2013-06-04 23:10:53 -07:00
Timothy Nikkel
e84c378072 Bug 879494. Remove bug685516 annotations from reftests, they are not needed anymore. r=khuey 2013-06-05 00:18:54 -05:00
Bobby Holley
a28e914d2c Bug 877261 - Fold XPCCallContext::Init into XPCCallContext::XPCCallContext. r=Ms2ger
The large block is a simple move.
2013-06-04 21:11:21 -07:00
Bobby Holley
106481e316 Bug 877261 - Remove WrapperInitOptions. r=Ms2ger
Now that we don't have the separate path for initialization from an
XPCLazyCallContext, this stuff can be simplified. We get rid of Init entirely
in the next patch.
2013-06-04 21:11:21 -07:00
Bobby Holley
79e154981a Bug 877261 - Kill XPCLazyCallContext. r=Ms2ger
\o/
2013-06-04 21:11:21 -07:00
Bobby Holley
9ab7c2d38c Bug 877261 - Remove XPCLazyCallContext from Quickstubs. r=Ms2ger
There are a number of places where quickstubs does a scary-looking call to
lccx->SetWrapper. However, the lccx never gets morphed into a ccx, nor does
it escape in any other way. And unlike ccxes, declaring an lccx on the stack
doesn't have any observable side-effects. So this should actually be safe.
2013-06-04 21:11:20 -07:00
Bobby Holley
4843761664 Bug 877261 - Stop Passing lccx in a few Quickstubs places where we just want a JSContext. r=Ms2ger 2013-06-04 21:11:20 -07:00
Bobby Holley
6bfdce50e9 Bug 877261 - Remove the last two non-quickstub XPCLazyCallContexts. r=Ms2ger 2013-06-04 21:11:20 -07:00
Bobby Holley
e7426ec772 Bug 877261 - Remove a bunch of now-unnecessary ccx declarations from nsXPConnect. r=Ms2ber 2013-06-04 21:11:20 -07:00
Bobby Holley
19baba1983 Bug 877261 - Remove XPCCallContext from XPCCComponents. r=Ms2ger 2013-06-04 21:11:19 -07:00
Bobby Holley
ad7187ee15 Bug 877261 - Stop taking a cx in XPCWrappedJS::GetNewOrUsed. r=Ms2ger
Some of these callers seem to be passing a ccx when they don't need to, but
let's just remove the param all together for consistency.
2013-06-04 21:11:19 -07:00
Bobby Holley
41e994226a Bug 877261 - Stop using XPCCallContext for XPCConvert. r=Ms2ger 2013-06-04 21:11:19 -07:00
Bobby Holley
21f7e67df3 Bug 877261 - Stop using XPCCallContext for most stuff in XPCWrappedNative.cpp. r=Ms2ger
Starting with the above, this is the smallest unit change that will compile.
2013-06-04 21:11:18 -07:00
Paul Rouget
0d38b4e3d9 Bug 879692 - New OSX scrollbars are not compatible with the devtools floating scrollbars. r=harth 2013-06-05 06:24:00 +03:00
Fabrice Desré
184954ee4f Bug 877984 - Trying to update a hosted app preloading appcache that was preinstalled will fail to update r=gene.lian 2013-06-05 10:43:45 +08:00
Michael Wu
667eee5ec6 Backout bug 869903 for test failures 2013-06-04 21:59:34 -04:00
Michael Wu
86668f75fe Backed out changeset 3b3acc25c034 (bug 869903) for mochitest failures 2013-06-04 21:58:53 -04:00
Rodrigo Silveira
2a0b042343 Bug 879115 - Find bar does not dismiss
--HG--
extra : rebase_source : 9300c5ad5d03aac9ad59758fc170828bd74e3f59
2013-06-04 17:52:00 -07:00
David Zbarsky
c796a281aa Bug 788549 Part 12: Add tests for async transform transitions r=dbaron 2013-06-04 20:11:56 -07:00
David Zbarsky
c4ea9e18e0 Bug 788549 Part 11: Refactor test_transitions_per_property in prepartion for async tests r=dbaron 2013-06-04 20:11:56 -07:00
David Zbarsky
83c7653da6 Bug 788549 Part 13: Sample animations on shadow layers update in testing mode r=roc 2013-06-04 20:11:56 -07:00
Ryan VanderMeulen
dae296687a Merge m-c to birch. 2013-06-04 20:47:08 -04:00
Ryan VanderMeulen
93e33e2b11 Merge inbound to m-c. 2013-06-04 20:45:05 -04:00