Matt Woodrow
0da1f6255a
Bug 1059033
- Part 4: Avoid recreating DrawTargets too often. r=nical
...
--HG--
extra : rebase_source : b25fcc2b2fb298b9654c36a57fc9fa26877bf9ff
2014-09-02 12:35:10 +12:00
Matt Woodrow
dbfc91a41f
Bug 1059033
- Part 3: Avoid save/restoring for tiles that are entirely clipped out. r=Bas
...
--HG--
extra : rebase_source : 832de898f3fe2373b7210e3c147bfeaf716434c5
2014-09-02 12:35:02 +12:00
Matt Woodrow
4f4a0d8de2
Bug 1059033
- Part 2: Approximate path stroke extents for culling since its faster. r=Bas
...
--HG--
extra : rebase_source : 88884a1d6297a12cddd2c2f075985634e3fa235c
2014-09-02 12:34:53 +12:00
Matt Woodrow
1fd0156c52
Bug 1059033
- Part 1: Cull DrawTargetTiled operations where we can. r=Bas
...
--HG--
extra : rebase_source : 74b1c51243fa1443c4d6d5d9bdc6d448680c5a07
2014-09-02 12:34:30 +12:00
Masayuki Nakano
1127764c5f
Bug 1052343 part.6 Don't destroy nsTextStore instance during it's locking the document r=emk
2014-09-02 09:27:26 +09:00
Masayuki Nakano
fc437bc317
Bug 1052343 part.5 Recreate nsTextStore instance at each focus change r=emk
2014-09-02 09:27:26 +09:00
Masayuki Nakano
1ea0ae9886
Bug 1052343 part.4 Remove nsTextStore::sFlushTIPInputMessage which is no longer used r=emk
2014-09-02 09:27:25 +09:00
Masayuki Nakano
6324d3e9ab
Bug 1052343 part.3 Create TSFStaticSink for listening to some TSF events for whole life time of our process r=emk
2014-09-02 09:27:25 +09:00
Masayuki Nakano
bc41125f3f
Bug 1052343 part.2 Don't assume that there is nsTextStore instance even during in TSF mode r=emk
2014-09-02 09:27:25 +09:00
Masayuki Nakano
4a049f8136
Bug 1052343 part.1 Renamse nsTextStore::sTsfTextStore to nsTextStore::sEnabledTextStore r=emk
2014-09-02 09:27:24 +09:00
John Daggett
aaa1429b25
Bug 1061065. Removed unneeded gfx telemetry probes. r=mkato.
2014-09-02 09:03:59 +09:00
Phil Ringnalda
b656763114
Backed out 6 changesets (bug 1060982, bug 1061058, bug 1060987, bug 1061060, bug 1060930) for build bustage
...
CLOSED TREE
Backed out changeset c23b8418e6be (bug 1060987)
Backed out changeset a8cddc6bdffc (bug 1061060)
Backed out changeset b5af5cbdac3f (bug 1060982)
Backed out changeset 4912d451011a (bug 1060930)
Backed out changeset bdacbf453238 (bug 1061058)
Backed out changeset da6c71a8f5ae (bug 1060987)
2014-09-01 16:48:51 -07:00
Ehsan Akhgari
05739ed1a5
Fix the build bustage from bug 1060987 landed on a CLOSED TREE
2014-09-01 18:28:29 -04:00
Phil Ringnalda
609fe6b9c4
Backed out 3 changesets (bug 967844) for robopan bustage
...
Backed out changeset 6b53305f1c42 (bug 967844)
Backed out changeset dff3eb181f33 (bug 967844)
Backed out changeset 4d4b03442eaf (bug 967844)
2014-09-01 15:20:13 -07:00
Ehsan Akhgari
1ce8beab5b
Bug 1061060 - Fix more bad implicit constructors in parser; r=hsivonen
2014-09-01 18:04:52 -04:00
Ehsan Akhgari
f2cd909681
Bug 1060982 - Fix more bad implicit constructors in the HTML parser; r=hsivonen
2014-09-01 18:04:20 -04:00
Ehsan Akhgari
0f3bb39a41
Bug 1060930 - Mark the HTML5 Parser constructors with one argument as explicit; r=hsivonen
2014-09-01 18:02:08 -04:00
Ehsan Akhgari
1b608c3007
Bug 1061058 - Fix more bad implicit constructors in docshell/dom/uriloader; r=smaug
2014-09-01 18:01:37 -04:00
Ehsan Akhgari
f1391c83bf
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
2014-09-01 18:00:53 -04:00
Ehsan Akhgari
7744ae0064
Bug 1061057 - Fix more bad implicit constructors in universalchardet; r=smontagu
2014-09-01 17:44:24 -04:00
Ehsan Akhgari
dfe1290d1d
Bug 1060999 - Fix more bad implicit constructors in intl; r=smontagu
2014-09-01 17:43:50 -04:00
Ehsan Akhgari
dc28de8143
Bug 1061056 - Fix more bad implicit constructors in WebRTC; r=jesup
2014-09-01 17:43:17 -04:00
Chris Peterson
d6c7c18757
Bug 1036781 - Part 10: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit MIR code. r=jandem
2014-09-01 14:33:42 -07:00
Benjamin Smedberg
81c0da01cd
Bug 1012924 - Experiments should cancel their XMLHttpRequest on shutdown, and should also set a reasonable timeout on them, r=gfritzsche
2014-09-01 15:26:07 +02:00
Georg Fritzsche
3db52ace8b
Bug 1059179 - Add BinarySearchIf(). r=waldo
2014-09-01 19:26:16 +02:00
Douglas Crosher
c6b5d445a4
Bug 1060789: Use splat constructor in Odin whenever possible; r=sunfish
2014-09-01 22:14:22 +02:00
Douglas Crosher
7ef3bcea2a
Bug 1060789: SIMD x86-x64 backend: Add 'splat' backend support; r=sunfish
2014-09-01 01:30:27 +10:00
Douglas Crosher
b92ef54903
Bug 1059749: SIMD backend: implement signMask; r=sunfish
2014-08-29 20:24:57 +10:00
Ivan Jibaja
9eb2e65afc
Bug 1059529: SIMD x86-x64 backend: Implement bitwise operations; a=ijibaja,dougc,bbouvier; r=sunfish
2014-08-27 18:07:03 -07:00
Ivan Jibaja
ef35954e39
Bug 1025127: SIMD x86-x64 backend: implement Comparisons; a=ijibaja,dougc,bbouvier; r=sunfish
2014-07-25 02:38:24 -07:00
Christian Holler
09132a1c27
Bug 1051190 - Copy and package ASan dylib on OSX. r=ted
...
--HG--
extra : rebase_source : 1f89ecea3b088fa6816687750cbd49306fd1a1fa
2014-09-01 14:34:23 +02:00
Christian Holler
73b680f1ca
Bug 1056233 - Fix uninitialized value in nsinstall.c. r=froydnj
...
--HG--
extra : rebase_source : 8d59e5ea240afb5ec07673bb7eb9085aed793a95
2014-09-01 14:30:11 +02:00
Jonathan Kew
0636882ed7
bug 1048899 - reftest for ::first-letter with Indic clusters. r=smontagu
2014-09-01 21:08:52 +01:00
Jonathan Kew
6d2ec57829
bug 1048899 - don't end ::first-letter in the middle of a ligature for Indic and SEAsian scripts. r=smontagu
2014-09-01 21:08:52 +01:00
Landry Breuil
39f6a47ad8
Bug 1014375 followup - unbreak the tree by adding an esac forgotten in previous on a CLOSED TREE
2014-09-01 21:58:19 +02:00
Landry Breuil
21ab061c23
Bug 1014375 - Properly define JS_PUNBOX64 or JS_NUNBOX32 depending on the CPU arch r=nbp
2014-09-01 21:41:53 +02:00
Benoit Jacob
86deb37c57
Bug 1060984 - Fix the xulrunnner build now that we static_assert against bad public destructors - no review, xulrunner bustage fix on a CLOSED TREE
2014-09-01 13:07:41 -04:00
Carsten "Tomcat" Book
ab03272a0a
Backed out changeset 67b286d214e3 (bug 877072) for m1 test failures
2014-09-01 12:01:09 +02:00
Jean-Yves Avenard
ca80d27eae
Bug 1055843 - Do not pause when playbackRate = 0. Instead don't play anything. r=padenot
2014-09-01 14:52:39 +10:00
Douglas Crosher
8cdd70656a
Bug 1059064 - OdinMonkey: avoid referencing AsmJSGlobalRegBias except for the ARM and MIPS backends. r=luke
2014-08-27 14:23:03 +10:00
chiajung hung
ff630e0862
Bug 1060121 - Make WebGLContext::TexImage2D avoid readback for video elements on Windows. r=jgilbert
2014-08-31 21:00:00 +02:00
Alexandre Lissy
51d2f04ede
Bug 1060865 - Fix end date filling in SmsFilter. r=vicamo
...
Copying the endDate value in the startDate field won't make the filter
working properly ; in fact, it will even crash the Messages app
sometimes because of the uninitialized value of the endDate which is
invalid and triggers a DataError within the MobileMessageDB.
2014-09-01 01:00:00 +02:00
Gabor Krizsanits
ff464bb019
Bug 877072 - Script execution order for nested imports. r=mrbkap
2014-09-01 10:51:40 +02:00
Anthony Jones
521d1bcd79
Bug 1060704
- Save MP4 init segment for later; r=kinetik
2014-09-01 20:45:48 +12:00
Anthony Jones
d8db640996
Bug 1060182 - Cache MP4 buffered ranges; r=cpearce
2014-09-01 20:45:46 +12:00
Carsten "Tomcat" Book
cd08246928
Backed out changeset 7de1b4a42f1c (bug 982338) for OS X Crash Bustage on a CLOSED TREE
2014-09-01 09:58:39 +02:00
Phil Ringnalda
91ea7d35b7
Backed out 8 changesets (bug 1057212, bug 1059033
) for Windows build bustage
...
CLOSED TREE
Backed out changeset a54dbdca597b (bug 1059033
)
Backed out changeset d8d79e4fbfc4 (bug 1059033
)
Backed out changeset 87494588e493 (bug 1057212)
Backed out changeset 3e4105ea0a73 (bug 1059033
)
Backed out changeset e59430ea4256 (bug 1059033
)
Backed out changeset 301fdfea8fbf (bug 1059033
)
Backed out changeset 1ef5a3a9bb06 (bug 1059033
)
Backed out changeset a7eaac164c36 (bug 1059033
)
2014-08-31 23:55:31 -07:00
Matt Woodrow
d09dce4fdf
Bug 1059033
- Move DrawTargetTiled to non-unified to ensure that _USE_MATH_DEFINES is applied first. CLOSED TREE
2014-09-01 17:28:53 +12:00
Matt Woodrow
ed272386f7
Bug 1059033
- Backout part 6 for causing reftest failures
2014-09-01 16:58:04 +12:00
Robert O'Callahan
2d6bf232ea
Bug 967844. Part 3: Setup FrameMetrics from FrameLayerBuilder based on animated geometry roots. r=mattwoodrow
...
--HG--
extra : rebase_source : d30d2af626038cc556fcd3add9a3876be2c58239
2014-08-31 15:29:24 +12:00