Commit Graph

10647 Commits

Author SHA1 Message Date
Ryan VanderMeulen
50905e0270 Merge fx-team to m-c. a=merge 2014-11-11 16:43:46 -05:00
Ryan VanderMeulen
e98edf109a Backed out changesets 7bfa96b421ea and da9faa259da1 (bug 1095506) for mochitest-bc failures. 2014-11-11 13:43:02 -05:00
Steven MacLeod
223dc4281a Bug 1095506 - Clean up and rename kSerializableDownloadProperties. r=paolo
--HG--
extra : rebase_source : 4ac9627e2d8d108e416e50b8746825714ff4e52e
2014-11-10 20:58:20 -05:00
Steven MacLeod
157484861d Bug 1095506 - Serialize the error object when saving to the store. r=paolo
We now serialize the Download.error property when saving to the store so
that data about error conditions will survive a restart. This is
important for supporting blocked downloads with partial data that could
be unblocked.

--HG--
extra : rebase_source : 40821e59e2b258803cde5da456cd9d0d20caa9e0
2014-11-07 10:00:24 -05:00
Heather Arthur
b723a94632 Bug 1076857 - Add basic telemetry to Storage Inspector. r=mratcliffe 2014-11-07 18:06:00 -05:00
Carsten "Tomcat" Book
f1c23fae1c merge fx-team to mozilla-central a=merge 2014-11-10 14:33:10 +01:00
Asaf Romano
a63486fa3f Bug 982115 - PlacesTransactions: (1) Decouple |transact| and |batch|, and make batch work like Task.spawn, rather than the custom solution we had so far (yielding transactions rather than calling |transact| for the batched transactions). so that |transact| may be called during a batch from any function, not limiting the batch 'context' to the function passed to |batch|; (2) Rename the uri input property to URL, and allow passing DOM URL objects for it (in addition to plain specs and nsIURI objects) - this matches recent Bookmark.jsm and History.jsm work; (3) Improve the module documentation. r=mak. 2014-11-10 10:36:56 +02:00
Wes Kocher
cfe4cbfe1b Merge m-c to fx-team a=merge 2014-11-07 17:57:22 -08:00
Wes Kocher
40adcf133d Merge inbound to m-c a=merge 2014-11-07 17:48:37 -08:00
Margaret Leibovic
a3c19c8101 Bug 1093871 - Telemetry probe for number of items in reading list. r=rnewman 2014-11-07 15:35:12 -08:00
Alexandre Poirot
64aef65e17 Bug 1060093 - Implement toolbox to debug chrome of the content process. r=jryans 2014-11-07 14:24:47 -06:00
Mats Palmgren
8814819fc4 Bug 1095299 - Change a few 'const' to 'var' since they are used in other scopes. r=efaust 2014-11-08 16:32:00 -05:00
Carsten "Tomcat" Book
416801d03f merge mozilla-inbound to mozilla-central a=merge 2014-11-06 13:50:25 +01:00
Shane Caraveo
3fde9c9124 Bug 915547 fix activation in e10s windows, r=markh 2014-11-05 17:22:27 -08:00
Shane Caraveo
d8495bd041 Bug 1075000 fix isWindowPrivate use on content window, r=markh 2014-11-05 16:14:19 -08:00
Ryan VanderMeulen
9d14d03ae0 Merge fx-team to m-c. a=merge 2014-11-05 14:51:17 -05:00
Gijs Kruitbosch
386c4ea334 Bug 1090609 - don't disable open in tabs when there's only one item there, r=mak 2014-11-03 10:44:47 +00:00
Dave Townsend
c909cb54d7 Bug 1094068: Typo bustage fix. 2014-11-05 00:02:13 -08:00
Irakli Gozalishvili
7889d4744f Bug 1094068: Creating sandbox with expanded principals causes an exception. r=Mossop 2014-11-04 23:31:29 -08:00
Wes Kocher
df5afea581 Merge m-c to fx-team a=merge 2014-11-04 20:40:56 -08:00
Dave Townsend
6a8913ceca Bug 1094017: Component registrar shim doesn't support null contract IDs. r=Unfocused 2014-11-04 20:16:47 -08:00
Wes Kocher
052b085df2 Merge fx-team to m-c a=merge 2014-11-04 19:53:20 -08:00
Marco Bonardo
0af2372b47 Bug 1071505 - use constant GUIDs for Places roots (test changes). rs=mano
--HG--
rename : toolkit/components/places/tests/migration/places_v6_no_frecency.sqlite => toolkit/components/places/tests/migration/places_v6.sqlite
rename : toolkit/components/places/tests/migration/test_current_from_v10.js => toolkit/components/places/tests/migration/test_current_from_v16.js
rename : toolkit/components/places/tests/migration/test_database_from_v6_no_frecency.js => toolkit/components/places/tests/migration/test_current_from_v6.js
2014-11-04 17:40:41 +01:00
Marco Bonardo
0cab188e85 Bug 1071505 - use constant GUIDs for Places roots. r=mano 2014-11-04 17:40:33 +01:00
Ryan VanderMeulen
4af93d7500 Merge fx-team to m-c. a=merge 2014-11-03 16:47:18 -05:00
Akshendra Pratap
567a7beec4 Bug 1064365 - Deprecated GetKeywordForURI. r=mak 2014-10-31 06:35:00 +01:00
Georg Fritzsche
07f67c4930 Bug 1089670 - Record searches in Telemetry. r=bwinton 2014-10-31 21:47:13 +01:00
Georg Fritzsche
2cf4c8eb51 Bug 1092219 - Fix keyedHistogram.add() passing the wrong argument to Histogram::Add(). r=froydnj 2014-10-31 21:47:12 +01:00
Althaf Hameez
05091f1634 Bug 1090205 - Move getReversedHost from Bookmarks.jsm to PlacesUtils. r=mak 2014-10-30 17:36:00 -04:00
Georg Fritzsche
da5565617c Bug 1069874 - Add keyed histogram types. r=froydnj 2014-10-30 20:51:01 +01:00
Georg Fritzsche
bc8f16cd33 Bug 1069953 - Part 1: Make min/max/bucket_count optional for nsITelemetry newHistogram(). r=froydnj 2014-10-28 12:47:38 +01:00
Carsten "Tomcat" Book
1ddef21ea8 Backed out changeset 77052db08766 (bug 611388) 2014-10-31 13:12:18 +01:00
Carsten "Tomcat" Book
e3f684b7a3 Backed out changeset 38ca6211d1d4 (bug 1091970) 2014-11-05 10:02:59 +01:00
Wes Kocher
a4e8fe7150 Merge m-c to inbound a=merge CLOSED TREE 2014-11-04 20:37:26 -08:00
Bill McCloskey
fe30fe6fd9 Bug 1091970 - [e10s] Cache object tag in add-on shims for remote objects (r=mrbkap) 2014-11-04 17:40:08 -08:00
Bill McCloskey
7cf195d449 Bug 1091970 - [e10s] Cache object tag in add-on shims for remote objects (r=mrbkap) 2014-11-04 17:40:08 -08:00
Ryan VanderMeulen
b026aaac5f Merge m-c to inbound. a=merge
CLOSED TREE
2014-11-05 15:24:43 -05:00
Georg Fritzsche
3cabb80443 Bug 1094035 - Keyed Histograms do not reflect key strings to JS correctly. r=froydnj 2014-11-05 18:58:36 +01:00
Eric Faust
8c9327a4b7 Bug 611388 - |const| should be block scoped and require an initializer. (r=shu) 2014-10-30 17:27:03 -07:00
Georg Fritzsche
9dc267bb93 Bug 1069953 - Part 2: Make min/max/bucket_count optional for nsITelemetry registerAddonHistogram(). r=froydnj 2014-10-17 17:38:43 +02:00
Bill McCloskey
a53f62812d Bug 1091953 - [e10s] Add missing argument for about: protocol shim (r=mconley) 2014-11-03 07:10:27 -08:00
Bill McCloskey
1e500b3dbc Bug 1091959 - [e10s] Reduce number of messages used for content policy shim (r=mconley) 2014-11-03 07:10:27 -08:00
Bill McCloskey
7c55c15273 Bug 1092444 - [e10s] Add test for expanded principal sandboxes (r=mconley) 2014-11-03 07:10:27 -08:00
Bill McCloskey
647bd768ec Bug 1092444 - [e10s] Add shim support for expanded principal sandboxes (r=mconley) 2014-11-03 07:10:27 -08:00
Masatoshi Kimura
bcda188339 Bug 1088915 - Stop offering RC4 in the first handshakes. r=keeler 2014-10-22 01:11:29 +09:00
Eric Faust
5f99a47be9 Bug 611388 - |const| should be block scoped and require an initializer. (r=shu) 2014-10-30 17:27:03 -07:00
Blake Kaplan
3d1299294d Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me) 2014-10-30 15:51:39 -07:00
David Keeler
2fa7ba1743 bug 1085509 - add telemetry for how many permanent certificate overrides users have r=mmc r=jcj 2014-10-29 16:25:16 -07:00
Chris Peterson
c6ee3a8723 Bug 1095878 - Fix -Wunused-variable warning in toolkit/components/terminator and mark as FAIL_ON_WARNINGS. r=froydnj 2014-11-01 12:16:27 -07:00
Magnus Melin
0278ca314e Bug 1074793 - Set more restrictive permissions for downloads in the temporary directory. r=paolo 2014-11-02 15:15:43 +02:00