Commit Graph

162620 Commits

Author SHA1 Message Date
Benoit Jacob
2d5774ca0a Bug 958375 - 6/9 - Make BackendType and NativeSurfaceType typed enums - r=Bas
Specifically:
  r=Bas for manual changes
  f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
2014-01-10 14:06:16 -05:00
Benoit Jacob
ac0e3ee2cf Bug 958375 - 5/9 - Make FilterType a typed enum - r=Bas
Specifically:
  r=Bas for manual changes
  f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
2014-01-10 14:06:16 -05:00
Benoit Jacob
55e7c24065 Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
Specifically:
  r=Bas for manual changes
  f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
2014-01-10 14:06:16 -05:00
Benoit Jacob
7dc11524f1 Bug 958375 - 3/9 - Add a variant of EnumSerializer that works on MFBT typed enums - r=nfroyd 2014-01-10 14:06:12 -05:00
Benoit Jacob
cbe6d85e71 Bug 958375 - 2/9 - Add a variant of MOZ_ENUM_CLASS_ENUM_TYPE that works on template parameters - r=Waldo 2014-01-10 13:55:24 -05:00
Benoit Jacob
b493201ca4 Bug 958375 - 1/9 - Make SurfaceType a typed enum - r=Bas
Specifically:
  r=Bas for manual changes
  f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
2014-01-10 13:55:24 -05:00
Benoit Jacob
14d864afaf Bug 958369 - 5/5 - Make ContextType a typed enum - r=jgilbert 2014-01-10 13:55:24 -05:00
Benoit Jacob
8105421de9 Bug 958369 - 4/5 - remove the ContextFlags enum - r=jgilbert 2014-01-10 13:55:23 -05:00
Benoit Jacob
6747f7385e Bug 958369 - 3/5 - Make SharedTextureShareType and SharedTextureBufferType typed enums - r=jgilbert 2014-01-10 13:55:23 -05:00
Benoit Jacob
8174b9386e Bug 958369 - 2/5 - Make GLVendor and GLRenderer typed enums - r=jgilbert 2014-01-10 13:55:23 -05:00
Benoit Jacob
7b5f943840 Bug 958369 - 1/5 - Make GLFeature a typed enum - r=jgilbert 2014-01-10 13:55:23 -05:00
Benoit Jacob
6cdb25269c Bug 958368 - Remove the code paths to load a custom Mesa/llvmpipe build instead of system OpenGL (sadface) - r=jgilbert 2014-01-10 13:55:23 -05:00
Mike Hommey
69df9267f2 Bug 958437 - Build static directories as part of compile instead of libs and tools; r=gps
--HG--
extra : rebase_source : dc082b833582972af27adab1e553e4b079fac458
2014-01-10 18:09:14 +09:00
Landry Breuil
cb67a56ae4 Bug 958234: Rename xptc{invoke,stubs}_asm_ppc_openbsd.s to .S to fix build on OpenBSD/powerpc after bug 932178 r=froydnj
--HG--
rename : xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.S
rename : xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.S
2014-01-10 19:08:57 +01:00
Mike Shal
8736a4f9f5 Bug 875013 - Remove VPATH in media/libvpx; r=joey 2014-01-09 14:43:29 -05:00
Mike Shal
706494dcef Bug 957780 - fix Android builds with --disable-webrtc; r=glandium 2014-01-08 16:57:36 -05:00
Gregory Szorc
04453b0477 Bug 909522 - Run mach's unit tests as part of make check; r=mshal
test_entry_point.py is not enabled because the test fails. This is
tracked by bug 958196.

--HG--
extra : rebase_source : 1f326a9bbd7ee0e8e12ff33f49d8484cc244c42d
2014-01-09 11:20:41 -08:00
Ryan VanderMeulen
9fff18dc96 Backed out 5 changesets (bug 865407) for Windows crashes.
Backed out changeset d3e7f6392670 (bug 865407)
Backed out changeset 7ba94f08b7a5 (bug 865407)
Backed out changeset 3de6e32a4346 (bug 865407)
Backed out changeset 5c0572c6727b (bug 865407)
Backed out changeset 5db43cac79f5 (bug 865407)
2014-01-10 11:50:49 -05:00
Gregory Szorc
b07ce75bc5 Bug 957721 - Switch mach's shebang to look for python2.7; r=glandium
OpenBSD doesn't have "python" on $PATH by default. "python" may also
come from a non-2.7 Python. Switching the shebang will help ensure the
user invokes mach with Python 2.7.

There is a risk this may break mach for some people. If the masses
complain, we may roll back.

--HG--
extra : rebase_source : e05b707779bc80e9f9c9f30ba8cd70aa6aa9847f
extra : amend_source : 418ecc9e4c289e7dd8c4423e701ebc9574ecae45
2014-01-08 11:19:21 -08:00
Jon Coppeard
c6c0428255 Bug 945275 - Update comment DONTBUILD 2014-01-10 15:49:11 +00:00
Andrew Halberstadt
c76d6a5d16 Bug 958395 - mochitest-plain mach command should add kwargs to options, r=jmaher, DONTBUILD, a=NPOTB 2014-01-10 10:45:52 -05:00
Jon Coppeard
fbd7beb3d9 Bug 945275 - Mark ThisV in rectifier frames r=jandem 2014-01-10 15:34:25 +00:00
Jon Coppeard
d018724a59 Bug 957110 - Don't assert nursery start address when then nursery is disabled r=terrence 2014-01-10 15:34:25 +00:00
Ed Morley
6f2969c390 Merge mozilla-central and inbound 2014-01-10 15:25:50 +00:00
Rail Aliiev
094fae1eaf Bug 950681 - generate "buri" builds with limited memory for B2G. r=aki DONTBUILD
--HG--
rename : b2g/config/hamachi/config.json => b2g/config/hamachi/limited-memory-config.json
rename : b2g/config/hamachi/releng-hamachi.tt => b2g/config/hamachi/releng-limited-memory.tt
2014-01-09 20:13:12 -05:00
Wes Kocher
bca7cec07a Merge fx-team to m-c 2014-01-09 16:50:03 -08:00
Wes Kocher
1e0c835efd Merge b2g-inbound to m-c 2014-01-09 16:32:37 -08:00
Wes Kocher
df44c80ed9 Merge inbound to m-c 2014-01-09 16:12:15 -08:00
Ryan VanderMeulen
f427c884c8 Backed out 6 changesets (bug 939294) for B2G bustage on a CLOSED TREE.
Backed out changeset 8c3aa9973da0 (bug 939294)
Backed out changeset 37098c13e59e (bug 939294)
Backed out changeset 7c9ade6c871c (bug 939294)
Backed out changeset fed59539afc1 (bug 939294)
Backed out changeset 89e9d3fa16fc (bug 939294)
Backed out changeset c97e58ebc5f4 (bug 939294)
2014-01-09 14:17:39 -05:00
Markus Stange
f0cc834cf2 Bug 958025 - Disable the scissor test in nsChildView::DrawWindowOverlay so that window controls are visible again. r=bjacob 2014-01-09 17:59:24 +01:00
Yury Delendik
9558530b73 Bug 958110 - Update Shumway to version 0.7.993. r=till 2014-01-09 10:46:09 -06:00
Sebastian Hengst
c8cbe621e9 Bug 957167 - MetroFX crash prompt: Allow positioning privacy policy link at arbitrary position in sentence. r=tabraldes 2014-01-09 19:56:58 +01:00
Roberto A. Vitillo
b70b324ff2 Bug 957156 - Expire telemetry histograms by default also in development channels. r=vladan 2014-01-09 13:20:41 -05:00
Roberto A. Vitillo
0f5076c4b2 Bug 956715 - Allow missing "expires_in_version" in histogram definition. r=froydnj 2014-01-09 13:20:12 -05:00
Carsten "Tomcat" Book
2bf7bcb796 merge fx-team to mozilla-central 2014-01-09 12:59:42 +01:00
Carsten "Tomcat" Book
d3c320a5aa merge b2g-inbound to mozilla-central 2014-01-09 10:12:29 +01:00
Wes Kocher
d779fe495a Backed out changeset f552ce04bc36 (bug 809056) for m-bc orange 2014-01-08 22:02:28 -08:00
Gaia Pushbot
43a91c4fc6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6e971c6a9f94
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #15100 from snowmantw/issue935148

Bug 935148 - Double touch on the slide would make Lockscreen can't unlock

========

https://hg.mozilla.org/integration/gaia-central/rev/5391546bcfc0
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 935148 - Double touch on the slide would make Lockscreen can't unlock
2014-01-08 20:20:17 -08:00
Matt Brubeck
b2bb1ae91f Bug 952297 - Don't force scroll arrows to be visible in tab strip [r=sfoster] 2014-01-08 20:16:48 -08:00
Matt Brubeck
7f76e8d2c5 Bug 957490 - Fix initialization of MouseEvent.buttons on Metro [r=jimm] 2014-01-08 20:16:48 -08:00
Matt Brubeck
1bc9fb7214 Bug 945438 - Set event.cancelable for mousedown correctly on Metro [r=jimm] 2014-01-08 20:16:48 -08:00
Gaia Pushbot
d0348b1ba4 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1bc735f80cca
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #14597 from dominickuo/bug-947443

Bug 947443 - [music] Only init the communication when music is not in picker mode, r=jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/69833d0efc81
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 947443 - [music] Only init the communication when music is not in picker mode

========

https://hg.mozilla.org/integration/gaia-central/rev/40ec150b627a
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #15103 from RudyLu/keyboard/Bug942651-arabic_no_uppercase

Bug 942651 - Not to do "upperCase" conversion for Arabic keyboard layout...
r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/0dd4760b8cf6
Author: Ahmed Nefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: Bug 942651 - Not to do "upperCase" conversion for Arabic keyboard layout.
2014-01-08 20:10:16 -08:00
Gaia Pushbot
71f28d2ee9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8983baf77549
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #15035 from timdream/keyboard-remove-ime

Bug 956659 - Only include IMEs for selected layouts in the build, r=yurenju, djf

========

https://hg.mozilla.org/integration/gaia-central/rev/842020b707e1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 956659 - Only include IMEs for selected layouts in the build
2014-01-08 19:20:16 -08:00
Wes Kocher
f94698e85f Backed out changeset fe10dc4545c6 (bug 940254) for xpcshell bustage 2014-01-08 18:21:35 -08:00
Wes Kocher
585da55b7d Merge m-c to b2g-inbound 2014-01-08 18:16:31 -08:00
Wes Kocher
febcb823bb Merge fx-team to m-c 2014-01-08 17:30:12 -08:00
Sola Ogunsakin
f5e43ae34d Bug 950610 - Add "Share" and "Add to Home Screen" to pinned sites context menus. r=liuche
-refactor import statement
-change log severity level to warn
-change log messages
-refactoring of duplicate code will come in another bug fix
2014-01-08 17:23:13 -08:00
Fabrice Desré
e250fa7587 Bug 956185 - Add a 'adb only' debugging option r=dhylands 2014-01-08 17:18:03 -08:00
Fabrice Desré
1e0f7b7f32 Bug 940254 - Make "storage" permission in the database not grant "offline-app" r=gwagner 2014-01-08 17:14:22 -08:00
Wes Kocher
b50feb8a66 Merge fx-team to m-c 2014-01-08 17:14:18 -08:00