Commit Graph

369404 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
7acc46686c Bug 1034156 - CSP: updating csp/test_bug949549.html to use C++ backend (r=sstamm)
--HG--
extra : rebase_source : f3c4ad3f7b2bee8ecde302bdd70f259271191069
2014-07-03 10:23:16 -07:00
Sid Stamm
7ffb250546 Bug 1034157 - Fix CSP's internal calls to AsyncReportViolation so they use mSelfURI, and the right load context is checked in the report sending logic
--HG--
extra : rebase_source : dad8299e0e2baa87dfeba8bc49fbabb22a70cb9b
2014-07-03 10:36:53 -07:00
Randell Jesup
f60eeceb34 Bug 1034136: Fix all.js typo in aec setting and add defualt for h264_enabled r=ehugg 2014-07-03 13:40:49 -04:00
Olli Pettay
fb7f4fa1d7 Bug 1026047, add IsInComposedDoc()/GetComposedDoc() and IsInUncomposedDoc()/GetUncomposedDoc() to make it more clear whether Shadow DOM is being handled, r=bz
--HG--
extra : rebase_source : 614cd9090b00039363e8a52f3060585f4a505b99
2014-07-03 20:02:07 +03:00
Ryan VanderMeulen
bab0334029 Backed out changesets 4cd69faa8bc0 and 54252e150439 (bug 976963) for B2G mochitest failures. 2014-07-03 13:31:31 -04:00
Ryan VanderMeulen
658554a580 Backed out changesets 4a19dcbc7e7a and 4907115e02e3 (bug 1029248) for non-unified bustage.
CLOSED TREE
2014-07-03 13:19:29 -04:00
Bill McCloskey
ed70539e9e Bug 1029248 - Allow CPOWs to QI to non-scriptable interfaces (r=mrbkap) 2014-07-03 09:48:21 -07:00
Bill McCloskey
42d60ab372 Bug 1029248 - Add helpers to simplify CPOW unwrapping (r=mrbkap) 2014-07-03 09:48:21 -07:00
Ryan VanderMeulen
d5a9289ee7 Bug 967614 - Comment out bogus assertion and re-enable test_closeOnGC.html on Android and B2G. r=khuey 2014-07-03 12:47:38 -04:00
Randell Jesup
11047083d3 Bug 989944: Increase decode timestamp map to handle delayed decode on 8x10 r=jesup 2014-07-03 12:46:28 -04:00
Bobby Holley
b9e58ec853 Bug 1032317 - Get rid of JSD early return in RemoteXULForbidsXBLScope. r=gabor 2014-07-03 09:40:52 -07:00
Bobby Holley
71f1a77169 Bug 1032317 - Make CompartmentPrivate and XPCWrappedNativeScope accessors infallible. r=gabor 2014-07-03 09:40:52 -07:00
Bobby Holley
0eb34339eb Bug 1032317 - Remove XPCWrappedNativeScope::GetNewOrUsed. r=gabor 2014-07-03 09:40:52 -07:00
Bobby Holley
30506cb311 Bug 1032317 - Remove nsIXPConnect::InitClasses. r=gabor 2014-07-03 09:40:52 -07:00
Jan Beich
e1a62a14aa Bug 1032930 - Unbreak --disable-ion build after bug 1013172. r=h4writer 2014-07-02 09:34:00 -04:00
Michael Shuen
86dd55d546 Bug 1031920 - Stop leaking mDataPtr on failure in ArrayBufferBuilder::getArrayBuffer. r=smaug 2014-07-01 08:36:00 -04:00
Anup-Allamsetty
749694f55a Bug 1030299 - Cleanup a build warning in Volume.cpp. r=dhylands 2014-06-27 18:50:00 -04:00
Dan Glastonbury
d67a04cc1d Bug 1028891 - Detach textures/renderbuffers from framebuffer when deleting. r=jgilbert 2014-06-24 17:15:44 +10:00
Valentin Gosu
fef5dffe51 Bug 1026022 - Check that string is UTF8. r=mcmanus 2014-07-02 19:12:19 +03:00
Qeole
0b77d65ae0 Bug 1011339 - Closing OOPP plugin container in TryUnloadPlugin, even if mLibrary is loaded. r=bsmedberg 2014-07-02 08:34:00 -04:00
Maksim Lebedev
69226a8826 Bug 976963 - Add test. r=smaug 2014-07-02 04:23:00 -04:00
Maksim Lebedev
7e162c883a Bug 976963 - After invoking the releasePointerCapture method on an element, subsequent events for the specified pointer must follow normal hit testing mechanisms for determining the event target. r=smaug 2014-06-20 09:20:00 -04:00
Frédéric Wang
2d11709d1c Bug 961365 - Part 6: Add tests for OpenType MATH constants. r=jfkthame 2014-07-03 07:56:00 -04:00
Frédéric Wang
08fc27fb9b Bug 961365 - Part 5: Use MATH constants for limits. r=jfkthame 2014-06-17 04:42:00 -04:00
Frédéric Wang
bbe8cb6e9f Bug 961365 - Part 4: Use MATH constants for scripts. r=jfkthame 2014-06-17 04:09:00 -04:00
Frédéric Wang
c9a9cf88b0 Bug 961365 - Part 3: Use MATH constants for fractions and stacks. r=jfkthame 2014-06-17 02:41:00 -04:00
Frédéric Wang
48d4f1ae3d Bug 961365 - Part 2: Use MATH constants for radicals. r=jfkthame 2014-06-17 02:40:00 -04:00
Frédéric Wang
9e0eb3a436 Bug 961365 - Part 1: Add helper functions to access MATH constants and use them to get the AxisHeight. r=jfkthame 2014-07-01 23:29:00 -04:00
Kestrel
82d6d889e0 Bug 378775 - Implement Opera's behavior for selecting text inside of a link and link drag and drop. r=Enn 2014-07-03 04:26:00 -04:00
Ehsan Akhgari
7e93c9c452 Bug 1033887 - Do not build TestSTLWrappers.cpp with clang-cl; r=bsmedberg 2014-07-03 11:56:16 -04:00
Kai Engert
75b072ee06 Bug 1029561, Update to NSS 3.16.3 after July 1st to include root CA updates, r=rrelyea 2014-07-03 17:24:18 +02:00
Jeff Muizelaar
b8114d206e Bug 1026998. Initialize size CanvasRenderingContext2D. r=bas
This fixes an unitiailized read found by valgrind.
2014-07-01 17:20:07 +02:00
Jeff Muizelaar
5169f5253e Bug 1032328. cairo: Don't use __FUNCTION__ as a string literal.
This was upstreamed as 550385fb004e6064305518cf265adc03bd2d0c0b
2014-06-30 14:26:03 -04:00
Henrik Skupin
4c8bf1a64e Bug 1033703 - Pin TPS to specific versions of mozbase packages. r=ahal a=testonly DONTBUILD
---
 testing/tps/setup.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
2014-07-03 16:06:27 +02:00
Benoit Girard
e29f894afe Bug 1030245 - When dumping the display list dump, ensure up to 1024 characters of each line in the dump is output. r=kats 2014-07-03 09:12:09 -04:00
Kartikaya Gupta
8e874fe5ec Bug 1030245 - When dumping the layers dump, ensure up to 1024 characters of each line in the dump is output. r=BenWa 2014-07-03 09:09:24 -04:00
Ed Morley
a751aee582 Bug 941575 - Disable browser_fullscreen-window-open.js on Linux for intermittent failures 2014-07-03 14:05:56 +01:00
Ed Morley
31a14ff50e Bug 1016310 - Disable browser_console_optimized_out_vars.js for intermittent failures 2014-07-03 14:03:16 +01:00
Ed Morley
d27ebe0d1f Bug 1023564 & bug 981153 - Disable test_seek.html for being a persistant source of intermittent test failures 2014-07-03 14:00:53 +01:00
Ed Morley
0de150cc87 Bug 1032137 - Disable browser_UITour_panel_close_annotation.js on Windows for intermittent test failures 2014-07-03 13:57:15 +01:00
Ed Morley
16997ae2e4 Bug 1019131 - Disable 664127-1.xul on Android for intermittent failures 2014-07-03 13:51:18 +01:00
Ed Morley
fd78c6f48a Bug 987493 - Disable browser_state_notifications.js for intermittent failures 2014-07-03 13:47:36 +01:00
Ed Morley
0ab8e50c8c Bug 996465 - Disable test_fragment_play.html on B2G & Android for intermittent failures 2014-07-03 13:44:07 +01:00
Ed Morley
3f3c5fd9b4 Bug 979207 - Disable browser_968447_bookmarks_toolbar_items_in_panel.js on Linux for intermittent failures 2014-07-03 13:40:10 +01:00
Ed Morley
e71c75e176 Backed out changeset 57e490053263 (bug 1018928) for causing the intermittent test failures in bug 1032991 2014-07-03 13:53:15 +01:00
Ms2ger
5fd953a2d2 Bug 1033697 - Remove the temporary variable 'v' from XPCConvert::NativeInterface2JSObject; r=bholley
There is no good reason to keep the additional local variable, especially
because it is only used inside this branch.
2014-07-03 14:58:06 +02:00
Ms2ger
c748b49669 Bug 1033697 - Remove dead code from XPCConvert::NativeInterface2JSObject; r=bholley
Earlier in the function, there is an always-returning branch if |flat| is
non-null, so this code is only reached with a null |flat|, and the removed
code is dead.
2014-07-03 14:58:05 +02:00
Carsten "Tomcat" Book
d8bb988941 Merge mozilla-central to mozilla-inbound 2014-07-03 14:16:06 +02:00
Carsten "Tomcat" Book
072d7e9cad merge fx-team to mozilla-central a=merge 2014-07-03 13:54:51 +02:00
Carsten "Tomcat" Book
0ea68a02c2 merge mozilla-inbound to mozilla-central a=merge 2014-07-03 13:46:41 +02:00