Commit Graph

18661 Commits

Author SHA1 Message Date
David Major
4b1e00cc72 Bug 951827 - Part 5: Tests for shared hooks. r=ehsan 2014-02-14 15:00:41 -08:00
David Major
ada6f22884 Bug 951827 - Part 4: Support absolute jumps in hooks. r=ehsan 2014-02-14 14:58:12 -08:00
David Major
7c2b0d4aab Bug 951827 - Part 3: Give trampolines some structure. r=ehsan 2014-02-14 14:55:46 -08:00
David Major
3c56751296 Bug 951827 - Part 2: Decode more instructions so that we can use longer jumps. r=ehsan 2014-02-14 14:55:26 -08:00
David Major
e559c6fba4 Bug 951827 - Part 1: Don't undo hooks to functions that have since changed. r=ehsan 2014-02-14 14:52:29 -08:00
James Kitchener
718ccd33dd Bug 464222 - Get relative links to resolve in parser view selection. r=dolske 2014-02-20 08:43:54 -05:00
Carsten "Tomcat" Book
6bfd8eda72 merge fx-team to mozilla-central 2014-02-20 12:55:32 +01:00
Monica Chew
b0fc37a363 Bug 964465: Check certificate whitelist strings before sending remote lookup (r=gcp) 2014-02-19 15:14:02 -08:00
Ryan VanderMeulen
a25e1a410f Merge inbound to m-c. 2014-02-19 15:37:55 -05:00
Ryan VanderMeulen
b9164deb9a Merge fx-team to m-c. 2014-02-19 15:35:01 -05:00
Mihai Sucan
4ada48fe50 Bug 952190 - Pretty output for native objects from chrome windows; r=past 2014-02-19 14:33:56 +02:00
Tim Abraldes
b49f182048 bug 952121. When uninstalling a metro-enabled Firefox whose CommandExecuteHandler is the current "DelegateExecute" handler for our file and protocol handlers, remove the "DelegateExecute" value from our file and protocol handlers. r=bbondy 2014-02-19 09:00:14 -08:00
Carsten "Tomcat" Book
7b8cb8d43f Merge mozilla-central to b2g-inbound 2014-02-19 14:23:51 +01:00
Carsten "Tomcat" Book
c7afeb5a7b merge fx-team to mozilla-central 2014-02-19 14:00:16 +01:00
Fernando Jiménez
174899e515 Bug 938635 - Implement forceAuthentication for firefox accounts. Part 1: DOM API. r=jedp 2014-02-19 11:47:10 +01:00
Wes Kocher
ee4dc7e89c Merge m-c to fx-team 2014-02-18 19:10:03 -08:00
Justin Dolske
b3fea90acd Bug 967349 - PopupNotifications should support a "Learn More" link. r=mattn 2014-02-18 19:05:34 -08:00
Justin Dolske
4299fd6757 Bug 951499 - Horizontal audio control needs hidpi graphics. r=jaws 2014-02-18 19:05:33 -08:00
Wes Kocher
e94ae59d91 Merge inbound to m-c 2014-02-18 18:49:28 -08:00
Nick Fitzgerald
164c79ce0c Bug 974072 - Only restore breakpoints if there are breakpoints in the debugger server's breakpoint store; r=past 2014-02-18 14:35:50 -08:00
Ryan VanderMeulen
77e1eb4e84 Merge m-c to inbound. 2014-02-18 15:25:07 -05:00
Ryan VanderMeulen
6bcf42d1bf Merge inbound to m-c. 2014-02-18 15:18:19 -05:00
Ryan VanderMeulen
1fc840785b Merge b2g-inbound to m-c. 2014-02-18 15:04:12 -05:00
Ehsan Akhgari
16b2ad1171 Backed out changeset 5ecd0339a087 (bug 973143) because of a possible Talos regression 2014-02-18 14:27:51 -05:00
Ed Morley
e25f3268a0 Backed out changeset 6ea78f586fdc (bug 972797) for browser-chrome failures 2014-02-18 16:52:15 +00:00
Irving Reid
3c80e7a15b Bug 972852 - Handle file errors and fix log messages that were causing addon manager failures. r=Mossop 2014-02-14 16:40:57 -05:00
Marina Samuel
ace2ecf6af Bug 950174: Part 1: Move required session store files from browser/ to toolkit/modules. r=gps, ttaubert
--HG--
rename : browser/components/sessionstore/src/FormData.jsm => toolkit/modules/sessionstore/FormData.jsm
rename : browser/components/sessionstore/src/ScrollPosition.jsm => toolkit/modules/sessionstore/ScrollPosition.jsm
rename : browser/components/sessionstore/src/XPathGenerator.jsm => toolkit/modules/sessionstore/XPathGenerator.jsm
2014-02-19 11:28:00 -05:00
Roberto A. Vitillo
3b983bc275 Bug 973579 - TelemetryFile should fail silently when not overwriting an existing file. r=Yoric 2014-02-18 11:26:11 +00:00
David Rajchenbach-Teller
b31dd6e9c1 Bug 972797 - More telemetry on SessionStore data collection. r=ttaubert 2014-02-18 09:20:26 -05:00
Ryan VanderMeulen
e6a295e593 Merge m-c to fx-team. 2014-02-18 15:24:27 -05:00
Nick Fitzgerald
5dae8b3d09 Bug 973983 - Use ES6 generators instead of old style generators in debugger script actors; r=vporof 2014-02-18 10:37:11 -08:00
David Rajchenbach-Teller
84fd72b7c8 Bug 972797 - More telemetry on SessionStore data collection. r=ttaubert 2014-02-18 18:51:23 +01:00
Heather Arthur
b8c8a39fe3 Bug 971974 - Wait for style sheet to load before querying for imported sheets in style editor. r=pbrosset 2014-02-18 09:20:25 -05:00
David Rajchenbach-Teller
25f0be4bca Bug 965527 - Be even more careful with AsyncShutdown logging, part 2. r=yoric 2014-02-18 08:50:14 -05:00
Ehsan Akhgari
88c47212e9 Bug 973143 - Move some variables to moz.build; r=glandium 2014-02-18 02:02:00 -05:00
Ehsan Akhgari
7b16802ce4 Bug 973142 - Get rid of the MOZILLA_INTERNAL_API makefile variable; r=glandium
It's just as easy to directly set the preprocessor macro in the moz.build
files.  Using this variable doesn't really buy us anything.

This patch also removes unused code from rdf/tests/dsds.
2014-02-18 01:56:51 -05:00
Ehsan Akhgari
6767a3aed6 Bug 970123 - Avoid read-aheading icudt52.dll for better startup performance; r=glandium 2014-02-18 01:30:36 -05:00
Phil Ringnalda
f6cb06c649 Merge f-t to m-c 2014-02-17 20:56:06 -08:00
Phil Ringnalda
243fc36595 Merge m-c to f-t 2014-02-17 15:27:12 -08:00
Masatoshi Kimura
efe4a42cf0 Bug 973313 - Remove reference to vccorlib. r=jimm 2014-02-18 01:20:19 +09:00
Carsten "Tomcat" Book
a0eb3da03e Merge mozilla-central to mozilla-inbound 2014-02-17 13:59:18 +01:00
Fabrice Desré
4f03136656 Bug 895964 - "Could not create service for entry Disk Space Watcher Service" r=bent 2014-02-16 17:31:33 -08:00
Phil Ringnalda
54dcc06e76 Merge f-t to m-c 2014-02-15 18:28:12 -08:00
Ms2ger
c3f4f67f82 Bug 968900 - Move LOCAL_INCLUDES to moz.build in toolkit/; r=mshal 2014-02-15 21:25:20 +01:00
Ms2ger
6e066deaea Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
Phil Ringnalda
c422c4939c Merge f-t to m-c 2014-02-15 10:10:31 -08:00
Phil Ringnalda
045a2cbe55 Merge m-i to m-c 2014-02-15 09:54:57 -08:00
Vaibhav Agarwal
d109cb3fc7 Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
Panos Astithas
0aa0c2add2 Use the wrapped global to decide if we are in an xpcshell environment or not (bug 901930). r=vporof 2014-02-15 10:57:26 +02:00
Phil Ringnalda
bb47d34a53 Back out 024e6835e6ea:bece94ce2310 (bug 326743) for frequent 10.6 debug failures in browser_bug537013.js 2014-02-14 23:58:49 -08:00