Commit Graph

191863 Commits

Author SHA1 Message Date
Michael Shuen
70a83130c9 Bug 1031920 - Stop leaking mDataPtr on failure in ArrayBufferBuilder::getArrayBuffer. r=smaug 2014-07-01 08:36:00 -04:00
Anup-Allamsetty
52e4297e97 Bug 1030299 - Cleanup a build warning in Volume.cpp. r=dhylands 2014-06-27 18:50:00 -04:00
Dan Glastonbury
d1e494f068 Bug 1028891 - Detach textures/renderbuffers from framebuffer when deleting. r=jgilbert 2014-06-24 17:15:44 +10:00
Valentin Gosu
9d8734685f Bug 1026022 - Check that string is UTF8. r=mcmanus 2014-07-02 19:12:19 +03:00
Qeole
4c2d644b75 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
e8cef7a346 Bug 976963 - Add test. r=smaug 2014-07-02 04:23:00 -04:00
Maksim Lebedev
e17f0a7284 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
27f3dd4dff Bug 961365 - Part 6: Add tests for OpenType MATH constants. r=jfkthame 2014-07-03 07:56:00 -04:00
Frédéric Wang
44131bf956 Bug 961365 - Part 5: Use MATH constants for limits. r=jfkthame 2014-06-17 04:42:00 -04:00
Frédéric Wang
45c97f49bb Bug 961365 - Part 4: Use MATH constants for scripts. r=jfkthame 2014-06-17 04:09:00 -04:00
Frédéric Wang
38784472e4 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
ca33bf0075 Bug 961365 - Part 2: Use MATH constants for radicals. r=jfkthame 2014-06-17 02:40:00 -04:00
Frédéric Wang
a64d2bb38d 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
d6e54f0575 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
3ed2124a30 Bug 1033887 - Do not build TestSTLWrappers.cpp with clang-cl; r=bsmedberg 2014-07-03 11:56:16 -04:00
Kai Engert
b3a6a89654 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
ec81f69d0f 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
aa6588b9fc 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
5bb31a9665 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
f6011a5441 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
bb7d745b56 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
b4c148d239 Bug 941575 - Disable browser_fullscreen-window-open.js on Linux for intermittent failures 2014-07-03 14:05:56 +01:00
Ed Morley
4bc5bc937d Bug 1016310 - Disable browser_console_optimized_out_vars.js for intermittent failures 2014-07-03 14:03:16 +01:00
Ed Morley
5622fd9aaa 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
547cf4715c 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
80397c418e Bug 1019131 - Disable 664127-1.xul on Android for intermittent failures 2014-07-03 13:51:18 +01:00
Ed Morley
6063ffecea Bug 987493 - Disable browser_state_notifications.js for intermittent failures 2014-07-03 13:47:36 +01:00
Ed Morley
a8a083e2cc Bug 996465 - Disable test_fragment_play.html on B2G & Android for intermittent failures 2014-07-03 13:44:07 +01:00
Ed Morley
59f27f5e4e 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
98e93dcd00 Backed out changeset 57e490053263 (bug 1018928) for causing the intermittent test failures in bug 1032991 2014-07-03 13:53:15 +01:00
Ms2ger
6b8ac0158d 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
98241a649f 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
4aa75dcb7b Merge mozilla-central to mozilla-inbound 2014-07-03 14:16:06 +02:00
Carsten "Tomcat" Book
a7edf1454f merge fx-team to mozilla-central a=merge 2014-07-03 13:54:51 +02:00
Carsten "Tomcat" Book
946a8bf47e merge mozilla-inbound to mozilla-central a=merge 2014-07-03 13:46:41 +02:00
Guillaume Turri
1d3a7f6cd4 no bug - Minor clean-up. r=jonco,nbp
* removed a code duplication
* improved consistence (between Cell::chunk & eg Cell::arenaHeader)
* removed obsolete comment
2014-07-03 04:34:22 -07:00
Jan de Mooij
b5ea9e5fa4 Bug 1032726 part 6 - Some followup changes. r=bz 2014-07-03 13:05:03 +02:00
Athena
fb2e4d703c Bug 746178 - use accelKey instead of metaKey/ctrlKey r=marcoz 2014-07-03 12:47:47 +02:00
Carsten "Tomcat" Book
bc93d48af5 merge b2g-inbound to mozilla-central a=merge 2014-07-03 12:41:25 +02:00
Carsten "Tomcat" Book
f6711b3600 Backed out changeset b191be106cae (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:52:23 +02:00
Carsten "Tomcat" Book
c5d0014779 Backed out changeset d8350c756910 (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:52:07 +02:00
Carsten "Tomcat" Book
b3b2887e64 Backed out changeset 7691b13459f4 (bug 744896) for B2G ICS Emulator Opt test failures on a CLOSED TREE 2014-07-03 11:51:41 +02:00
Carsten "Tomcat" Book
8a00831910 Backed out changeset 645a7aeef102 (bug 744896) for B2G ICS Emulator Opt Test failures on a CLOSED TREE 2014-07-03 11:50:27 +02:00
Jon Coppeard
f8e8c12186 Bug 1029648 - Enable dynamic heap growth in shell and enforce parameter invariant r=terrence 2014-07-03 10:29:37 +01:00
Henrik Skupin
3deefe90d8 Bug 1033680 - TPS should use mozversion to retrieve the application data. r=jgriffin a=testonly DONTBUILD
---
 testing/tps/setup.py          | 1 +
 testing/tps/tps/testrunner.py | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
2014-07-03 07:27:06 +02:00
Blair McBride
1d9cc07ff7 Bug 1026853 - Experiment is displayed as "pending removal" in detailed view. r=irving 2014-07-03 16:19:58 +12:00
Blair McBride
01e8b44f53 No bug - merge bustage fix on a CLOSED TREE. r=bustage 2014-07-03 15:33:27 +12:00
Wes Kocher
a2ce9d9420 Merge m-c to fx-team 2014-07-02 19:10:42 -07:00
Wes Kocher
4765c9713e Merge fx-team to m-c a=merge 2014-07-02 17:24:00 -07:00
Wes Kocher
b375915382 Merge b2g-inbound to m-c a=merge 2014-07-02 17:00:33 -07:00