Commit Graph

8556 Commits

Author SHA1 Message Date
Birunthan Mohanathas
53132b56e3 Bug 1059390 - Part 5: Add and use CrashManager.generateSubmissionID(). r=gps 2014-09-02 10:02:40 -07:00
Birunthan Mohanathas
f2221e65ab Bug 1024672 - Part 5: Allow classifications to be stored in crash metadata. r=gps 2014-09-02 09:55:16 -07:00
Ehsan Akhgari
4403657014 Bug 1060974 - Fix more bad implicit constructors in places; r=mak
--HG--
extra : rebase_source : c8d465b4de55d000d1475994827766e33396ff12
2014-09-03 18:25:36 -04:00
Mike Hommey
a653121671 Bug 1059113 - Use templates for shared libraries and frameworks. r=gps
Also force to use the existing template for XPCOM components.
2014-09-04 09:04:45 +09:00
Mike Hommey
6258dd8523 Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal 2014-09-03 14:16:37 +09:00
Mike Hommey
fc99c53ae5 Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
Daniel Holbert
ff935cce16 Bug 1061970 followup: roll back "for...of" change, to fix test failures / crashes.
CLOSED TREE
2014-09-03 15:15:38 -07:00
Daniel Holbert
611b29d7b8 Bug 1061970: Check if JS variable 'this._statements' is defined before using it (and use 'for...of'), in CPS2_destroy(). r=adw 2014-09-03 14:14:37 -07:00
Ryan VanderMeulen
b21e2bff7c Merge m-c to inbound. a=merge 2014-09-03 16:40:18 -04:00
Ryan VanderMeulen
d57ca8703d Merge inbound to m-c. a=merge 2014-09-03 16:38:57 -04:00
Dão Gottwald
fd8355837c Bug 1058237 - Ctrl-Tab previews should use the PageThumbs API. r=ttaubert 2014-09-03 19:14:01 +02:00
David Keeler
a549c1a3b3 bug 1050546 - telemetry for baseline requirements sections 9.2.1 and 9.2.2 (subject alt names/common name) r=rbarnes 2014-09-03 11:44:08 -07:00
Alessio Placitelli
0b123edda2 Bug 992894 - Add xpcshell tests for the NativeFileWatcher. r=Yoric 2014-09-02 06:32:00 -04:00
Alessio Placitelli
64170233f6 Bug 992894 - Add a native file watcher component to notify about file/directory changes (Windows). r=Yoric 2014-09-02 06:34:00 -04:00
Neil Deakin
1e97d53455 Bug 1055753, reset fields before opening autocomplete popup, r=felipe 2014-09-03 11:33:44 -04:00
Bill McCloskey
42257acb97 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Nicholas Nethercote
a0fab2e233 Bug 1061066 - Make DMD work properly with e10s. r=mccr8.
--HG--
extra : rebase_source : 35ff4f1b3c7d4af91cbc5f813030136ffc3b70e4
2014-09-01 17:22:53 -07:00
Wes Kocher
8e69520a36 Merge m-c to inbound a=merge 2014-09-02 19:44:21 -07:00
Wes Kocher
93b49c335e Backed out 1 changesets (bug 1050546) for build bustage
Backed out changeset c7a9e8177202 (bug 1050546)
2014-09-02 16:49:51 -07:00
Ryan VanderMeulen
3b27846643 Merge m-c to fx-team. a=merge
CLOSED TREE
2014-09-02 14:42:18 -04:00
Ryan VanderMeulen
d114beb6ed Merge inbound to m-c. a=merge
CLOSED TREE
2014-09-02 14:23:25 -04:00
Tim Taubert
b4ec83fc6b Bug 1046645 - Revert part of the first patch and remove URI_IS_LOCAL_FILE from PageThumbsProtocolHandler again 2014-09-02 12:23:39 -04:00
Mark Banner
86961cf0f0 Bug 1061112 - test_app_rep.js fails when "browser.safebrowsing.downloads.enabled" is false or not set. r=gcp 2014-09-02 15:32:51 +01:00
Tim Taubert
90719c0a10 Bug 1046645 - Mark moz-page-thumb:// as local resources to prevent mixed content warnings f=Mardak r=gavin
Mixed content warnings on valid https pages may sometimes occur when a thumbnail on about:newtab is refreshed while we're already transitioning to the new web page. The "insecure" request is counted as a subresource request towards the newly started load. If the new target is a https page this may result in a mixed content warning because nsSecureBrowserUI is dumb and can't tell the requests of the current and previous page loads apart.
2014-08-28 11:26:35 +02:00
Roberto A. Vitillo
9a1b726e8a Bug 1057137 - Broken menu: NS_ERROR_ILLEGAL_VALUE: id, attribute, or value too long. r=enn 2014-08-29 06:52:00 +02:00
David Keeler
5732aa5a2a bug 1050546 - telemetry for baseline requirements sections 9.2.1 and 9.2.2 (subject alt names/common name) r=rbarnes 2014-09-02 12:10:47 -07:00
Ehsan Akhgari
66d4d1b849 Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg 2014-09-02 18:24:24 -04:00
Trevor Saunders
f4fbfeeb43 bug 1059490 - mark more classes MOZ_FINAL r=froydnj 2014-08-27 14:26:48 -04:00
Michael Pruett
caf08c935c Bug 1060839 - Use template strings for multi-line SQL statements in tests. r=ttaubert 2014-08-30 13:27:50 -05:00
Birunthan Mohanathas
890e39639a Bug 1059940 - Part 1: Expose CrashStore.reset() to clear all data. r=bsmedberg 2014-08-29 13:39:01 -07:00
Birunthan Mohanathas
cf3f9993c4 Bug 1059859 - Fix race condition in CrashManager._getStore() resulting in multiple stores being created. r=gps 2014-08-29 13:38:57 -07:00
Birunthan Mohanathas
394236da94 Bug 1059390 - Part 4: Fix crash submission event file handling and add test. r=bsmedberg
This also changes things to use a "sub-" prefix for the generated submission ID
in order to distinguish it from a local/remote crash ID.
2014-08-29 13:38:53 -07:00
Birunthan Mohanathas
82ac4cc4d6 Bug 1059390 - Part 3: Limit count only for new crash records in CrashStore._ensureCrashRecord. r=bsmedberg 2014-08-29 13:38:49 -07:00
Lynn Tran
88d9d61cd5 Bug 999748 - Add the user trash directory to OS.Constants.Path. r=yoric 2014-08-26 08:51:24 -04:00
Carsten "Tomcat" Book
8a43aaa3f7 merge fx-team to mozilla-central a=merge 2014-08-29 15:13:15 +02:00
Monica Chew
97dbc43821 Bug 1058133: Telemetry for tracking protection events (r=bmcbride) 2014-08-28 09:29:14 -07:00
Mark Banner
883b30f496 Bug 1059195 - test_searchSuggest.js assumes the suggestion enabled preference defaults to "true". r=jaws 2014-08-28 18:25:49 +01:00
Jonathan Kew
18c07b4adc bug 1057841 - use noncharacters as selection delimiters in viewPartialSource.js. r=gavin 2014-08-28 16:00:01 +01:00
Carsten "Tomcat" Book
21ba18e307 Merge mozilla-central to mozilla-inbound 2014-08-28 16:13:13 +02:00
Carsten "Tomcat" Book
d097a04fb7 merge fx-team to mozilla-central a=merge 2014-08-28 16:02:15 +02:00
Carsten "Tomcat" Book
aef0b33b55 merge mozilla-inbound to mozilla-central a=merge 2014-08-28 13:07:10 +02:00
Wes Kocher
c08a9ad3b4 Merge m-c to fx-team a=merge 2014-08-27 17:07:39 -07:00
Wes Kocher
dc607659f0 Merge fx-team to m-c a=merge 2014-08-27 16:55:46 -07:00
Shane Caraveo
7d7295c879 Bug 1057596 fix manifest updating and worker reload, r=markh 2014-08-27 16:11:36 -07:00
Ryan VanderMeulen
d51fed3906 Merge m-c to inbound. a=merge
CLOSED TREE

--HG--
extra : amend_source : e59af3fa8b325da192204b3a227c24de690055c7
2014-08-27 15:54:44 -04:00
Ryan VanderMeulen
92dbbef2b4 Backed out changeset c7919e13cafb (bug 1048857) for mochitest-bc failures. 2014-08-27 14:18:32 -04:00
Tim Taubert
29b6a02660 Bug 1040931 - Add extensionID parameter to addEngineWithDetails r=gavin 2014-08-27 16:38:20 +02:00
Birunthan Mohanathas
b1313ffcd4 Bug 1059390 - Part 1: Allow remote Breakpad ID to be stored in crash metadata. r=gps 2014-08-28 21:03:02 -07:00
Tomasz Kołodziejski
4eb55dbb64 Bug 950546 - Make color analyzer deterministic by breaking ties via comparing original colors. r=MattN 2014-08-26 16:52:00 +02:00
Michael Pruett
82a3546f53 Bug 1057901 - Adopt template strings for SQL statements in content preferences. r=adw 2014-08-26 18:33:17 -05:00