Mike Hommey
2d280ff77e
Bug 1024620 - Use object files next to archives when extracting them at link time, or in a subdirectory. r=ted
2014-06-14 09:08:22 +09:00
Jeff Walden
0a69aedff9
Back out c2a6dee2071f, fails-if condition runs in an environment that's not the same as the test itself (which requires let statements be enabled). r=bustage in a CLOSED TREE
2014-06-13 16:06:54 -07:00
Shu-yu Guo
c581483075
Bug 1024732 - Don't set PJS helper thread state to TERMINATED on error when starting the helper threads. (r=nmatsakis)
2014-06-13 15:11:12 -07:00
Nicholas Hurley
e1d1268cfc
Bug 1025071 - Save header table space by not indexing :path r=mcmanus
2014-06-13 15:02:05 -07:00
Jeff Walden
970c606fe5
Bug 1020034. r=bz
...
--HG--
extra : rebase_source : a38cdad564a8499b28f2f83dd1ad63f762419383
2014-06-03 18:47:59 -07:00
Jeff Walden
c82398d0ad
Add a test for top-level let not creating a variable that'd show up in |with (global)| scope. No bug, r=jorendorff over IRC
...
--HG--
extra : rebase_source : bd068aeb3021789ec13d2274f72fa728f6d5c4d5
2014-06-06 15:44:14 -07:00
Ehsan Akhgari
b1ec98ffe9
Bug 1024842 - Make StructuredDataType a typed enum in order to avoid C++11 narrowing conversion warnings when the values of the enum are used in the switch statement later in the file; r=Waldo
2014-06-13 17:36:13 -04:00
Jonathan Watt
bc22d1d489
Bug 1019753, part 2 - Use Moz2D DataSourceSurfaces instead of Thebes gfxImageSurfaces in DocumentRendererParent.cpp and ImageEncoder.cpp. r=mattwoodrow
...
--HG--
extra : rebase_source : fc39f0aede22e48ea853b1978eddeb8cc8c43a60
2014-06-04 08:08:39 +01:00
Wan-Teh Chang
c1b297e7af
Bug 1020695: Update Mozilla to use NSS 3.16.2 Beta 4. Includes fixes for
...
bug 1013088, bug 996237, bug 970539, bug 1016567, bug 485732, bug 334013,
bug 959864, bug 1016836, bug 1016811, bug 1018536, bug 996250, bug 1009227,
bug 963150, bug 1007126, bug 1021102.
2014-06-13 14:17:18 -07:00
Jonathan Watt
a5f66d9e89
Bug 1023336, part 2 - Use the new BufferSizeFromStrideAndHeight helper where appropriate in Moz2D code. r=Bas
2014-06-13 22:03:52 +01:00
Jonathan Watt
6e49daf08b
Bug 1023336, part 1 - Add a Moz2D helper to consistently limit the size of data-wrapping DataSourceSurface buffers. r=Bas
2014-06-13 22:03:52 +01:00
Jonathan Watt
6f5d631e30
Bug 1015785 - Fix Moz2D's AlignedArray::Realloc() to not over allocate. r=Bas
2014-06-13 22:03:52 +01:00
Camilo Viecco
388e775d77
Bug 998513 - Test GeneralizedTime encodings in mozilla::pkix. r=keeler.
2014-06-13 12:50:11 -07:00
Olli Pettay
b1dc98e935
Bug 1024986 - Use Preferences::AddBoolVarCache for dom.testing.ignore_ipc_principal check, r=ehsan
2014-06-13 23:40:46 +03:00
Ehsan Akhgari
b64a25fc13
Backed out changeset 0cdef46c65c1 (bug 979104) for causing bug 1024324
2014-06-13 16:20:37 -04:00
Randell Jesup
95ddaacac2
Bug 1022235: Make the webrtc LoadManager/LoadMonitor a singleton r=bsmedberg,pkerr
2014-06-13 15:50:51 -04:00
Olli Pettay
fbe30a91e1
Bug 1025078 - [@nsPerformance::GetDOMTiming()], r=baku
2014-06-13 22:36:25 +03:00
Ehsan Akhgari
64915585aa
Bug 1025143 - Fix a compilation error in TestTypedEnum.cpp with clang-cl; r=bjacob
...
This makes the code more correct since if we don't have constexpr
support in the compiler, the CastableTypedEnumResult type would
actually not be a literal type, so we should not assert that here.
2014-06-13 15:22:16 -04:00
Jan de Mooij
27f3f96d34
Bug 1023778 part 8 - Address review comments. r=Waldo
2014-06-13 20:51:16 +02:00
Jan de Mooij
b209104ab4
Bug 1023778 part 7 - Add tests. r=Waldo
2014-06-13 20:51:14 +02:00
Jan de Mooij
43bd1cca4f
Bug 1023778 part 6 - Make JSON.parse handle Latin1 strings. r=Waldo
2014-06-13 20:51:12 +02:00
Jan de Mooij
1cb54e8366
Bug 1023778 part 5 - Add AutoStableStringChars class. r=terrence
2014-06-13 20:51:10 +02:00
Jan de Mooij
e49fbcc777
Bug 1023778 part 4 - Add JSONParser<Latin1Char>. r=Waldo
2014-06-13 20:51:07 +02:00
Jan de Mooij
e261152579
Bug 1023778 part 3 - Make AtomizeChars and js_NewStringCopyN accept Latin1 chars. r=luke
2014-06-13 20:51:05 +02:00
Ralph Giles
f138aa5022
Backed out changeset d437a1b97e7c. Doesn't build.
2014-06-13 11:47:28 -07:00
Lucas GOLVEN
479b43ed09
Bug 772347 - Add WakeLockListener on MacOSX. r=smichaud
...
Disables the screensaver on Mac while a video is playing.
2014-06-13 19:58:00 +02:00
Patrick McManus
eee36d8e7d
bug 1025075 - http2 CONNECT streams should have consistent priority r=hurley
...
---
netwerk/protocol/http/Http2Session.cpp | 3 ++-
netwerk/protocol/http/SpdySession3.cpp | 3 ++-
netwerk/protocol/http/SpdySession31.cpp | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
---
netwerk/protocol/http/Http2Session.cpp | 3 ++-
netwerk/protocol/http/SpdySession3.cpp | 3 ++-
netwerk/protocol/http/SpdySession31.cpp | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
2014-06-13 09:29:00 -04:00
Richard Barnes
c93a478e99
Bug 1021102: Correct test vector for RSAES-PKCS1-v1_5. r=wtc.
2014-06-13 11:22:29 -07:00
Sid Stamm
96ab7b5bdb
Bug 846978 - disable frame-ancestors checks when CSP is report-only and fix cross-origin frame-ancestors violation URI leak. r=ckerschb,grobinson
2014-06-13 11:06:04 -07:00
Sid Stamm
0d21671be2
Bug 805929 - test CSP blockage of setInterval and return values from setTimeout. r=grobinson
2014-06-13 11:05:37 -07:00
Tom Schuster
9b6f587522
Bug 1020651 - about:preferences do not work properly if browser.cache.{disk,memory}.enable is false. r=jaws
2014-06-13 19:13:37 +02:00
Ed Morley
48e080eaf4
Backed out changeset 25b0cc03110c (bug 1024618) for failures in test_changes.html
2014-06-13 17:41:10 +01:00
Chris Lord
43310b9b82
Bug 1006084 - Allow ThebesLayers to be recreated when the creation hint changes. r=mattwoodrow
2014-06-13 17:11:08 +01:00
Mike Shal
3c20629a8d
Bug 978211 - add an automation/build target for post-build steps; r=glandium
2014-05-16 14:37:31 -04:00
Jonathan Watt
344fb8cd20
Bug 1024983 - Stop addrefing and releasing excessively in the Moz2D code in functions that return a TemporaryRef. r=mstange
2014-06-13 17:09:23 +01:00
Daniel Holbert
87cff0b293
Bug 1024875: Make reflow-related functions in nsFlexContainerFrame return void, now that Reflow returns void. r=mats
2014-06-13 08:37:02 -07:00
Andrea Marchesini
ea7020dba2
Bug 1024618 - DataStoreChangeNotifier.jsm doesn't remove all the children when they are unregistered, r=ehsan
2014-06-13 16:33:50 +01:00
Ehsan Akhgari
521c803f91
Bug 1024713 - Fix a compilation error in cairo with clang-cl; r=jrmuizel
2014-06-13 11:34:07 -04:00
Benoit Girard
ef93ef1973
Bug 1024742 - show will-change on the display list dump. r=mattwoodrow
2014-06-13 11:32:15 -04:00
Jan de Mooij
0b37117727
Bug 1023778 part 2 - Parameterize JSONParser. r=Waldo
2014-06-13 17:21:39 +02:00
Jan de Mooij
5ec377d208
Bug 1023778 part 1 - Add JSONParserBase base class. r=Waldo
2014-06-13 17:21:37 +02:00
Nicholas Nethercote
fcbaa23ac2
Backout 277bacd9f2f8 (bug 1023719) for causing intermittent crashes.
...
--HG--
extra : rebase_source : e6c9e54dd2df572da7f8cdf3cd6226a1aeeee883
2014-06-13 06:39:16 -07:00
Nathan Froyd
7fdd1535f9
Bug 1024588 - turn off useragent updates for tests, to avoid hitting the network; r=jmaher
2014-06-12 15:14:43 -04:00
Ehsan Akhgari
dd058cf3a1
Bug 1022349 follow-up: Undo the bad renaming, bustage fix landed on a CLOSED TREE
2014-06-13 11:08:04 -04:00
Geoff Brown
7e84d70c2e
Bug 945395 - Enable robocop testSessionOOMSave on Android 2.3; r=me
2014-06-13 07:47:02 -06:00
Geoff Brown
74070e7885
Bug 836818 - Enable robocop testOverscroll on Android 2.3; r=me
2014-06-13 07:47:02 -06:00
Geoff Brown
5e191e00f4
Bug 979548 - Enable robocop testSearchSuggestions on Android 2.3; r=me
2014-06-13 07:47:02 -06:00
Geoff Brown
10582614f9
Bug 979620 - Enable robocop testGetUserMedia on Android 2.3; r=me
2014-06-13 07:47:02 -06:00
Geoff Brown
47492b877d
Bug 979597 - Enable robocop testAboutHomeVisibility on Android 2.3; r=me
2014-06-13 07:47:02 -06:00
Mike Hommey
6480b7a820
Bug 1013060 - Stop setting SCCACHE_NO_HTTPS. r=mshal
2014-06-13 22:36:45 +09:00