Stephen Pohl
1f78811840
Bug 673875: Reproduce the bounce behavior when reaching the top/bottom of the page on OSX. r=smichaud,felipe,masayuki
2013-10-11 10:02:31 -04:00
Benoit Jacob
336565d5b0
Bug 814159 - Part 4: Split TextureImageEGL into separate files - r=benwa
2013-10-11 09:16:44 -04:00
Benoit Jacob
e5c293ae67
Bug 814159 - Part 3: remove the backing surface code from GLContextProviderEGL.cpp - r=benwa
2013-10-11 09:16:44 -04:00
Benoit Jacob
7020024262
Bug 814159 - Part 2: remove the global context code from GLContextProviderEGL.cpp - r=benwa
2013-10-11 09:16:44 -04:00
Benoit Jacob
582f53bac7
Bug 814159 - Part 1: remove X11, Qt, and unused Gonk code from GLContextProviderEGL.cpp - r=benwa
2013-10-11 09:16:44 -04:00
Benoit Jacob
fd94c81e13
Bug 922921 - Consistently check attrib accesses in WebGLVertexArray. Also rename a few things. - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
04b8a52f5c
Bug 924193 - Drop WebGLTexelConversions' custom FORCE_INLINE macro, use MOZ_ALWAYS_INLINE - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
6a6a1fb7e9
Bug 924192 - Use MOZ_BEGIN_ENUM_CLASS for the WebGLTexelPremultiplicationOp enum - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
72f36ef446
Bug 924191 - Use MOZ_BEGIN_ENUM_CLASS for the WebGLTexelFormat enum - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
353480f400
Bug 924189 - Use MOZ_BEGIN_ENUM_CLASS for the WebGL VertexAttrib0 enum - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
8adc0f724a
Bug 924188 - Use MOZ_ASSERT where appropriate in WebGL code - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
de3c7b5255
Bug 924186 - Simplify WebGLFramebuffer's CC goop - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
af047a1c63
Bug 924176 - Warn on prefixed WebGL extensions usage (deprecated) - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
1a4316a1f6
Bug 922810 - Fix the build on compilers not supporting strong enums - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
b33fab2ccf
Bug 922810 - Part 8: Defer/avoid initialization of texture images - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
3481941d44
Bug 922810 - Part 7: extend ScopedBindTexture to support cube maps - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
25bc6850db
Bug 922810 - Part 6: Clean up and optimize fake black textures implementation - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
15ea1025ef
Bug 922810 - Part 5: do not initialize depth textures before they get rendered to, use a fake black texture instead - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
fb21d72c3f
Bug 922810 - Part 4: make BindTexture smart enough to not clear the context's mFakeBlackStatus when nothing changed - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
a77d28c6c1
Bug 922810 - Part 3: introduce transparent fake black textures alongside existing opaque ones - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
0f916f5f9f
Bug 922810 - Part 2: reorganize the tracking of fake back statuses - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
8e13af6dbf
Bug 922810 - Part 1: track image initialization with a WebGLImageDataStatus enum - r=jgilbert
2013-10-11 09:16:43 -04:00
Nathan Froyd
ae7e07a8a9
Bug 925334 - delete check for HAVE_GNU_GET_LIBC_VERSION; r=glandium
2013-10-10 09:43:36 -04:00
Nathan Froyd
036526a684
Bug 925330 - don't use HAVE_64BIT_OS when building elfhack; r=glandium
2013-10-10 09:31:29 -04:00
Nathan Froyd
642ef95b36
Bug 925222 - part 2 - delete configure checks for domainname member of struct utsname; r=glandium
2013-10-09 21:37:59 -04:00
Nathan Froyd
54808fd0d7
Bug 925222 - part 1 - just check for __linux__ in nsUserInfo::GetDomain; r=bsmedberg
...
Linux's libc (with _GNU_SOURCE, which we use) and bionic are the only
interesting libcs that define domainname. The BSDs and OSX don't, and
the latter is the only one we really need to care about. Since we're
doing multiple configure checks for this one (!) place, it's not really
worth worrying about. Let's just hardcode this check and be done with
it.
2013-10-09 21:36:45 -04:00
Nathan Froyd
63e38128ae
Bug 925169 - part 2 - delete MOZ_MEMORY_SIZEOF_PTR_2POW from configury; r=glandium
2013-10-09 19:05:39 -04:00
Nathan Froyd
23a4aa4d48
Bug 925169 - part 1 - don't use MOZ_MEMORY_SIZEOF_PTR_2POW in jemalloc.c; r=glandium
2013-10-09 19:04:43 -04:00
Nathan Froyd
fac6a479ca
Bug 925173 - don't depend on HAVE_64BIT_OS in FileUtils.cpp; use the standard __LP64__ macro instead; r=bsmedberg
...
This point in the code is Mac-specific, so we are free to use Mac-specific macros
here. Just use __LP64__ instead of HAVE_64BIT_OS.
2013-10-09 17:15:53 -04:00
Nathan Froyd
9572a6752b
Bug 925319 - delete HAVE_U?INT* checks from configure; r=glandium
2013-06-24 19:06:11 -04:00
Andrea Marchesini
e103c1c47e
Bug 924870 - AudioContext.mozAudioChannel attribute, r=ehsan
2013-10-11 13:55:47 +02:00
Gian-Carlo Pascutto
7938cc0c62
Bug 925671 - Add missing nullptr includes. r=ted
2013-10-11 13:21:52 +02:00
Carsten "Tomcat" Book
cc30a0119e
merge mozilla-central to mozilla-inbound
2013-10-11 11:19:10 +02:00
Carsten "Tomcat" Book
21ea4c719a
merge b2g-inbound to mozilla-central
2013-10-11 11:15:46 +02:00
Carsten "Tomcat" Book
620ebaf649
merge fx-team to mozilla-central
2013-10-11 11:13:15 +02:00
Jon Coppeard
53de3a656b
Bug 923179 - Check main thread access later in generational barriers r=terrence
2013-10-11 09:52:56 +01:00
Josh Aas
fe850b11b0
Bug 925083: Remove support/code for nsIAppleFileDecoder. r=mcmanus
2013-10-11 02:32:47 -05:00
Gaia Pushbot
5deb857d51
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c7c750d66279
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #12680 from timdream/bug923788
Bug 923788 - Calculate position of lock screen icons based with calc() from center, r=gweng
========
https://hg.mozilla.org/integration/gaia-central/rev/4fb51c9b02ec
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 923788 - Calculate position of lock screen icons based with calc() from center
2013-10-10 20:55:23 -07:00
Shu-yu Guo
8175bc3b2a
Bug 921325 - Return bool from PJS VM functions and use the fatal bit on ForkJoinSlice to signal fatal vs retry. (r=nmatsakis)
2013-10-10 20:02:32 -07:00
Shu-yu Guo
790c9846bd
Bug 918584 - Part 4: Add SetElementParIC. (r=jandem)
2013-10-10 20:02:31 -07:00
Shu-yu Guo
ace6f49a57
Bug 918584 - Part 3: Add SetPropertyParIC. (r=jandem)
2013-10-10 20:02:31 -07:00
Shu-yu Guo
d287c7f419
Bug 918584 - Part 2: Gently refactor SetElementIC. (r=jandem)
2013-10-10 20:02:31 -07:00
Shu-yu Guo
2c3e0c476e
Bug 918584 - Part 1: Gently refactor SetPropertyIC. (r=jandem)
2013-10-10 20:02:31 -07:00
Shu-yu Guo
68e167ff30
Bug 924757 - Remove PJS-tagged callee tokens. (r=jandem)
2013-10-10 20:02:31 -07:00
Shu-yu Guo
78cf605ec9
Bug 925305 - Use ScratchFloatReg when converting float32->double for callVM. (r=sstangl)
2013-10-10 20:02:30 -07:00
Shu-yu Guo
efcc780b79
Bug 909743 - Save live ForkJoinSlice register in the fast string concat stub. (r=jandem)
2013-10-10 20:02:30 -07:00
Wes Kocher
80f8d0cc8f
Merge m-c to fxteam
2013-10-10 19:10:24 -07:00
Wes Kocher
79e4ff66c3
Merge m-c to inbound
2013-10-10 19:09:24 -07:00
Wes Kocher
6313f43c69
Merge inbound to m-c
2013-10-10 18:59:58 -07:00
Wes Kocher
3981da2427
Merge b2g-inbound to m-c
2013-10-10 18:44:20 -07:00