Commit Graph

23600 Commits

Author SHA1 Message Date
Ryan VanderMeulen
b31f92b6e6 Merge inbound to m-c. 2014-03-24 16:47:07 -04:00
Paolo Amadini
44aa2a1ad3 Bug 986364 - Convert to Promise.jsm in the Toolkit "modules" folder. r=mak 2014-03-24 15:47:50 +01:00
Paolo Amadini
33e7a4d46a Bug 973239 - Promise should call executor and handlers with "undefined" as thisArg. r=benvie 2014-03-24 15:44:11 +01:00
Carsten "Tomcat" Book
543901014d Merge mozilla-central to fx-team 2014-03-24 15:38:14 +01:00
James Long
a5eaa47783 Bug 812172 - Add conditional breakpoint handling to the debugger server. r=past 2014-03-24 09:37:24 -04:00
Nicholas Nethercote
dfb5f8e5be Bug 986300 - Fix a tricky corner case involving memory report diffs. r=kats.
--HG--
extra : rebase_source : 001ae6ee0e81c40a7437ccf65add3e735fada6fa
2014-03-20 19:44:23 -07:00
Monica Chew
9b092b1051 Bug 985623: Force url classifier clients to specify which tables to lookup, add a pref to skip hash completion checks (r=gcp) 2014-03-20 14:25:35 -07:00
Phil Ringnalda
6b1d7eec4c Merge m-c to f-t 2014-03-22 17:48:30 -07:00
Marco Bonardo
98170a796e Backout 0469cf95fbfe (bug 983571) cause didn't mean to land it yet. 2014-03-22 15:43:20 +01:00
ABE Hiroki (hATrayflood)
23e9b38893 Bug 980697 - Add a configure option to pull newer versions of the d3dcompiler dll from installed Windows SDKs. r=mshal,vlad 2014-03-22 10:49:26 +09:00
Wes Kocher
f0483db35d Merge fx-team to m-c 2014-03-21 17:07:40 -07:00
Jared Wein
24af39cd74 Backed out changeset 675945ee2609 (bug 986529) 2014-03-21 14:56:30 -04:00
Blake Winton
9e742dea43 Bug 986529 - Invert tab close icon on Windows classic theme. r=jaws, ui-r=shorlander 2014-03-21 13:44:59 -04:00
Carsten "Tomcat" Book
ce96bf1ad5 Merge mozilla-central to mozilla-inbound 2014-03-21 15:20:35 +01:00
Carsten "Tomcat" Book
c9cd70cfdf merge fx-team to mozilla-central 2014-03-21 15:16:06 +01:00
David Rajchenbach-Teller
f047322200 Bug 984237 - Specify mime type in require.js. r=gozala 2014-03-21 09:18:39 -04:00
Edwin Flores
2686e40b3a Bug 941298 - FFmpeg headers for FFmpeg PlatformDecoderModule r=doublec
While FFmpeg function signatures tend not to change between versions of FFmpeg,
class layouts can change dramatically. We include libavcodec, libavformat,
and libavutil headers here so that we don't accidentally build against the wrong
binary interface.
2014-03-21 19:35:14 +13:00
Masatoshi Kimura
f26ac39a5d Bug 974677 - Stop following symlinks when OS.File removes a directory. r=yoric 2014-03-21 12:59:59 +09:00
Boris Zbarsky
009cf4dd56 Bug 980962. Fix in-tree consumers to not construct typed arrays without "new". r=jorendorff 2014-03-20 23:19:42 -04:00
Wes Kocher
de8aeff03c Merge m-c to inbound 2014-03-20 19:46:52 -07:00
Irving Reid
a815232c1c Bug 986080 - Return empty array if getting directory entries fails. r=Mossop 2014-03-20 14:43:56 -04:00
Irving Reid
791e1b429b Bug 986000 - Fix addonsListTmp undefined error in XPIProviderUtils.js. r=Mossop 2014-03-20 13:41:42 -04:00
David Rajchenbach-Teller
1b5f5e3e5b Bug 965527 - More and more logging for OS.File AsyncShutdown. r=froydnj 2014-03-21 13:44:58 -04:00
Carsten "Tomcat" Book
26f471ed60 Merge mozilla-central to fx-team 2014-03-21 15:35:37 +01:00
Ryan VanderMeulen
d269ff5c2a Backed out 3 changesets (bug 965527, bug 859059, bug 812172) for mochitest and xperf orange on a CLOSED TREE
Backed out changeset 18f579c4308e (bug 965527)
Backed out changeset 70ed33107301 (bug 859059)
Backed out changeset 7b59b92580fa (bug 812172)
2014-03-21 10:33:18 -04:00
Jared Wein
cbd250673e Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs
--HG--
extra : rebase_source : 03e07612be960c1b3a961e065404034ae0db5ce1
2014-03-20 20:23:36 -04:00
David Rajchenbach-Teller
89a19eb4f8 Bug 985980 - Restore off main thread logging for OS.File. r=froydnj 2014-03-21 09:07:30 -04:00
Mike de Boer
9bc5ce4432 Bug 982993: [Australis] increase panel padding back to 10px. This backs out changes made in bug 961727 and deps. r=dao 2014-03-20 17:57:12 +01:00
Matthew Noorenberghe
89f1638653 Bug 885139 - Notify consumers about LWT optimization and listen for it in LightweightThemeListener. r=jaws
[Australis]
2014-03-20 13:55:49 -07:00
Michael Green
72b72a9ba8 Bug 948883 - Move inline scripts and styles into separate file for toolkit/content/aboutSupport.xhtml (URL=about:support). r=Unfocused 2014-03-24 09:11:21 -04:00
Phil Ringnalda
655a096ea5 Back out 4774010c55bd (bug 984015) for xpcshell bustage 2014-03-23 07:29:02 -07:00
Tetsuharu OHZEKI
99390e3f14 Bug 984015 - GUIDHelper.getItemId should deliver itself as |this| to his internal executeAsync callback. r=mak 2014-03-23 21:51:17 +09:00
Marco Bonardo
754de56c6f Bug 818584 - Discard consecutive duplicate bookmark backups by comparing hashes r=mano
Original patch by Raymond Lee <raymond@appcoast.com> f=mak
2014-03-19 14:33:02 +01:00
Marco Bonardo
9886cd331a Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric 2014-03-22 14:26:52 +01:00
Marco Bonardo
fb58538bf3 Bug 959576 - Create a component to get the list of priority domains. r=gavin 2014-03-22 14:24:36 +01:00
Aleh Zasypkin
8c1426453b Bug 984004 - Part 1: Cache parent's fullZoom\textZoom value to ensure that we always return the fresh one. r=felipc 2014-03-19 10:25:13 +01:00
J. Ryan Stinnett
5396ba911c Bug 985094 - Show typeName from protocol.js in listTabs reply. r=past 2014-03-18 15:16:43 -05:00
David Rajchenbach-Teller
5d444bbb67 Bug 965527 - More and more logging for OS.File AsyncShutdown. r=froydnj 2014-03-21 08:57:08 -04:00
James Long
6de21bcf7e Bug 812172 - Conditional breakpoints logic should be handled server-side. r=past 2014-03-21 08:55:50 -04:00
Benjamin Smedberg
b95d18d5eb Fix the test for bug 981842 to expect the new data on a CLOSED TREE. 2014-03-20 13:50:05 -04:00
Gregg Lind
f8c4280718 Bug 981842 - Show details about current and past teleemtry experiments in about:support, r=bsmedberg 2014-03-20 11:19:19 -04:00
Jeff Walden
3eccbde559 Bug 985729 - Construct the [[Prototype]] chain given to DBAddonInternal instances without using mutable __proto__. r=Unfocused 2014-03-19 16:21:00 +13:00
Eugen Sawin
a206a9418d Bug 950417 - Enable safe direct request add-on installs. r=wesj, r=Mossop 2014-03-19 21:24:59 +01:00
Carsten "Tomcat" Book
efe59c5d9b Merge mozilla-central to fx-team 2014-03-20 14:29:02 +01:00
Carsten "Tomcat" Book
9e5bb72f43 merge fx-team to mozilla-central 2014-03-20 14:04:58 +01:00
Paolo Amadini
9af8f10a05 Bug 985318 - Convert to Promise.jsm in the Toolkit "content" folder. r=mak 2014-03-20 11:04:37 +01:00
Paolo Amadini
28124f15ce Bug 985523 - Convert to Promise.jsm in Places. r=mak 2014-03-20 11:01:39 +01:00
Robert Strong
03ed8447cc Bug 899352 - Increase the installation timeout for the stub installer. r=bbondy 2014-03-19 18:32:46 -07:00
Robert Strong
e245e5656b Bug 899363 - Implement stub installer data ping version 6. r=bbondy 2014-03-19 18:32:39 -07:00
Robert Strong
1bc737a3a4 Bug 799215 - Stub installer's dual progress bars are confusing. Use a single progress bar for both. ui-r=philipp, r=bbondy 2014-03-19 10:40:04 -07:00