Jonathan Watt
cc5bf95ddf
Bug 1065127 - Avoid Matrix().Translate()/Scale()/Rotate() multiplication in lots of places. r=Bas
...
--HG--
extra : rebase_source : ef075258c31973c4943b9b3a9229685a9bb83917
2014-09-10 11:45:42 +01:00
Jonathan Watt
75bfb38961
Bug 1064087 - Remove nsRenderingContext::InvertRect(). r=Bas
...
--HG--
extra : rebase_source : 64ed4f9fa0e2e67aef00209dfc060dc9e87fc24a
2014-09-09 16:59:06 +01:00
Jonathan Watt
1187a32f01
Bug 1062249 - Vastly simplify the various GetCanvasTM methods. r=longsonr
...
--HG--
extra : rebase_source : b0ba980a34c720bd3c3f3c95733083e92f0c0513
2014-09-08 12:28:50 +01:00
Carsten "Tomcat" Book
9fc7af6cbb
Backed out changeset 589752703e0c (Bug 1036068) for suspicion of breaking b2g linux debug builds on a CLOSED TREE
...
--HG--
extra : amend_source : 8cbc45d68f68b534f0d392f7e39841731fb6f5a4
2014-09-10 12:55:27 +02:00
Markus Stange
a7161bda52
Bug 1061327 - When the scrolled layer is not an ancestor of the scrollbar layer, search the whole layer tree. r=botond
2014-09-10 12:19:53 +02:00
Markus Stange
b3c664a2fa
Bug 1061327 - Don't stop searching for scrolled layers when encountering a ScrollInfoLayer. r=botond
2014-09-10 12:19:25 +02:00
Markus Stange
ab57e42fa9
Bug 1064842 - Add ImplCycleCollectionTraverse/Unlink implementations for nsSMILTimedElement so that SVGAnimationElement can use the shorter NS_IMPL_CYCLE_COLLECTION_INHERITED macro. r=roc
2014-09-10 12:18:58 +02:00
Markus Stange
fe1b2e0166
Bug 1064842 - Add ImplCycleCollectionTraverse/Unlink implementations for nsReferencedElement so that nsSVGFilterReference can use the shorter NS_IMPL_CYCLE_COLLECTION macro. r=roc
2014-09-10 12:18:57 +02:00
Sushant Dinesh
0d0aa7a69d
Bug 1034184 - IonMonkey: Enable taking the union of a filter at tests. r=h4writer
2014-09-10 12:10:52 +02:00
Sushant Dinesh
38117c2ce4
Bug 1034184 - IonMonkey: Enable filtering at tests for and/or. r=h4writer
2014-09-10 12:10:49 +02:00
Peter Van der Beken
e611d02a03
Bug 1063700 - Remove unused IsSecurityWrapper functions. r=bholley.
...
--HG--
extra : rebase_source : 32499305e3e28c690d0158f3e9df333b73e2259b
2014-09-09 15:38:45 +02:00
Peter Van der Beken
eddfeb4f1a
Bug 982212: Part 4 - Remove explicit from the nsTArray-constructor that takes a r-value and add MoveElementsFrom taking a r-value. r=nfroyd.
...
--HG--
extra : rebase_source : bf6141fb301fcf19b619c9a4c88ce12f3521a12c
2014-09-02 14:20:14 +02:00
Kyle Huey
a34a3ab32d
Bug 982212: Part 3 - Now that nsTArray::AppendElement supports r-value references, remove the workarounds added in Bug 967364. r=nfroyd
...
--HG--
extra : rebase_source : 1e6188d26b745f6dc9bdf2accc0abf7f07351510
2014-03-15 18:56:00 +01:00
Kyle Huey
e25a4db36c
Bug 982212: Part 2 - Implement r-value reference support for nsTArray::AppendElement. r=nfroyd
...
--HG--
extra : rebase_source : a9235411266a5dad466746d6344c3fd0e8fafca1
2014-03-15 18:56:00 +01:00
Peter Van der Beken
5ad862aa2f
Bug 982212: Part 1a - Implement r-value reference support for nsTArray constructors and operator=, make part 1 work on gcc 4.4. r=nfroyd.
...
--HG--
extra : rebase_source : f188db9d463add8f4622ceef6f0b2332be4acca8
2014-09-03 18:33:03 +02:00
Kyle Huey
58e615583c
Bug 982212: Part 1 - Implement r-value reference support for nsTArray constructors and operator=. r=nfroyd
...
--HG--
extra : rebase_source : 6119f0043a4af61beab08cdeb6ea072222cfac8b
2014-03-15 18:55:00 +01:00
Peter Van der Beken
a8288d3e91
Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, use overloaded functions and auto to select the right type to store return values. r=bz.
...
--HG--
extra : rebase_source : 50f86f20966fee33cfa039abc227ee2560640fd4
2014-08-28 00:43:56 +02:00
Peter Van der Beken
fc7a01c9c0
Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, statically assert that we keep a strong reference to return values of NewObject methods. r=bz.
...
--HG--
extra : rebase_source : b0d62c7a8ecf73de3e24a9ab31ec2cae64174c24
2014-08-28 00:43:56 +02:00
Peter Van der Beken
867461ad4e
Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, use templatized class to hold strong or weak pointer depending on the return type. r=bz.
...
--HG--
extra : rebase_source : 243e9ea15e2f4c213aa8a17a97fbaf53520804ac
2014-08-28 00:43:56 +02:00
Peter Van der Beken
8c597602e7
Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, remove instances of non-refcounted sequence return type. r=bz.
...
--HG--
extra : rebase_source : 1388e0d6f971d52debb745a448a9a5524ceee25d
2014-08-28 00:43:55 +02:00
Peter Van der Beken
7f6f29fe05
Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, make all Constructor methods return already_AddRefed<...>. r=bz.
...
--HG--
extra : rebase_source : 726702eb39e627d74ddb3adf6059569d077089d4
2014-08-28 00:43:55 +02:00
Benjamin Bouvier
f3f3be99e3
Bug 1064493: Better wording for globals validation errors in asm.js; r=luke
2014-09-10 11:47:12 +02:00
Benjamin Bouvier
954568c01e
Bug 1064493: Use failName rather than failf when validating asm.js globals; r=luke
2014-09-10 11:47:07 +02:00
Gian-Carlo Pascutto
1686858359
Bug 1063547 - Return no available devices where not supported, disable on Android. r=jesup
2014-09-09 18:18:12 +02:00
Kearwood (Kip) Gilbert
96cd6da0ba
Bug 1062406 - Part 1 - Change x and y parameters of window.scroll* CSSOM-View DOM calls from double to unrestricted double. r=bz
...
- WebIDL updated so that x and y parameters of window.scroll, window.scrollTo,
and window.ScrollBy are changed from "double" to "unrestricted double".
- Implemented mozilla::ToZeroIfNonfinite
- Updated nsGlobalWindow::Scroll, ScrollTo, and ScrollBy methods so that they
replace non-finite numbers with 0.
2014-09-09 12:02:00 +02:00
Kearwood (Kip) Gilbert
ffa47ff2af
Bug 1062406 - Part 2 - Tests. r=bz
...
- Implemented a mochitest to ensure that non-finite values passed to
window.scroll, window.scrollTo, and window.scrollBy are interpreted
as 0.
2014-09-09 11:34:00 +02:00
Walter Litwinczyk
44fbf49642
Bug 1036068 - Update ANGLE to chromium/2084. r=jgilbert,kamidphish
2014-09-09 14:47:31 -07:00
Valentin Gosu
9c8a3248f0
Bug 936814 - Part 3: Add tests for cross origin resource timing check r=bz
2014-09-10 10:00:59 +03:00
Valentin Gosu
fd753773e8
Bug 936814 - Part 2: Fix old tests for resource_timing r=bz
2014-08-30 03:54:09 +03:00
Valentin Gosu
c7a5fff644
Bug 936814 - Part 1: Implement the _timing allow check algorithm_ for cross-origin Resource Timing r=bz,honzab
2014-05-15 08:26:07 +03:00
Hiroyuki Ikezoe
135a0d2c89
Bug 1061112 - test_app_rep_windows.js needs some preference variables to be passed on comm-central. r=mmc
2014-09-10 07:49:03 +01:00
aceman
bd912b962b
Bug 1063469 - fix some trivial "assignment to undeclared variable" in extApplication.js. r=Neil
2014-09-10 07:49:00 +01:00
Matthew Gregan
aee4fe39ba
Bug 1064826 - Disable test_FrameSelection.html on OS X.
2014-09-10 18:25:50 +12:00
Daniel Holbert
0e0e30e4f8
Backing out 8dedad6ca4b3 (bug 1055151), since its added test seems to have a fragile threshold (and is failing after the addition of 2 new CSS properties)
2014-09-09 22:56:05 -07:00
Brian Smith
fb2c2d3556
Bug 1063013, Part 4: Move MapResultToName and MAP_LIST out of pkixnss.h/pkixnss.cpp, r=keeler
...
--HG--
rename : security/pkix/lib/pkixnss.cpp => security/pkix/lib/pkixresult.cpp
extra : rebase_source : 2fec0a279f7ef6acdd7ac8bf749190eef33df70d
2014-08-31 19:42:36 -07:00
Brian Smith
5e4c6b3732
Bug 1063013, Part 3: Move dependencies on pkixnss to pkixtestnss, r=keeler
...
--HG--
rename : security/pkix/test/lib/pkixtestutil.cpp => security/pkix/test/lib/pkixtestnss.cpp
extra : rebase_source : b22bd341a5c72ba87efcf23a4e048bba8adf1544
2014-08-31 19:16:26 -07:00
Brian Smith
fb65bc5f7b
Bug 1063013, Part 2: Remove unnecessary pkixnss dependency from pkixocsp_CreateEncodedOCSPRequest, r=keeler
...
--HG--
rename : security/pkix/test/lib/pkixtestutil.cpp => security/pkix/test/lib/pkixtestnss.cpp
extra : rebase_source : e91ec652edc54255cd29871c91550c3ee49438c5
2014-08-31 19:04:15 -07:00
Brian Smith
9fb9cb52eb
Bug 1063013, Part 1: Remove pkixnss dependency from pkixtestutil.cpp, r=keeler
...
--HG--
rename : security/pkix/test/lib/pkixtestutil.cpp => security/pkix/test/lib/pkixtestnss.cpp
extra : rebase_source : e55c2e0c73a59b84629d071a64d8597ec5cc56ae
2014-09-04 17:21:28 -07:00
Brian Smith
81bd783b90
Bug 1063006: Centralize direct use of NSS for crypto in the mozilla::pkix test suite, r=keeler
...
--HG--
rename : security/pkix/test/lib/pkixtestutil.cpp => security/pkix/test/lib/pkixtestnss.cpp
extra : rebase_source : 93515d39abf91168fa86268f9b26f8c62d0d411e
2014-08-31 17:47:09 -07:00
Brian Smith
b7de7f0b92
Bug 1059924, Part 2: Test that the high tag number form is rejected, r=keeler
...
--HG--
extra : rebase_source : 66793ce13ed8635cd47051fc2c93651d6936614e
2014-08-21 15:48:40 -07:00
Daniel Holbert
41bce9ed30
Bug 1065141: Clarify language in mochitest messages about whether OMTA is working. r=birtles
2014-09-09 22:31:56 -07:00
Daniel Holbert
2d195c2ca1
Bug 1065182: Remove vestigial code from nsICanvasRenderingContextInternal.h and WebGLContext.h. r=jgilbert
2014-09-09 22:31:13 -07:00
Bobby Holley
165534d10e
Bug 1008481 - Request complete log for intermittently-failing test. r=me
2014-09-09 21:52:31 -07:00
Phil Ringnalda
d58b32595d
Backed out changeset c72a49a66333 (bug 1058158) for Mn bustage
...
CLOSED TREE
2014-09-09 21:13:40 -07:00
David Major
af3cfdb5d0
Backed out 040e85d18eab (bug 931687) for causing bug 1018402
...
--HG--
extra : rebase_source : c41a6125fabb2b11fb546a3253979003d80095eb
2014-09-10 15:48:56 +12:00
Byron Campen [:bwc]
d4ab40cf75
Bug 1026774: Return errors on some rare failure cases in stun_get_mib_addrs. r=mt
2014-08-29 14:03:17 -07:00
Byron Campen [:bwc]
e0a75522b5
Bug 1058331: Plug a leak in TransportLayerDtls::Setup, and remove a suppression. r=mt
2014-08-25 17:15:07 -07:00
Byron Campen [:bwc]
52313e00a3
Bug 1008789: Init username to 0, just in case. r=drno
2014-06-11 10:43:04 -07:00
Malini Das
9a5c2123e7
Bug 1058158 - run b2g marionette tests in test container, r=jgriffin
2014-08-28 17:34:50 -04:00
Anuj Agarwal
d92a127e8d
Bug 1028147 - Privatize public destructor of image::Decoder. r=seth
2014-09-09 19:47:02 -07:00