Randell Jesup
1bb3afde43
Backed out changeset 6d976c67e926 (bug 1037754)
2014-07-16 23:50:10 -04:00
L. David Baron
03759ffa32
Bug 1031635 - Add --debugger-args option to reftest mach commands. r=gps
...
This allows useful argument combinations such as:
--debugger valgrind
--debugger-args "--tool=memcheck --leak-check=no --trace-children=yes --num-callers=50"
2014-07-16 20:10:10 -07:00
L. David Baron
05fedabeee
Bug 996798 patch 2 - Make the ability to change nsWrapperCache::FlagsType more portable. r=bzbarsky
...
Without this, an Android build on our automation gives:
content/xul/content/src/nsXULElement.h:359:117: error: left shift count >= width of type [-Werror]
2014-07-16 20:10:10 -07:00
Kartikaya Gupta
5f3c0b45ec
Bug 995475 - Clear the active element on touch end, if the touch wasn't a click. r=botond
2014-07-16 23:06:36 -04:00
Randell Jesup
241a56c740
Bug 1037754: Query GMPService to determine if H.264 is available r=cpearce
2014-07-16 22:59:17 -04:00
Kartikaya Gupta
31888f9fef
Bug 1038930 - Ensure that the first touchmove event after a touchstart is always dispatched to content. r=smaug
2014-07-16 22:07:28 -04:00
David Major
ef9dd7be39
Bug 836658 - Use -arch:IA32 on VS2012 to avoid requiring SSE2. r=glandium
2014-07-17 13:57:44 +12:00
Edwin Flores
ba3c31b695
Bug 1038467 - Rename MediaPlugin* classes r=cpearce
2014-07-17 13:32:56 +12:00
Edwin Flores
085cde332a
Bug 1038467 - Move content/media/plugins to content/media/android and rename files. r=cpearce
...
--HG--
rename : content/media/plugins/MediaPluginDecoder.cpp => content/media/android/AndroidMediaDecoder.cpp
rename : content/media/plugins/MediaPluginDecoder.h => content/media/android/AndroidMediaDecoder.h
rename : content/media/plugins/MediaPluginHost.cpp => content/media/android/AndroidMediaPluginHost.cpp
rename : content/media/plugins/MediaPluginHost.h => content/media/android/AndroidMediaPluginHost.h
rename : content/media/plugins/MediaPluginReader.cpp => content/media/android/AndroidMediaReader.cpp
rename : content/media/plugins/MediaPluginReader.h => content/media/android/AndroidMediaReader.h
rename : content/media/plugins/MediaResourceServer.cpp => content/media/android/AndroidMediaResourceServer.cpp
rename : content/media/plugins/MediaResourceServer.h => content/media/android/AndroidMediaResourceServer.h
rename : content/media/plugins/MPAPI.h => content/media/android/MPAPI.h
rename : content/media/plugins/moz.build => content/media/android/moz.build
2014-07-17 13:29:24 +12:00
Brian Birtles
09d962eceb
Bug 1033881 part 2 - Add tests to test_element-get-animation-players.html which checks for animation-name: missing; r=dbaron
2014-07-17 10:04:56 +09:00
Brian Birtles
b4a607254b
Bug 1037314 - Include animation-play-state in animation shorthand; r=dbaron
...
This patch is basically a reversal of attachment 530792 from bug 654890.
2014-07-17 10:04:56 +09:00
Wes Kocher
47c4af6f89
Merge m-c to inbound
2014-07-16 17:42:00 -07:00
Mike Hommey
6261df71d4
Fixup for bug 1038639. r=me
2014-07-17 09:37:21 +09:00
Wes Kocher
bc688a5a3d
Merge b2g-inbound to m-c a=merge
2014-07-16 17:22:55 -07:00
Wes Kocher
779821541f
Merge inbound to m-c a=merge
2014-07-16 17:08:26 -07:00
Nicholas Nethercote
06e58a92ae
Bug 1038601 - Shrink js::HashTable. r=luke.
...
This patch reduces sizeof(js::HashTable):
- On 64-bit: from 32 bytes to 24 bytes.
- On 32-bit: from 24 bytes to 16 bytes.
The latter is particularly nice because jemalloc rounds up allocation requests
of 24 bytes to 32, but it can allocate 16 bytes without slop, so we're saving
16 bytes per heap-allocated HashTable.
This is done by:
- Shrinking |removedCount| and |hashShift|.
- Reordering the fields.
- Not defining |mutationCount| and |mEntered| in non-DEBUG builds rather than
using DebugOnly<> -- in non-DEBUG builds, DebugOnly<> fields take up 1 byte
each.
This change saves over 55 KiB when starting Firefox and loading Gmail.
The patch also uses uint32_t more consistently for the generation.
--HG--
extra : rebase_source : 8bdfbfe40f233711433bd9b7a2b5a19d69beacc7
2014-07-16 16:51:09 -07:00
Mike Hommey
72f56d4b22
Bug 1039197 - Always build js engine with zlib. r=luke
2014-07-17 08:42:17 +09:00
Mike Hommey
f6ec2b452a
Bug 1039161 - Remove rdf/tests/dsds. r=pike
2014-07-17 08:42:17 +09:00
Mike Hommey
595cd2059a
Bug 1039157 - Remove useless non-Android build code from mobile/android/app. r=nalexander
2014-07-17 08:42:16 +09:00
Mike Hommey
2d4377d0dd
Bug 1038639 - Remove --with-libxul-sdk and --with-system-libxul. r=bsmedberg
2014-07-17 08:42:16 +09:00
B2G Bumper Bot
7fbea60a74
Bumping manifests a=b2g-bump
2014-07-16 15:26:13 -07:00
B2G Bumper Bot
33c3811ca1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6739781fb8d0
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #21716 from gaye/store-promises
Bug 1027725 - Make calendar app async operations use promises
========
https://hg.mozilla.org/integration/gaia-central/rev/e3bf4910ad88
Author: gaye <gaye@mozilla.com>
Desc: Bug 1027725 - Make calendar app async operations use promises
2014-07-16 15:20:28 -07:00
B2G Bumper Bot
acb5255375
Bumping manifests a=b2g-bump
2014-07-16 14:56:16 -07:00
B2G Bumper Bot
d779a3a2bd
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/04a3b84edc94
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Merge pull request #21672 from KevinGrandon/bug_1038040_gaiafox_startup_error
Bug 1038040 - Gaia does not run on DEBUG=1 mode
========
https://hg.mozilla.org/integration/gaia-central/rev/515792dd6fa8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1038040 - Gaia does not run on DEBUG=1 mode
2014-07-16 14:50:29 -07:00
B2G Bumper Bot
98e98869e2
Bumping manifests a=b2g-bump
2014-07-16 14:21:50 -07:00
B2G Bumper Bot
d8f0116f4a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5eef71954cf7
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #21838 from mozilla-b2g/revert-21782-bug1024384
Revert "bug 1024384 - Listen to default storage location change, update ...
========
https://hg.mozilla.org/integration/gaia-central/rev/611274179614
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Revert "bug 1024384 - Listen to default storage location change, update our devi..."
2014-07-16 14:20:29 -07:00
B2G Bumper Bot
4364c3b8a8
Bumping manifests a=b2g-bump
2014-07-16 13:31:13 -07:00
B2G Bumper Bot
fd378725d1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/76fbccde3b03
Author: Dave Hylands <dhylands@gmail.com>
Desc: Merge pull request #21835 from dhylands/bug-1039734-ds-test
Bug 1039734 - Fix ds-test to report default storage changes. r=wilsonpage
========
https://hg.mozilla.org/integration/gaia-central/rev/83e4431dd8f0
Author: Dave Hylands <dhylands@gmail.com>
Desc: Bug 1039734 - Fix ds-test to report default storage changes
2014-07-16 13:25:29 -07:00
B2G Bumper Bot
add9941ea5
Bumping manifests a=b2g-bump
2014-07-16 12:36:14 -07:00
B2G Bumper Bot
564f868f24
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/37f366b4615c
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #21657 from pivanov/bug-1035710
Bug 1035710 - [Calendar] - remove unused images
========
https://hg.mozilla.org/integration/gaia-central/rev/dfe009a839ed
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1035710 - [Calendar] - remove unused images
2014-07-16 12:30:29 -07:00
B2G Bumper Bot
bb92e083ef
Bumping manifests a=b2g-bump
2014-07-16 12:06:13 -07:00
B2G Bumper Bot
91968b27ca
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/45e7fde93d39
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #21830 from Rik/facebook-callscreen-1032725
Bug 1032725 - Facebook contact infos are not reflected in call screen
========
https://hg.mozilla.org/integration/gaia-central/rev/7f16dfde8b17
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 1032725 - Facebook contact infos are not reflected in call screen
2014-07-16 12:00:28 -07:00
Monica Chew
498ecf677a
Bug 1038465: Fix bad merge to get rid of aSuggestedFilename (r=me)
2014-07-16 10:21:35 -07:00
Ehsan Akhgari
fee0784ad3
Bug 1039459 - Pass -mssse3 to clang-cl when building SkBitmapProcState_opts_SSSE3.cpp; r=jrmuizel
2014-07-16 13:21:56 -04:00
Ehsan Akhgari
0361045786
Bug 1038411 - Give myDownloadObserver a private destructor; r=mak
2014-07-16 13:21:23 -04:00
Matthew A. Miller
549c9d0443
Bug 983504 - Fix Android emulator build errors. r=jesup
2014-07-16 19:16:38 +02:00
Gian-Carlo Pascutto
c96ce84351
Bug 1038799 - Properly wrap Xfixes.h header. r=glandium
2014-07-16 19:16:38 +02:00
Gian-Carlo Pascutto
d5fbe92aac
Bug 983504 - Screensharing fix: B2G doesn't use X11. r=ted
2014-07-16 19:16:38 +02:00
Gian-Carlo Pascutto
2a73a6cde5
Bug 983504 - Enable SS2 flags for desktop capture during Mozilla build. r=ted
2014-07-16 19:16:38 +02:00
Matthew A. Miller
ef653bee23
Bug 983504 - Buildsystem changes for multimonitor support. r=ted
2014-07-16 19:16:38 +02:00
B2G Bumper Bot
3a4d2b64a3
Bumping manifests a=b2g-bump
2014-07-16 10:11:21 -07:00
B2G Bumper Bot
9f760bf2c4
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c23ae06a91db
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #21580 from punamdahiya/Bug1028359
Bug1028359-[Gallery]-Fix of flickering edit effects image buttons for high resolution images r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/cf6a7400dca4
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug1028359-[Gallery]-Fix of flickering edit effects image buttons for high resolution images r=djf
2014-07-16 10:06:05 -07:00
B2G Bumper Bot
d4909f0bd1
Bumping manifests a=b2g-bump
2014-07-16 09:56:30 -07:00
B2G Bumper Bot
b242b79dd3
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/08d282a04fe6
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #21818 from crdlc/bug-1037556
Bug 1037556 - [B2G][OTA] Smart collections are not displayed after OTA 1...
========
https://hg.mozilla.org/integration/gaia-central/rev/9e3db9613cdf
Author: crdlc <crdlc@tid.es>
Desc: Bug 1037556 - [B2G][OTA] Smart collections are not displayed after OTA 1.3 to 2.0
2014-07-16 09:50:46 -07:00
B2G Bumper Bot
5b6f32000b
Bumping manifests a=b2g-bump
2014-07-16 09:33:13 -07:00
B2G Bumper Bot
a64dfacd0e
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4da0704e5177
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #21778 from DouglasSherk/1035183-dialer-matched-numbers
Bug 1035183 - [Dialer] Make matched suggestions not appear when there are more than 50, remove + indicator. r=Rik
========
https://hg.mozilla.org/integration/gaia-central/rev/268ca25b95af
Author: DouglasSherk <github@sherk.me>
Desc: Bug 1035183 - [Dialer] Make matched suggestions not appear when there are more than 50, remove + indicator. r=Rik
2014-07-16 09:33:02 -07:00
Douglas Crosher
11c509c445
Bug 1026919 - IonMonkey: (ARM) Simplify the assembler buffer with constant pools. r=jandem, previous part r=mjrosenb
2014-07-17 00:17:30 +10:00
Chris Manchester
1b1a9883ef
Bug 1037318 - Log a test_start and test_end message for skipped tests in marionette.;r=jgraham
2014-07-16 19:07:21 -04:00
Tim Abraldes
b34732fc82
bug 985252. Build sandbox code regardless of whether --enable-content-sandbox/MOZ_CONTENT_SANDBOX is provided. Enable sandboxing of GMP plugins. Enable SandboxBroker
to set different security policies for different process types. r=bbondy, r=cpearce, r=bent
2014-07-16 16:01:34 -07:00
Chris Pearce
894f4fac92
Bug 973710 - Fix compile errors for pedantic SOB compilers and WAE. r=bustage
2014-07-17 10:47:50 +12:00