Commit Graph

22462 Commits

Author SHA1 Message Date
Kit Cambridge
026869a643 Bug 1450789 - Use more accurate names for structure conflict event telemetry keys. r=tcsc
MozReview-Commit-ID: FCLy34YU3qK
2018-04-02 14:41:16 -07:00
Kit Cambridge
80a148afbf Bug 1440116 - Roll up telemetry events in the bookmarks merger. r=tcsc
MozReview-Commit-ID: 15HDntqgPkS
2018-03-22 11:54:21 -07:00
Oriol Brufau
80b44382b3 Bug 1445316 - Optimize tabs.query with 'active', 'currentWindow', 'highlighted', 'index', 'lastFocusedWindow' or 'windowId' r=mixedpuppy,rpl
MozReview-Commit-ID: L5i129iC44W
2018-03-13 20:52:58 +01:00
Tomislav Jovanovic
114b2f550d Bug 1418616 - Add default extension to downloads saveAs dialogs, r=rpl
MozReview-Commit-ID: 9WOfZoc7wa6
2018-03-29 20:09:45 +02:00
Marco Bonardo
36ec58e083 Bug 1421664 - 3 - Fix the UI and tests. r=standard8
test_419731.js can be removed since it is already covered by browser_bookmarkProperties_editTagContainer.js

MozReview-Commit-ID: K0LFuTptWyW
2018-03-22 14:13:07 +01:00
milindl
669c5896c7 Bug 1421664 - 2 - Change SelectAsTag to use place: tag queries. r=mak
MozReview-Commit-ID: JauduB7A5TZ
2018-03-20 17:27:44 +01:00
milindl
ad09ac583a Bug 1421664 - 1 - Force any tag queries to have query result type bookmarks. r=mak
MozReview-Commit-ID: KG1mGZD5PNy
2018-03-20 16:42:04 +01:00
Sam Foster
bd65a65911 Bug 1444240 - Filter address options to eliminate dupes based on fields to display. r=MattN
* Add an observed attribute to address-picker to render when address-fields is changed
* Add a filter step to address-picker, to exclude addresses that represent duplicates given the requested fields
* Filter out addresses that do not contain one or more of the requested fields
* Use a default set of fields to establish duplicates and meet the bar for adding an address as an option

MozReview-Commit-ID: 7lg4suNHv60
2018-03-09 11:49:21 -08:00
Mike Cooper
b323c333f1 Bug 1446445 - app.normandy.first_run should default to true r=Gijs
MozReview-Commit-ID: 8j3qQvF3BSJ
2018-03-19 13:55:18 -07:00
Ciure Andrei
eda43f7240 Merge inbound to mozilla-central. a=merge 2018-03-30 01:06:18 +03:00
Tom Ritter
13c54c2a14 Bug 1447592 Do not reset the Spoof English pref after disabling Resist Fingerprinting r=johannh
MozReview-Commit-ID: MMWYfmUTOr
2018-03-26 23:33:39 -05:00
Christoph Kerschbaumer
56529d1f61 Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
Dorel Luca
fd0651c481 Merge mozilla-inbound to mozilla-central. a=merge 2018-03-29 12:50:33 +03:00
Gurzau Raul
ffbc52ee86 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-29 01:00:42 +03:00
Ed Lee
75bd9caa76 Bug 1449294 - Capture thumbnails with tracking protection always enabled. r=adw
MozReview-Commit-ID: Lt389lmJASW
2018-03-27 12:19:44 -07:00
Drew Willcoxon
bd8f7faa4e Bug 1221539 - Add search engine discovery to the page action menu. Part 2: Add the new action. r=Gijs
MozReview-Commit-ID: DEEZBwmV0JD
2018-03-28 11:28:20 -07:00
Tomislav Jovanovic
4a90d0d955 Bug 1436450 - Fix <all_urls> as an optional API permission r=aswan
MozReview-Commit-ID: FXiUuNgPlRo
2018-03-27 00:40:23 +02:00
Kris Maglione
1358aef887 Bug 1372406: Follow-up: Fix rebase botch. r=bustage
MozReview-Commit-ID: K2CuqytsMDu
2018-03-28 12:35:19 -07:00
Kris Maglione
12808f301b Bug 1372406: Stop misusing import-globals-from in extension API scripts. r=aswan
MozReview-Commit-ID: FTkcmuguOwq
2018-03-25 21:20:17 -07:00
Tom Ritter
d44ebbd80e Bug 1378552 - Reduce the liklihood of inadvertently misusing NullPrincipal::Create(). r=ckerschb
NullPrincipal::Create() (will null OA) may cause an OriginAttributes bypass.
We change Create() so OriginAttributes is no longer optional, and rename
Create() with no arguments to make it more explicit about what the caller is doing.

MozReview-Commit-ID: 7DQGlgh1tgJ
2018-03-22 13:36:20 -05:00
Cosmin Sabou
228b60b752 Backed out changeset 3a641d9546c6 (bug 1436450) for xpcshell failure on xpcshell/test_ext_permissions.js. 2018-03-28 17:24:53 +03:00
Tomislav Jovanovic
0112a7305b Bug 1436450 - Fix <all_urls> as an optional API permission r=aswan
MozReview-Commit-ID: FXiUuNgPlRo
2018-03-27 00:40:23 +02:00
Cosmin Sabou
9c18481ea9 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-03-28 12:52:57 +03:00
Cosmin Sabou
60829caa7f Merge inbound to mozilla-central. a=merge 2018-03-28 12:49:56 +03:00
Johann Hofmann
3857ca8f8c Bug 1445318 - Remove storage: "persistent" from AddonStudies.jsm. r=mythmon
This option is deprecated and we would like to remove it soon.
Since AddonStudies.jsm runs with system privileges, it is getting
the same storage type ("persistent"), no matter the storage option.

I verified this through manual testing.

MozReview-Commit-ID: 79MuZ7OU1Ti
2018-03-23 23:13:01 +01:00
Tom Ritter
44f320f9c3 Bug 1448010 Remove unused nsSAXXML IDL methods r=Gijs
MozReview-Commit-ID: GFdx6Sjuq36
2018-03-21 11:52:57 -05:00
Margareta Eliza Balazs
3a5e9c1231 Merge inbound to mozilla-central. a=merge 2018-03-28 00:48:11 +03:00
Margareta Eliza Balazs
6f3465c977 Backed out changeset 6af40fb76692 (bug 1372406) for Doc lint failure in builds/worker/checkouts/gecko/docs-out/html/main/_staging/python/mach.commands.rst on a CLOSED TREE 2018-03-28 07:26:10 +03:00
Kris Maglione
908b434d49 Bug 1372406: Stop misusing import-globals-from in extension API scripts. r=aswan
MozReview-Commit-ID: FTkcmuguOwq
2018-03-25 21:20:17 -07:00
Luca Greco
3a666a3d88 Bug 1425197 - Add additional checks of the target URL in the inspectedWindow devtools actor. r=kmag, r=ochameau 2018-03-16 21:20:52 +01:00
Jan-Erik Rediger
d6213123f3 Bug 1443603 - Stop sending saved-session pings from Firefox Desktop r=chutten 2018-03-19 15:44:53 +01:00
Kyle Zhou
2d0579bb8e Bug 1442061 - Remove content process in memory_total histogram's "record_in_processes" r=chutten 2018-03-26 13:46:00 +03:00
Tomislav Jovanovic
e0a4447bed Bug 1438025 - Drop invisible characters from downloads filename. r=kmag, r=Paolo 2018-03-21 23:23:59 +01:00
Tom Schuster
6698b9aad3 Bug 1255800 - Remove JS_THIS_OBJECT from dom/xpconnect. r=bz 2018-03-07 14:35:22 +01:00
Tim Nguyen
fea7311530 Bug 1417883 - Refactor theme code to have processing code in the variable map. r=dao 2018-03-27 13:40:06 +02:00
Tom Ritter
25bea2b0d3 Bug 1448869 Set Timer Precision to 100 us (with Jitter) r=baku
MozReview-Commit-ID: HV1rG4Kzg9k
2018-03-26 11:41:59 -05:00
Bogdan Tara
2287d967d1 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-27 12:16:26 +03:00
Bogdan Tara
fdc4c696b0 Merge inbound to mozilla-central. a=merge 2018-03-27 12:12:57 +03:00
Kris Maglione
fd4b15b0bb Bug 1410755: Follow-up: Fix assertion in debug builds. r=me
MozReview-Commit-ID: G9Hjrpm7Owg
2018-03-26 22:57:19 -07:00
Kris Maglione
284dfd93d5 Bug 1410755: Follow-up: Fix static analysis bustage. r=bustage
MozReview-Commit-ID: GDtg3LoBJhS
2018-03-26 22:40:11 -07:00
Kris Maglione
b67da89606 Bug 1410755: Add StreamFilterParent as a request to the channel load group. r=mixedpuppy
When the base request that we are filtering finishes, it generally removes it
self from the document's load group. If that happens before the parser has
started (which tends to be the case for XML documents that haven't consumed
any data), it can unblock the load event too early. Adding the
StreamFilterParent to the load group while the request is still pending
prevents this problem.

MozReview-Commit-ID: InxAVZQy9kT
2018-03-24 16:51:35 -07:00
Boris Zbarsky
2f03e52f54 Bug 1447890 part 5. Remove nsISelection::RemoveAllRanges. r=mystor
MozReview-Commit-ID: EeMje9KW6An
2018-03-27 00:35:23 -04:00
Boris Zbarsky
60cebc0348 Bug 1447890 part 4. Remove nsISelection::GetRangeCount. r=mystor
MozReview-Commit-ID: FypNZE0oQiW
2018-03-27 00:35:22 -04:00
Boris Zbarsky
189e99bd19 Bug 1447890 part 1. Remove nsISelection::AddRange. r=mystor
MozReview-Commit-ID: 1JNLZp7tbII
2018-03-27 00:35:22 -04:00
Boris Zbarsky
ac0a9ece7e Bug 1447889 part 11. Remove nsIDOMRange::CloneRange. r=mystor
The GetSelection changes are so we have a Selection that we can get an nsRange
from via GetRangeAt, so we can call nsRange::CloneRange.

MozReview-Commit-ID: 6rqdJ29Yyuc
2018-03-27 00:35:21 -04:00
Boris Zbarsky
c173c1d653 Bug 1447889 part 9. Remove nsIDOMRange::CompareBoundaryPoints. r=mystor
MozReview-Commit-ID: 29swD9AoqoF
2018-03-27 00:35:21 -04:00
Boris Zbarsky
32b248d7cd Bug 1447889 part 8. Remove nsIDOMRange::SelectNode/SelectNodeContents. r=mystor
MozReview-Commit-ID: 2hbF6pT31Xd
2018-03-27 00:35:21 -04:00
Boris Zbarsky
747fb5d03d Bug 1447889 part 6. Remove nsIDOMRange::SetStart/End. r=mystor
MozReview-Commit-ID: 8yOZMWBexsN
2018-03-27 00:35:21 -04:00
Boris Zbarsky
d76521b9d5 Bug 1447889 part 5. Remove nsIDOMRange::GetCommonAncestorContainer. r=mystor
MozReview-Commit-ID: 18bnPYjRld5
2018-03-27 00:35:21 -04:00
Boris Zbarsky
7e3b669edb Bug 1447889 part 4. Remove nsIDOMRange::GetStart/EndContainer/Offset. r=mystor
I got a bit carried away with fixing up consumers to use nsINode...  But as a
result removing these methods all together made sense.

MozReview-Commit-ID: 2z9Q6D7GY92
2018-03-27 00:35:21 -04:00