Michael Wu
a6e67842ea
Bug 771551 - Add CSS Media Query for physical home buttons, r=heycam
2013-06-05 22:42:02 -04:00
Chia-hung Tai
c48db57c85
Bug 855610 - B2G MMS: Scan pending sending/receiving transaction and set the status to fail when b2g bootup. r=vyang
2013-06-06 09:48:10 +08:00
Chia-hung Tai
b9bc0e62d4
Bug 879675 - B2G MMS: If the mmsc in APN settings end with '/', it will cause sending MMS fail. r=vyang
2013-06-05 18:20:34 +08:00
Ben Tian
cc5d97396f
Bug 878728 - Support in-band ringtone, r=echou
2013-06-05 16:53:22 +08:00
Ryan VanderMeulen
773f88b539
Backed out changeset a32d62b69434 (bug 879666) for B2G test bustage.
2013-06-05 17:56:51 -04:00
Jonathan Griffin
f86db95a84
Bug 879666 - Use new emulator in TBPL, r=armenzg
2013-06-05 13:32:56 -07:00
Ryan VanderMeulen
092e3941a2
Merge inbound to m-c.
2013-06-05 16:29:54 -04:00
Ryan VanderMeulen
9ebbf3ba77
Merge fx-team to m-c.
2013-06-05 16:28:59 -04:00
Ryan VanderMeulen
e5871aa1e1
Merge birch to m-c.
2013-06-05 16:28:10 -04:00
Richard Newman
d85760f740
Merge m-c to s-c.
2013-06-05 11:52:39 -07:00
Bob Clary
fb147afa42
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
e6a59a8585
Bug 869030 - Enable robocop testDoorHanger; r=jmaher
...
--HG--
extra : rebase_source : 926feb6671d1b8b6e2afe5961e28b919fa016ec3
2013-06-05 11:48:21 -06:00
Ryan VanderMeulen
31c1714212
Backed out changeset fe9dcdf48551 (bug 879374) for mochitest-3 crashes.
2013-06-05 13:28:44 -04:00
Shane Caraveo
506744728f
bug 871931 support non-tab browsers in usermedia/camera toolbarbutton, r=dao
2013-06-05 10:15:14 -07:00
Nick Fitzgerald
bb6f1f512c
Bug 879246 - Fix intermittent failure in test_sourcemaps-02.js. r=past
2013-06-05 12:13:31 -04:00
Richard Newman
a983f3c3f5
Bug 868445 - Follow-up: correct missing import. r=trivial
2013-06-05 08:45:30 -07:00
Justin Lebar
76dfcb1093
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
f99356909a
Merge mozilla-central and birch
2013-06-05 11:49:44 +01:00
Ed Morley
0a17ad2fbb
Merge latest green birch changeset and mozilla-central
2013-06-05 11:45:53 +01:00
Ed Morley
35db974628
Merge latest green inbound changeset and mozilla-central
2013-06-05 11:39:27 +01:00
Vicamo Yang
6ec0122687
Bug 877141 - add test cases for sending SMS with continuous space characters. r=gene
2013-06-05 17:42:42 +08:00
Vicamo Yang
97cf2da443
Bug 879225: NetworkManager - extract hostname from various formats. r=gene
2013-06-05 17:20:50 +08:00
Cameron McCormack
062da840ea
Bug 872353 - Remove nsSVGTextFrame2::Reflow(), which is currently unused. r=longsonr
2013-06-05 17:15:31 +10:00
Mathieu Bultel
a4905e3e69
Bug 763483 - navigate() does not wait for DOM readystate == complete, r=mdas
2013-06-05 08:59:05 +02:00
Wes Johnston
27ea33d1ef
Bug 870063 - Make context menus use async prompt service. r=mfinkle
2013-06-05 10:04:11 -07:00
Vicamo Yang
46e9e2bf89
Bug 877560: B2G RIL - support EF_CBMID. r=yoshi
2013-06-05 14:55:36 +08:00
Gian-Carlo Pascutto
3667f8bbcc
Bug 874572 - Suspend and resume the camera together with the application. r=blassey
2013-06-05 08:26:11 +02:00
Gian-Carlo Pascutto
5f1b906bf0
Bug 874546 - Detach the preview when the Camera surface is destroyed. r=blassey
2013-06-05 08:26:00 +02:00
Daniel Holbert
7962f827ca
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
9b66f199b9
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
c08db0e01d
Bug 879494 followup, clean up the last few bug685516 annotations
...
CLOSED TREE
2013-06-04 23:10:53 -07:00
Timothy Nikkel
d38e381feb
Bug 879494. Remove bug685516 annotations from reftests, they are not needed anymore. r=khuey
2013-06-05 00:18:54 -05:00
Bobby Holley
60866a3d1b
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
5881e7cb24
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
46db20296e
Bug 877261 - Kill XPCLazyCallContext. r=Ms2ger
...
\o/
2013-06-04 21:11:21 -07:00
Bobby Holley
ab6d52b50e
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
e0f38c8c77
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
c9aed98a89
Bug 877261 - Remove the last two non-quickstub XPCLazyCallContexts. r=Ms2ger
2013-06-04 21:11:20 -07:00
Bobby Holley
1beab8c85f
Bug 877261 - Remove a bunch of now-unnecessary ccx declarations from nsXPConnect. r=Ms2ber
2013-06-04 21:11:20 -07:00
Bobby Holley
2be6886ec3
Bug 877261 - Remove XPCCallContext from XPCCComponents. r=Ms2ger
2013-06-04 21:11:19 -07:00
Bobby Holley
c10703b2f4
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
868b75c7e1
Bug 877261 - Stop using XPCCallContext for XPCConvert. r=Ms2ger
2013-06-04 21:11:19 -07:00
Bobby Holley
9588461fd2
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
Fabrice Desré
cb2aec619e
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
54de48fdf4
Backout bug 869903 for test failures
2013-06-04 21:59:34 -04:00
Michael Wu
56dcdcf684
Backed out changeset 3b3acc25c034 (bug 869903) for mochitest failures
2013-06-04 21:58:53 -04:00
Rodrigo Silveira
79db524a8e
Bug 879115 - Find bar does not dismiss
...
--HG--
extra : rebase_source : 9300c5ad5d03aac9ad59758fc170828bd74e3f59
2013-06-04 17:52:00 -07:00
David Zbarsky
d77041b7f4
Bug 788549 Part 12: Add tests for async transform transitions r=dbaron
2013-06-04 20:11:56 -07:00
David Zbarsky
faac9cb8d1
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
0e1d99b9e0
Bug 788549 Part 13: Sample animations on shadow layers update in testing mode r=roc
2013-06-04 20:11:56 -07:00