Commit Graph

20678 Commits

Author SHA1 Message Date
Richard Newman
c8ab377d06 Bug 1043627 - Only re-initialize nsSearchService on locale change in Fennec. r=adw 2014-07-25 11:34:23 -07:00
Carsten "Tomcat" Book
178336bec8 Backed out changeset 1340475e6954 (bug 251903) for mochitest 3 on windows test failures 2014-07-25 12:34:50 +02:00
Paolo Amadini
a8ff4c87ca Bug 1041534 - Refactor search tests to remove some code duplication. r=MattN 2014-07-25 10:28:45 +01:00
J. Ryan Stinnett
2789e2046a Bug 1021744 - QR Decoder: Leave globals alone, get chrome window. r=paul 2014-07-24 12:16:00 +02:00
Martijn Wargers
a2fe4d6f7e Bug 251903 - autoscroll does not function as expected when in an iframe. r=neil 2014-07-23 13:57:54 +02:00
Panos Astithas
4dc1dad61d Make thread state changes opt-in for clients with an onThreadState handler (bug 1037514); r=fitzgen
--HG--
extra : rebase_source : 94232bb18e4f3dbeef3df827b05b5cc1be37b36e
2014-07-24 18:10:21 +03:00
Carsten "Tomcat" Book
0086223ef3 merge fx-team to mozilla-central a=merge 2014-07-24 15:34:40 +02:00
Tom Schuster
7f2acb4d62 Bug 1042685 - Correct LIBS definition for Qt Widget and Gstreamer on Mac. r=glandium 2014-07-24 10:28:29 +02:00
Jed Davis
4f90ee5e92 Bug 1042261 - Don't crash while trying to report a crash if reporting is disabled. r=ted 2014-07-22 13:05:00 +02:00
Wes Kocher
d66b294fe5 Merge m-c to inbound 2014-07-23 18:55:48 -07:00
Wes Kocher
6b43164794 Merge fx-team to m-c a=merge 2014-07-23 18:47:48 -07:00
Panos Astithas
c5f67ccb37 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
Alexandre Poirot
f5412abfea Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Sayan Chowdhury
482a5eeeba Bug 981041 - Add back preference to disable transitions in Style Editor. r=harth 2014-07-22 19:54:00 +02:00
Wes Kocher
ced3d88549 Merge m-c to fx-team 2014-07-23 18:58:55 -07:00
Richard Newman
ca3905bbb8 Bug 1006051 - Follow-up: correct over-zealous regex replace. r=trivial 2014-07-23 17:16:29 -07:00
Ed Lee
ac46985dbb Bug 1042204 - Control the enhancement of history tiles with a pref [r=adw]
Only show enhanced history when the pref allows it. Update newtab pages when enhanced pref changes.

--HG--
extra : rebase_source : 3a7466d119df6d0bffef4a71e9142b1e21f077ed
2014-07-23 11:02:51 -07:00
Ed Lee
7cf81a9756 Bug 1036299 - Show enhanced content image when the tile is unhovered [r=adw]
Place an image above the usual thumbnail to hide on hover. Have DirectoryLinksProvider keep a cache of enhanced links/images to use on history tiles.

--HG--
extra : rebase_source : e4d1ddafebf13c1723a79d889a7ca3039396bc0d
2014-07-23 11:02:49 -07:00
Julian Seward
1d14e2b375 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
179c6c5321 Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer 2014-07-23 01:07:12 -04:00
Mike Hommey
7ca0de0fb4 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
171507509c 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
5659a611dd 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
5c09d7ae19 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
af37eab57f 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
bc97b68005 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
025a162dba Merge m-c to inbound 2014-07-22 18:39:17 -07:00
Jonathan Griffin
d8167428d6 Backed out changeset 64586374a208 on a CLOSED TREE 2014-07-22 18:29:57 -07:00
Victor Porof
3695251c1e Followup for bug 1041225 and bug 1041158, fix a couple of typos, r=rcampbell 2014-07-22 13:01:26 -04:00
Victor Porof
d358586e7a 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
d4cf660c64 Bug 1041166 - Rename lastDrawCallScreenshot to animationFrameEndScreenshot in canvas.js, r=past 2014-07-22 12:43:24 -04:00
Victor Porof
c294dcbf14 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
63821f1cb8 Bug 1041250 - Make texParameterf and texParameteri functions take enums for all params, r=jsantell 2014-07-22 12:43:23 -04:00
Victor Porof
0745835d2e Bug 1041237 - The bitmask enums flags calculation for getBitToEnumValue is flawed, r=jsantell 2014-07-22 12:43:23 -04:00
Victor Porof
1bf94e6e44 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
49f75cea77 Bug 1041149 - Remove unused variable in generateScreenshotFor in canvas.js, r=past 2014-07-22 12:43:22 -04:00
Ed Morley
661393fa05 Merge latest green inbound changeset and mozilla-central; a=merge 2014-07-22 17:21:11 +01:00
Georg Fritzsche
2f425a219a Bug 1040941 - Preferences button for OpenH264 in AddonManager should always work. r=Unfocused 2014-07-21 15:00:35 +02:00
Jakub Jurovych
14e008b382 Bug 897567 - JS debugger: setting breakpoints can be confused by script GC. r=fitzgen 2014-07-16 14:56:01 -07:00
Gabriel Luong
bc569e2e9a Bug 1035545 - Preview for new String should be ArrayLike. r=fitzgen 2014-07-21 16:24:00 +02:00
Wes Kocher
fe4a0d44ce Backed out changeset 236c33cffbe4 (bug 1037465) for xpcshell bustage 2014-07-21 21:26:04 -07:00
Richard Newman
6b1cd2581c 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
1b47fe1185 Properly deal with event handlers that the debugger cannot unwrap (bug 1041266). r=vporof 2014-07-21 18:31:18 +03:00
Panos Astithas
5acf8e084e Properly handle unsupported value types in the console (bug 1039686). r=robcee 2014-07-21 16:06:02 +03:00
Ryan VanderMeulen
186e0bc781 Merge m-c to inbound. a=merge 2014-07-20 18:32:22 -04:00
Ryan VanderMeulen
57165df10b Merge m-c to fx-team. a=merge 2014-07-20 15:15:04 -04:00
Georg Fritzsche
e2b1aa1e6c 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
54ecb35012 Bug 1040937 - Fix GMPInstallManager and OpenH264Provider using different pref names r=Unfocused a=kwierso 2014-07-19 02:23:47 +02:00
Randell Jesup
9c2a14663f Bug 1040937 - GMPInstallManager/OpenH264Provider using wrong directory/plugin names r=unfocused a=kwierso 2014-07-19 00:58:22 -04:00
Brian R. Bondy
a64b43a9c6 Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche a=kwierso 2014-07-17 21:46:10 -04:00