Commit Graph

6946 Commits

Author SHA1 Message Date
Paolo Amadini
f628d55e4d Bug 928947 - Typo in onProgressChange in the DownloadLegacy component. r=enn 2013-10-21 17:37:55 +02:00
Ms2ger
39b292cc30 Merge inbound to m-c. 2013-10-20 10:40:40 +02:00
Ms2ger
d122c47c78 Bug 923395 - Part c: Remove some makefiles that set EXPORT_LIBRARY; r=gps 2013-10-20 09:25:19 +02:00
Ms2ger
88f73ee0bb Bug 923395 - Part b: Remove makefiles that only set LOCAL_INCLUDES and DEFINES; r=gps 2013-10-20 09:25:19 +02:00
Ms2ger
191efae989 Bug 923395 - Part a: Remove completely empty makefiles; r=gps 2013-10-20 09:25:18 +02:00
Phil Ringnalda
3809ce3d09 Merge m-c to m-i 2013-10-19 19:23:13 -07:00
Yury Delendik
d43fabe210 Bug 900566 - Histograms for Shumway. r=froydnj 2013-10-17 11:50:59 -05:00
Ehsan Akhgari
6fa252c5dc Backed out changeset d93b0dd959b3 (bug 900566) on the suspicion of this having caused frequent mochitest-bc oranges
Landed on a CLOSED TREE
2013-10-18 20:51:43 -04:00
Yury Delendik
c32f74bcbc Bug 900566 - Histograms for Shumway. r=froydnj 2013-10-17 11:50:59 -05:00
Tom Schuster
c4c16b0062 Bug 884410 - Remove JS_ValueToNumber. r=terrence 2013-10-19 18:39:52 +02:00
Ehsan Akhgari
12d800543c Bug 928043 - Remove some prtypes.h inclusions from startupcache/, testing/ and toolkit/; r=bsmedberg
--HG--
extra : rebase_source : 5886932dda22ae179e8998ad92758e99495d09bd
2013-10-18 20:34:57 -04:00
Mike Hommey
5badab1842 Bug 926906 - Kill core_abspath, core_realpath and core_winabspath. r=gps 2013-10-17 07:55:16 +09:00
Ryan VanderMeulen
a8ac6bc8d1 Merge fx-team to m-c. 2013-10-16 17:00:57 -04:00
Nathan Froyd
6a3c733e80 Bug 927406 - check whether we've updated _slowSQLStartup before using its fields; r=vladan 2013-10-15 08:55:03 -04:00
David Rajchenbach-Teller
9622566cdc Bug 904652 - Port osfile_{win, unix}_allthreads.jsm to a module loader. r=froydnj 2013-10-16 11:15:04 -04:00
Marcos Aruj
9c1029ff01 Bug 866571 - [OS.File] Add createUnique method. r=yoric 2013-10-16 08:21:39 -04:00
Carsten "Tomcat" Book
084361cb07 merge fx-team to mozilla-central 2013-10-16 13:03:50 +02:00
Matt Woodrow
633d9b4755 Bug 922942 - Do image scaling in imgTools using azure. r=seth 2013-10-16 14:00:31 +13:00
Marco Bonardo
d8d9ba5d23 Bug 914294 - Don't throw exceptions from the history result end batch macro to retain backwards compatibility.
r=mano
2013-10-15 14:30:33 +02:00
Ryan VanderMeulen
a80b1ea22a Backed out 2 changesets (bug 915757, bug 919885) for frequent Android Armv6 mochitest-8 crashes.
Backed out changeset 04610078280c (bug 915757)
Backed out changeset db9190b3ce60 (bug 919885)
2013-10-14 14:38:54 -04:00
Kyle Huey
c3788e3653 Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 19:58:05 +08:00
Henri Sivonen
61f07128a7 Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky. 2013-10-16 04:46:10 +03:00
Florian Quèze
375350411b Bug 926902 - Incorrect error locations for errors from scripts importScripts'ed by the frameworker, r=markh. 2013-10-16 00:59:19 +02:00
Ryan VanderMeulen
718a8e2cf9 Backed out changeset 03d629375717 (bug 904652) for suspicion of causing mass test bustage.
CLOSED TREE
2013-10-15 15:22:13 -04:00
Nils Maier
6b437205fd Bug 926691 - OS.File API must preverse |bytes| options to .readTo() and .write(). r=yoric 2013-10-15 14:05:57 -04:00
David Rajchenbach-Teller
c7aff24f4d Bug 904652 - Port osfile_{win, unix}_allthreads.jsm to module loader. r=froydnj 2013-10-15 13:28:26 -04:00
Neil Rashbrook
25d5b833ea Bug 911090 Previous form autocomplete result sometimes has a wrong searchString r=MattN 2013-10-14 08:32:04 +01:00
David Rajchenbach-Teller
982856f764 Bug 903433 - Add FinalizationWitnessService. r=Waldo, r=glandium, sr=Mossop 2013-10-12 14:17:43 -04:00
Sankha Narayan Guria
1bca203f87 Bug 865387 - Handle the read-ahead flag operation on Linux. r=Yoric 2013-10-11 23:13:48 +05:30
Sankha Narayan Guria
f85d702375 Bug 865387 - Changes to |options| and |clone| in OS.File. r=Yoric 2013-10-12 12:44:52 +05:30
Ryan VanderMeulen
7419944682 Merge fx-team to m-c. 2013-10-11 15:41:41 -04:00
Irving Reid
bc0bfb0886 Bug 846921: record details about individual addons in XPI provider; r=unfocused,vladan 2013-10-11 13:13:31 -04:00
Nathan Froyd
88b7728a82 Bug 925222 - part 1 - just check for __linux__ in nsUserInfo::GetDomain; r=bsmedberg
Linux's libc (with _GNU_SOURCE, which we use) and bionic are the only
interesting libcs that define domainname.  The BSDs and OSX don't, and
the latter is the only one we really need to care about.  Since we're
doing multiple configure checks for this one (!) place, it's not really
worth worrying about.  Let's just hardcode this check and be done with
it.
2013-10-09 21:36:45 -04:00
David Rajchenbach-Teller
9ddf4f6916 Bug 881667 - Implement nsIAppStartup::startingUp. r=bsmedberg 2013-10-11 12:00:19 -04:00
David Rajchenbach-Teller
d490c4cfad Bug 918364 - Make exceptions more meaningful in OS.File. r=froydnj 2013-10-11 11:50:52 -04:00
Wes Kocher
b643cbab41 Merge inbound to m-c 2013-10-10 18:59:58 -07:00
Birunthan Mohanathas
7d3014ab85 Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (2/2); r=ehsan 2013-10-10 16:38:19 -04:00
Birunthan Mohanathas
2768b95df7 Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
Honza Bambas
991cb8a142 Bug 923248 - Fix typo in proxy/direct NTLM module telemetry accumulation, r=jduell 2013-10-10 19:10:45 +02:00
Marco Castelluccio
4e82c7b68d Bug 923540 - Add a function to recursively remove directories. r=Yoric 2013-10-10 10:59:49 -04:00
Paolo Amadini
d86421fe41 Bug 918466 - Residual file left after canceling a download. r=enn 2013-10-10 16:42:03 +02:00
Carsten "Tomcat" Book
b613238ffa merge fx-team to mozilla-central 2013-10-10 13:39:48 +02:00
Wes Kocher
b603279094 Merge m-c to fxteam 2013-10-09 20:42:24 -07:00
Justin Dolske
743ebf7296 Bug 717490 - Remove support for importing logins from legacy signons.txt format, as well as base64 conversion. r=mattn 2013-10-09 17:48:40 -07:00
Ryan VanderMeulen
700df6f454 Merge m-c to inbound.
CLOSED TREE
2013-10-09 15:34:02 -04:00
Drew Willcoxon
c861b6895d Bug 924665 - Fix bug whereby BackgroundPageThumbs captures can finish twice. r=markh 2013-10-09 10:13:03 -07:00
Drew Willcoxon
4c3224ce87 Bug 924651 - Log crashes as a telemetry completion reason in BackgroundPageThumbs. r=markh,froydnj 2013-10-09 10:13:01 -07:00
David Rajchenbach-Teller
ad7aa00329 Bug 922814 - nsIAppStartup::shuttingDown is not reset to true during shutdown. r=bsmedberg 2013-10-09 13:02:33 -04:00
Ehsan Akhgari
282051982e Bug 924248 - Make nsIDocument.h go on a diet; r=jst
The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
2013-10-07 22:21:07 -04:00
Carsten "Tomcat" Book
55bf9692c8 merge fx-team to mozilla-central 2013-10-09 10:15:37 +02:00