Chris Peterson
424eea2aaf
Bug 1118529 - Remove MSIntTypes.h. r=Waldo
2015-01-06 21:41:15 -08:00
Chris Peterson
81ea3ecfe2
Bug 1117635 - Declare that MacApplicationDelegate implements the NSApplicationDelegate protocol. r=mstange
2015-01-07 18:33:32 -08:00
Steve Fink
114272ebf3
Bug 1119584 - Return number of allocations until next zeal GC, r=terrence
...
--HG--
extra : rebase_source : 019322e25ba5902d41f6d24cf9d2e5f8a7e04d48
2015-01-08 22:41:31 -08:00
Steve Fink
0602909413
Bug 1118469 - Disallow storing unrooted pointer in memory pointed to by a UniquePtr, r=terrence
...
--HG--
extra : rebase_source : 43a15ea4d37948c10c24de5c79ea3194b17fb599
2015-01-08 22:41:07 -08:00
Steve Fink
16d932d3fe
Bug 1118469 - Rename some variables for clarity, r=me
...
--HG--
extra : rebase_source : c616d812df8059520751735d4570447012134a7f
2015-01-08 22:40:39 -08:00
Nicholas Nethercote
6370c17295
Bug 1057134 - Remove std::_Debug_message linking hack that's no longer needed. r=dmajor.
...
--HG--
extra : rebase_source : 53ee0cebc42269dcc228cfc5a18b0288e13716f3
2015-01-08 21:59:43 -08:00
Nigel Babu
951a534231
Backed out changeset 15830cc2b55b (bug 1119462) for B2G M5 bustage
...
CLOSED TREE
2015-01-09 10:06:31 +05:30
Makoto Kato
2d7be2b962
Bug 1117681 - Fix 'AKEYCODE_CTRL_*' is ambiguous when using --android-version=13 or higher. r=snorp
2015-01-09 13:23:12 +09:00
Ehsan Akhgari
b6e35bb4b4
Bug 1118486 - Part 1: Use = delete
instead of MOZ_DELETE directly; r=Waldo
...
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
2015-01-08 23:19:05 -05:00
Ehsan Akhgari
ff4292a4f7
Bug 1119258 - Mark virtual overridden functions as MOZ_OVERRIDE in toolkit; r=Mossop
2015-01-08 23:12:19 -05:00
Ehsan Akhgari
af31103fa0
Bug 1117261 - Mark virtual overridden functions as MOZ_OVERRIDE in DOM media code; r=rillian
2015-01-08 23:11:30 -05:00
Ehsan Akhgari
cea1a8c96e
Bug 1119267 - Mark virtual overridden functions as MOZ_OVERRIDE in media; r=jesup
2015-01-08 23:10:52 -05:00
Ehsan Akhgari
7b8691121b
Bug 1119265 - Mark virtual overridden functions as MOZ_OVERRIDE in JS IPC; r=billm
2015-01-08 23:10:41 -05:00
Christoph Kerschbaumer
cdf513de55
Bug 1087738: Make JS callers of ios.newChannel call ios.newChannel2 in modules/ (r=mwu)
2014-10-24 15:06:16 -07:00
Christoph Kerschbaumer
e62757c692
Bug 1087737: Make JS callers of ios.newChannel call ios.newChannel2 in mobile/ (r=wesj)
2014-10-24 15:01:55 -07:00
Christoph Kerschbaumer
8fe3735037
Bug 1093947: Make JS callers of ios.newChannel call ios.newChannel2 in uriloader/ (r=smaug,bz)
2015-01-08 19:00:59 -08:00
Ryan VanderMeulen
20c93a56ae
Backed out changesets 41d0ad0271a6, 2bda66cf60fd, and dd1fc46d4d56 (bug 1118845) for B2G mochitest failures.
...
CLOSED TREE
--HG--
extra : amend_source : 19240e92f40420f384a7835383cbb2be75350ddc
2015-01-08 21:50:19 -05:00
Ryan VanderMeulen
1c5c3c52d9
Backed out changeset 6fc0e4a3a9b0 (bug 1077549) for B2G device image build bustage. DONTBUILD
2015-01-08 21:28:37 -05:00
Trevor Saunders
7471842cd7
bug 1077549 - only support gcc 4.6+ r=glandium
2015-01-08 20:57:55 -05:00
Jean-Yves Avenard
27e678914f
Bug 1066467: update test results for mac. r=karlt
2015-01-08 12:26:51 +11:00
Jean-Yves Avenard
3ac5cb8de2
Bug 1118123: Update mediasource web platforms tests now passing. r=karlt
2015-01-09 12:34:48 +11:00
Jean-Yves Avenard
f41bc26f74
Bug 1118123: Mochitest to verify proper sourcebuffer behavior. r=cajbir
2015-01-09 12:34:45 +11:00
Jean-Yves Avenard
1e5eade7ba
Bug 1118123: Update mediasource duration following sourcebuffer::appendBuffer. r=cajbir
2015-01-09 12:34:41 +11:00
Chris Pearce
60494c8665
Bug 1111391 - Enable keyMessages to be sent before create/load session promise is resolved. r=jwwang
2015-01-09 14:30:07 +13:00
Wes Kocher
8ce8626a85
Merge mozilla-central to inbound a=merge
2015-01-08 17:14:55 -08:00
Wes Kocher
440877789b
Merge mozilla-inbound to mozilla-central a=merge
2015-01-08 17:08:12 -08:00
Wes Kocher
6991bac6f9
Merge fx-team to mozilla-central a=merge
2015-01-08 16:58:52 -08:00
Mike Hommey
cf7eb04b75
Bug 1119064 - Enable warnings as errors on b2g desktop builds. r=mshal
2015-01-09 09:53:28 +09:00
Ben Kelly
0f16ead8f0
Bug 1118845 P3 Force the creation of a new load group for SharedWorkers. r=sicking
2015-01-08 19:52:22 -05:00
Ben Kelly
25b66a8e9f
Bug 1118845 P2 Add optional base load group to NS_NewLoadGroup(). r=mcmanus
2015-01-08 19:52:22 -05:00
Ben Kelly
583b865a9f
Bug 1118845 P1 Add optional base context to LoadContext() constructor. r=smaug
2015-01-08 19:52:22 -05:00
Jan Varga
2f49baab01
Bug 1119462 - Allow unlimited quota for explicit persistent storage; r=bent
2015-01-09 01:24:54 +01:00
Wes Kocher
a40f7cf491
Bug 1073003 - wError bustage fix in non-unified builds r=me a=bustage
...
--HG--
extra : amend_source : 8054a3a25f0adf4caea5b70f2b75a94665a6e59d
2015-01-08 15:46:15 -08:00
B2G Bumper Bot
7a41eb1db1
Bumping manifests a=b2g-bump
2015-01-08 14:43:56 -08:00
B2G Bumper Bot
1deaa1ca7b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/85bbbd703dba
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #27205 from julienw/1118829-fix-debug-in-firefox
Bug 1118829 - Restore DESKTOP=1 DEBUG=0 functionality in Firefox r=ocham...
========
https://hg.mozilla.org/integration/gaia-central/rev/4793c9f3c7c0
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1118829 - Restore DESKTOP=1 DEBUG=0 functionality in Firefox r=ochameau
2015-01-08 14:42:18 -08:00
Dave Hylands
24d125ce40
Bug 1073003 - Create an stlport modifications patch and update README.mozilla r=nfroyd (on a CLOSED TREE)
2015-01-08 13:52:22 -08:00
Dave Hylands
54da7dc7db
Bug 1073003 - Fix warnings in stlport causing errors in emulator build. r=bzbarsky
2015-01-08 13:52:20 -08:00
Dave Hylands
62f1864ebc
Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd
2015-01-08 13:52:19 -08:00
Ralph Giles
e237aacd6d
Bug 1119463
- Enable MSE for youtube-nocookie.com. r=kinetik
...
Follow-up to bug 1119463
. This is used by some sites for embedding.
2015-01-08 12:34:00 -08:00
Chris Pearce
4776768170
Bug 1107889 - On Windows, detect when unable to play H.264/AAC (for example due to lacking service pack on Vista). r=kinetik,r=dmajor
2015-01-09 13:17:11 +13:00
Wes Kocher
89ccfa8b5b
Backout 977aab16aad3 (bug 1119462) for Android build bustage
2015-01-08 16:15:27 -08:00
Chris Manchester
2d4a676ad3
Bug 1114793
- Rename marionette's chrome_window_handle to current_chrome_window_handle.;r=automatedtester
2015-01-08 19:13:30 -05:00
Chris Manchester
e6e1f0e1a4
Bug 1114623 - Implement closeChromeWindow endpoint for marionette.;r=automatedtester
...
--HG--
rename : testing/marionette/client/marionette/www/newTab.html => testing/marionette/client/marionette/www/windowHandles.html
2015-01-08 19:13:30 -05:00
Michael Wu
68bed96a38
Bug 1119169 - Update to freetype 2.5.5, r=jfkthame
2015-01-08 19:07:38 -05:00
Trevor Saunders
93fa309f90
no bug - reenable ipc accessibility yet again
2015-01-08 18:53:30 -05:00
Trevor Saunders
63152c5e15
bug 1088148 - only tell the parent process about child documents that are attached to their parent r=surkov
2015-01-08 18:53:30 -05:00
Terrence Cole
1a2b96318c
Backout db6bdc09068d (Bug 1110931) for regressing svgx by 40%.
...
--HG--
extra : rebase_source : f9b39de1dad2dac4416c0184c9fa36feda50a720
2015-01-08 15:07:30 -08:00
Vivek Balakrishnan
865c062697
Bug 1096669 - Update last synced time every minute in Android Firefox Account status screen. r=nalexander
...
========
ee8f501d56
Author: Vivek Balakrishnan <vivekb.balakrishnan@gmail.com>
Bug 1096669 - Update last synced time every minute in Android Firefox Account status screen.
--HG--
extra : rebase_source : 87b5ec409512da7f1d19ae414292897ca14a09b1
2015-01-08 11:28:01 -08:00
Prabhjyot Singh Sodhi
bccf0fa8e8
Bug 1113415 - Make master sync instructions depend on Android version. r=nalexander
...
========
7d643a54cb
Author: Prabhjyot Singh Sodhi <prabhjyotsingh95@gmail.com>
Bug 1113415 - Make master sync instructions depend on Android version.
--HG--
extra : rebase_source : 9d7c1479784add321e8d3ee9c59b3d1f99f5c2e4
2015-01-08 11:05:18 -08:00
Tom Schuster
6714d35a4b
Bug 1110759 - Remove Iterator() from some tests. r=smaug
2015-01-08 19:58:45 +01:00