Wes Kocher
80cba2170e
Merge fx-team to m-c a=merge
2014-07-23 18:47:48 -07:00
Panos Astithas
fb2907af9b
Ensure that the debugger client doesn't try to call a callback, when one is not provided (bug 1042761). r=robcee
...
--HG--
extra : rebase_source : d24e3e9e115176e7d0f9fe7365cbbe00d28c4f8b
2014-07-23 19:42:16 +03:00
Julian Seward
27e075e0aa
Bug 1031261 - Remove fixed timeout in test_profiler_actor.js. r=jimb.
...
--HG--
extra : rebase_source : d02fe8c9448a02b8c7709f26d34d22448367a2f1
2014-07-23 08:44:50 +02:00
Andrea Marchesini
3d909148b5
Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer
2014-07-23 01:07:12 -04:00
Mike Hommey
7cab62150a
Bug 1041936 part 2 - Directly use the static library "xul" to link into "xul-gtest" instead of having an intermediate library "xul" used by "xul-shared" and "xul-gtest". r=gps
2014-07-23 13:33:09 +09:00
Mike Hommey
95063176fa
Bug 1036894
part 9 - Replace all EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS with EXTRA_LIBS, OS_LIBS or OS_LDFLAGS, appropriately. r=gps
...
OS_LIBS for libraries that are not part of the gecko tree, EXTRA_LIBS for
libraries, such as NSPR, that are in the tree, but are not handled by
moz.build just yet. Those EXTRA_LIBS may also come from a system library.
However, in cases where the expanded variables are always empty for the
in-tree case, OS_LIBS is used (as for, e.g. MOZ_ZLIB_LIBS). OS_LDFLAGS is
used exclusively for non-library linker flags.
Always pass EXTRA_LIBS before OS_LIBS on linker command lines.
Forbid EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS in Makefiles.
2014-07-23 13:31:02 +09:00
Mike Hommey
5fab42fcaf
Bug 1036894
part 8 - Move most in-tree library linkage information to moz.build, as USE_LIBS. r=gps
2014-07-23 13:30:52 +09:00
Mike Hommey
8e037642dc
Bug 1036894
part 7 - Move HOST_LIBS to moz.build, as HOST_USE_LIBS. r=gps
2014-07-23 13:29:50 +09:00
Mike Hommey
6d6d400ea1
Bug 1036894
part 6 - Emit SimplePrograms for CPP_UNIT_TESTs, and make the corresponding moz.build config look like that of SIMPLE_PROGRAMS. r=gps
2014-07-23 13:29:44 +09:00
Mike Hommey
a33d7d67e6
Bug 1036894
part 1 - Move MAKE_FRAMEWORK, SDK_LIBRARY, SHARED_LIBRARY_NAME and STATIC_LIBRARY_NAME to moz.build. r=gps
...
At the same time, make the Library data more useful in the build frontend.
2014-07-23 13:29:09 +09:00
Wes Kocher
be4af0e0fd
Merge m-c to inbound
2014-07-22 18:39:17 -07:00
Jonathan Griffin
1c5d8636ac
Backed out changeset 64586374a208 on a CLOSED TREE
2014-07-22 18:29:57 -07:00
Victor Porof
eb39fe3503
Followup for bug 1041225 and bug 1041158, fix a couple of typos, r=rcampbell
2014-07-22 13:01:26 -04:00
Victor Porof
a8901b62ce
Bug 1041225 - Generating a screenshot is very slow when the content canvas has obnoxious dimensions, r=rcampbell
2014-07-22 12:43:24 -04:00
Victor Porof
80412ceb9d
Bug 1041166 - Rename lastDrawCallScreenshot
to animationFrameEndScreenshot
in canvas.js, r=past
2014-07-22 12:43:24 -04:00
Victor Porof
85551493a0
Bug 1041158 - Properly cleanup the framebuffer binding after generating a screenshot from a webgl context, r=rcampbell
2014-07-22 12:43:24 -04:00
Victor Porof
545b119ad1
Bug 1041250 - Make texParameterf and texParameteri functions take enums for all params, r=jsantell
2014-07-22 12:43:23 -04:00
Victor Porof
fb723a53a7
Bug 1041237 - The bitmask enums flags calculation for getBitToEnumValue is flawed, r=jsantell
2014-07-22 12:43:23 -04:00
Victor Porof
a9a0c9ee2b
Bug 1041157 - Add link to the discussion about using the same context with multiple canvases, for the replayAnimationFrame function in canvas.js, r=past
2014-07-22 12:43:23 -04:00
Victor Porof
03114230a0
Bug 1041149 - Remove unused variable in generateScreenshotFor in canvas.js, r=past
2014-07-22 12:43:22 -04:00
Ed Morley
a6c327ae10
Merge latest green inbound changeset and mozilla-central; a=merge
2014-07-22 17:21:11 +01:00
Georg Fritzsche
3d1a365393
Bug 1040941 - Preferences button for OpenH264 in AddonManager should always work. r=Unfocused
2014-07-21 15:00:35 +02:00
Jakub Jurovych
9973ddc954
Bug 897567 - JS debugger: setting breakpoints can be confused by script GC. r=fitzgen
2014-07-16 14:56:01 -07:00
Gabriel Luong
4807cf19f4
Bug 1035545 - Preview for new String should be ArrayLike. r=fitzgen
2014-07-21 16:24:00 +02:00
Wes Kocher
9611e51a76
Backed out changeset 236c33cffbe4 (bug 1037465) for xpcshell bustage
2014-07-21 21:26:04 -07:00
Richard Newman
f704f37465
Bug 1018240 - Part 1: reinitialize nsSearchService when the browser locale changes. r=adw
...
This patch makes nsSearchService watch for changes in the
general.useragent.locale pref, asynchronously reiniting itself when the pref
changes.
reinit-complete and reinit-failed events are broadcast on the usual search
service topic.
2014-07-21 10:54:55 -07:00
Panos Astithas
b7453b6e74
Properly deal with event handlers that the debugger cannot unwrap (bug 1041266). r=vporof
2014-07-21 18:31:18 +03:00
Panos Astithas
ce38e990be
Properly handle unsupported value types in the console (bug 1039686). r=robcee
2014-07-21 16:06:02 +03:00
Ryan VanderMeulen
800fc2b192
Merge m-c to inbound. a=merge
2014-07-20 18:32:22 -04:00
Ryan VanderMeulen
5e1c37d90b
Merge m-c to fx-team. a=merge
2014-07-20 15:15:04 -04:00
Georg Fritzsche
64bb3bdfec
Bug 1041080 - Fix OpenH264Provider path registration, default enabled state and logging r=Unfocused a=kwierso
2014-07-19 20:01:01 +02:00
Georg Fritzsche
2a0ef69df4
Bug 1040937 - Fix GMPInstallManager and OpenH264Provider using different pref names r=Unfocused a=kwierso
2014-07-19 02:23:47 +02:00
Randell Jesup
6e19f04d1f
Bug 1040937 - GMPInstallManager/OpenH264Provider using wrong directory/plugin names r=unfocused a=kwierso
2014-07-19 00:58:22 -04:00
Brian R. Bondy
db8a57e7d8
Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche a=kwierso
2014-07-17 21:46:10 -04:00
Wes Kocher
fce4d7a57d
Merge fx-team to m-c a=merge
2014-07-18 18:31:46 -07:00
Wes Kocher
9fd887a056
Merge inbound to m-c a=merge
2014-07-18 17:51:39 -07:00
Wes Kocher
f4ffadfc12
Backed out changeset a1778d8e2e38 (bug 1030889) for mochitest-oth orange
2014-07-18 15:01:39 -07:00
Ryan VanderMeulen
8f1d154973
Merge fx-team to m-c. a=merge
2014-07-18 15:21:24 -04:00
Shane Caraveo
3ee4babba1
Bug 1032432 remove builtin manifest support, r=felipe
2014-07-18 10:27:52 -07:00
Ryan VanderMeulen
6725688485
Merge m-c to inbound. a=merge
2014-07-18 10:25:14 -04:00
Ryan VanderMeulen
7cc15e0dc1
Bug 1009909 - Only run test_openh264.js on Firefox desktop. rs=gfritzsche
2014-07-18 09:11:25 -04:00
Ryan VanderMeulen
47d574ac55
Merge m-c to fx-team. a=merge
2014-07-18 16:08:36 -04:00
Gabriel Luong
5d2256e8e0
Bug 1030889 - [rule view] Add keyframe rules with its associated element. r=pbrosset
...
--HG--
extra : rebase_source : fdb63c45ea81f2530197bdc606645f1d43277984
2014-07-18 11:13:00 -04:00
J. Ryan Stinnett
afaf0d2c6c
Bug 1027787 - Unique device discovery names for b2g. r=paul
...
--HG--
extra : rebase_source : cbd5681417ac3b236fc0b505f1ef60f9ca1e7c3c
2014-07-17 09:57:00 -04:00
Mike Hommey
03ca84f432
Bug 1039897 - Don't tie webrtc-required X11 library requirements to in-tree cairo flags. r=ted,a=kwierso
2014-07-17 14:55:11 +09:00
Heather Arthur
340daaf0d3
Bug 1033082 - Display exact line numbers for rules in @media sidebar. r=bgrins
2014-07-17 00:59:00 -04:00
Tom Schuster
eeed6749e0
Bug 1041311 - Fix Qt compilation. r=romaxa
2014-07-20 12:55:00 -04:00
Georgios Kontaxis
3ee3af8b30
Bug 1029887: Test DOM nodes blocked by NS_ERROR_TRACKING_URI (r=mmc)
2014-07-18 17:26:24 -07:00
Jan Keromnes
30c072f123
Bug 1037465 - Add USS reporting to the Monitor actor. r=paul
2014-07-21 17:51:43 -07:00
Sami Jaktholm
f16a63df4e
Bug 857262 - Inspector DocumentWalker: Reparent walker to SVGDocument only if a node contains a document; not if it just implements getSVGDocument. r=miker
2014-07-19 23:32:00 -04:00