Граф коммитов

400116 Коммитов

Автор SHA1 Сообщение Дата
Andreas Pehrson 03363ed023 Bug 1039884 - Let ControlMessages added by runnables in stable state be run during shutdown. r=roc r=karlt 2015-01-08 06:21:00 +01:00
Gabriele Svelto b173507d67 Bug 1081871 - Part 2 - Use cgroups instead of nice values to implement application priorities. r=dhylands 2015-01-08 15:39:43 +01:00
Gabriele Svelto 9833d61e79 Bug 1081871 - Part 1 - Remove dead code and do some minor code style cleanups. r=dhylands 2015-01-08 15:39:38 +01:00
Dragana Damjanovic dbfb26f4e1 Bug 1112112 - Adding logging for e10s channel. r=jduell 2015-01-08 06:27:00 +01:00
Makoto Kato 0d551ec8d9 Bug 966157 - Part 3. Ignore assertion of test_bug558663.html for Linux e10s. r=masayuki 2015-01-09 16:40:25 +09:00
Makoto Kato 47febaa833 Bug 966157 - Part 2. Child process should listen NOTIFY_IME_OF_POSITION_CHANGE. r=masayuki 2014-12-15 18:37:00 +09:00
Makoto Kato 9bd4de0732 Bug 966157 - Part 1. Implement remote NS_QUERY_EDITOR_RECT. r=masayuki 2014-12-15 18:21:20 +09:00
Chris Peterson 75110a0d12 Bug 1118529 - Remove MSIntTypes.h. r=Waldo 2015-01-06 21:41:15 -08:00
Chris Peterson a51bc39172 Bug 1117635 - Declare that MacApplicationDelegate implements the NSApplicationDelegate protocol. r=mstange 2015-01-07 18:33:32 -08:00
Steve Fink c633817566 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 a75f4297e7 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 637f4b1bc2 Bug 1118469 - Rename some variables for clarity, r=me
--HG--
extra : rebase_source : c616d812df8059520751735d4570447012134a7f
2015-01-08 22:40:39 -08:00
Nicholas Nethercote e147e4d209 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 a7238c41c9 Backed out changeset 15830cc2b55b (bug 1119462) for B2G M5 bustage
CLOSED TREE
2015-01-09 10:06:31 +05:30
Makoto Kato bb45396c51 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 4354953b4f 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 74817b5912 Bug 1119258 - Mark virtual overridden functions as MOZ_OVERRIDE in toolkit; r=Mossop 2015-01-08 23:12:19 -05:00
Ehsan Akhgari 31a966ecd6 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 02203cdfb4 Bug 1119267 - Mark virtual overridden functions as MOZ_OVERRIDE in media; r=jesup 2015-01-08 23:10:52 -05:00
Ehsan Akhgari c50516747c Bug 1119265 - Mark virtual overridden functions as MOZ_OVERRIDE in JS IPC; r=billm 2015-01-08 23:10:41 -05:00
Christoph Kerschbaumer fc66c3184d 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 2a98bda953 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 918fda3c99 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 71aff521dd 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 df536cedbe Backed out changeset 6fc0e4a3a9b0 (bug 1077549) for B2G device image build bustage. DONTBUILD 2015-01-08 21:28:37 -05:00
Trevor Saunders c17fa68a99 bug 1077549 - only support gcc 4.6+ r=glandium 2015-01-08 20:57:55 -05:00
Jean-Yves Avenard c8efd2eb53 Bug 1066467: update test results for mac. r=karlt 2015-01-08 12:26:51 +11:00
Jean-Yves Avenard 5fdebfd091 Bug 1118123: Update mediasource web platforms tests now passing. r=karlt 2015-01-09 12:34:48 +11:00
Jean-Yves Avenard 973592c445 Bug 1118123: Mochitest to verify proper sourcebuffer behavior. r=cajbir 2015-01-09 12:34:45 +11:00
Jean-Yves Avenard 38a105c647 Bug 1118123: Update mediasource duration following sourcebuffer::appendBuffer. r=cajbir 2015-01-09 12:34:41 +11:00
Chris Pearce 7ba4d8b1c1 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 7e0ae8870a Merge mozilla-central to inbound a=merge 2015-01-08 17:14:55 -08:00
Wes Kocher f88bfbf94c Merge mozilla-inbound to mozilla-central a=merge 2015-01-08 17:08:12 -08:00
Wes Kocher 0474fa769c Merge fx-team to mozilla-central a=merge 2015-01-08 16:58:52 -08:00
Mike Hommey 737b860346 Bug 1119064 - Enable warnings as errors on b2g desktop builds. r=mshal 2015-01-09 09:53:28 +09:00
Ben Kelly ad4b393222 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 f36a35de40 Bug 1118845 P2 Add optional base load group to NS_NewLoadGroup(). r=mcmanus 2015-01-08 19:52:22 -05:00
Ben Kelly 497c46cccb Bug 1118845 P1 Add optional base context to LoadContext() constructor. r=smaug 2015-01-08 19:52:22 -05:00
Jan Varga 22ea983a4c Bug 1119462 - Allow unlimited quota for explicit persistent storage; r=bent 2015-01-09 01:24:54 +01:00
Wes Kocher 205b7f2a3f 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 aa829cbf9d Bumping manifests a=b2g-bump 2015-01-08 14:43:56 -08:00
B2G Bumper Bot 1ced390946 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 a6ca66e530 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 cd8a210555 Bug 1073003 - Fix warnings in stlport causing errors in emulator build. r=bzbarsky 2015-01-08 13:52:20 -08:00
Dave Hylands 08557c5100 Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd 2015-01-08 13:52:19 -08:00
Ralph Giles 802e1418bc 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 87fcfb65d4 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 385a971f77 Backout 977aab16aad3 (bug 1119462) for Android build bustage 2015-01-08 16:15:27 -08:00
Chris Manchester 404954e87a 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 602c67cbee 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