Shane Tully
68ea4dca7a
Bug 857730 - Add read and write contacts Android permissions to Android manifest file. r=cpeterson
2013-06-04 10:18:28 -07:00
Steve Fink
180e676fb8
Backed out changeset 55fa2277a702 (bug 848592) for exposing pre-existing rooting hazards. Will fix the problems before relanding. The green you see is a lie.
2013-06-05 16:03:30 -07:00
Dan Gohman
2b036ce8f9
Bug 875910 - Optimize x86 and x64 encodings for test and cmp with immediates. r=sstangl
2013-06-05 14:59:33 -07:00
Devdatta Akhawe
2959e4f1a9
Bug 878606 - Only measure SSL UI clicks for top level frames. r=felipc
2013-06-04 15:02:24 -07:00
Manu Chaudhary
55b3dce19d
Bug 874069 - Use one geolocation instance object per ContentParent. r=jdm
2013-06-05 17:55:34 -04:00
Trevor Saunders
404b82a6df
backout bug 877886 for bustage
2013-06-05 17:50:30 -04:00
Steve Fink
baabf5e67b
Bug 848592 - Mark memory accessed by dynamic rooting analysis as defined, r=njn
...
--HG--
extra : rebase_source : 15c4b347a2705883bffa148955b2a3c147499864
2013-03-06 15:56:35 -08:00
Steve Fink
4971e61a81
Bug 876776 - Add a -J option to the shell for running under jorendb, r=terrence
...
--HG--
extra : rebase_source : 60afc69f0c9ac65ab913797f8393779f3566ed2e
2013-06-04 12:14:17 -07:00
Steve Fink
a51cefd7d2
Bug 876776 - Do not crash when dumping a NULL object, r=terrence
...
--HG--
extra : rebase_source : 01e96eb326c42b62b49251dce5dac7e2fbc031b5
2013-06-04 12:14:17 -07:00
Steve Fink
523c2d360b
Bug 876776 - Allow using '--' to terminate shell arguments (and pass the rest to the script), r=terrence
...
This makes
./js -f foo.js -- a b c
the same as
./js foo.js a b c
but also allows things like
./js -e 'print(arguments)' -- a b c
which previously wasn't possible.
--HG--
extra : rebase_source : dbed845426786c86f20e6f9abe4479e07bb228b9
2013-05-22 09:50:08 -07:00
Steve Fink
0e98304783
Bug 876776 - Import latest version of js/examples/jorendb.js. DONTBUILD
...
--HG--
extra : rebase_source : 03473dd562c2b41e4720dcbaa41dc07bcc57c050
2013-06-04 12:14:17 -07:00
Steve Fink
2a51df83cc
Bug 879046 - CheckXPCPermissions now requires a non-null cx, r=bholley
...
--HG--
extra : rebase_source : b7f7945c174e06a2d8ac751d3ff06e7500ffbe7f
2013-06-04 12:14:17 -07:00
Terrence Cole
a69c96beb2
Bug 879079 - Fix some exact rooting static analysis failures under js/src; r=bhackett
...
--HG--
extra : rebase_source : 3d5181531aef48516f1ec257b674e033a2da2aa6
2013-06-03 16:30:00 -07:00
Trevor Saunders
82ade4173d
bug 877886 - get rid of a number of static constructors in content/ and dom/ r=smaug
2013-05-30 18:34:53 -04:00
Trevor Saunders
0230640bc6
bug 877850 - fix static constructors in xpcom/ r=jlebar
2013-05-30 17:20:02 -04:00
Jeff Walden
7492ddf9dc
Bug 496923 - Import the ch11/ test262 tests into jstests. r=generating-script-was-reviewed
...
--HG--
extra : rebase_source : e83eb03850d7283fffe3aa81d72d9198427b2771
2013-06-04 17:32:01 -07:00
Jeff Walden
e446971018
Bug 496923 - Make the test262-importing script import tests from ch11/. r=terrence
...
--HG--
extra : rebase_source : 33780b34a54407f5deff88aa523318d3c83a1024
2013-06-04 17:31:54 -07:00
Jeff Walden
744d081e05
Bug 496923 - Import the ch13/ test262 tests into jstests. r=generating-script-was-reviewed
...
--HG--
extra : rebase_source : b82cc636c546b1005ad837d3d2eeb696e686abbb
2013-06-04 17:13:53 -07:00
Jeff Walden
f7792f57fd
Bug 496923 - Make update-test262.sh import tests from ch13/. r=terrence
...
--HG--
extra : rebase_source : ab8c3abd718abb15c7b3a8ed91c42dca7908d2f1
2013-06-04 10:46:42 -07:00
Jeff Walden
5493bec4c1
Bug 496923 - Import the ch10/ test262 tests into jstests. r=generating-script-was-reviewed
...
--HG--
extra : rebase_source : 13e84b256b23baba42cdb8b139e17174d9a264df
2013-06-04 17:04:47 -07:00
Jeff Walden
a2ffe8cdef
Bug 496923 - Make the test262-importing script import tests from ch10/, and skip the tests that we don't currently pass (6 for test harness shortcomings, 2 for actual bugs). r=terrence
...
--HG--
extra : rebase_source : 559020828156815e625a96815792ed08107fb790
2013-06-04 10:43:42 -07:00
Kannan Vijayan
7fe7409f79
Bug 870034. r=bhackett
2013-06-05 16:52:11 -04:00
Glenn Randers-Pehrson
7dedeb97d4
Bug 873001 - Update libpng to version 1.5.16. r=joe
2013-06-05 16:50:53 -04:00
Kannan Vijayan
49677059ca
Bug 877287. r=h4writer
2013-06-05 16:42:23 -04:00
Ryan VanderMeulen
9e1251ff70
Merge m-c to inbound.
2013-06-05 16:37:16 -04: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
Benoit Girard
c29751a829
Bug 879916 - Remove gfxTestCocoaHelper. r=joe DONTBUILD as NOPTB for obsolete files on a CLOSED TREE
2013-06-05 16:23:26 -04:00
Nathan Froyd
b80f619be1
Backout ad781d8dcdc6 (bug 878411) because of massive test bustage on a CLOSED TREE
2013-06-05 15:36:28 -04:00
Sean Stangl
6cb31e179f
Bug 879564 followup - Fix build on a CLOSED TREE. no_r=red
2013-06-05 12:05:30 -07:00
Kai Engert
6b7a5f546d
Bug 858231, update to NSS 3.15 and NSPR 4.10, final releases, r=wtc
2013-06-05 21:03:40 +02:00
Ehsan Akhgari
788d65e368
Backed out changeset ae2b07dfd3d0 (bug 875218) because of build bustage on a CLOSED TREE
2013-06-05 14:54:43 -04:00
Richard Newman
d85760f740
Merge m-c to s-c.
2013-06-05 11:52:39 -07:00
Kevin Stangl
4d129bac8e
Bug 879564 - Inline Math.atan2(). r=sstangl
2013-06-05 11:36:09 -07:00
Joey Armstrong
26076beec3
bug 870407: move CMMSRCS to moz.build (logic). r=ted
2013-06-05 14:34:56 -04: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