Kris Maglione
0847e8227e
Bug 1464548: Part 3 - Update callers to use defineLazyGlobalGetters. r=mccr8
...
MozReview-Commit-ID: 9APGewiDDYB
2018-05-25 17:02:29 -07:00
Kris Maglione
fd7e9e6a69
Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8
...
This also removes any redundant Ci.nsISupports elements in the interface
lists.
This was done using the following script:
acecb401b7/processors/chromeutils-generateQI.jsm
MozReview-Commit-ID: AIx10P8GpZY
2018-04-22 20:55:06 -07: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
Andrew McCreight
272cee1e65
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
...
This patch was autogenerated by my decomponents.py
It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.
It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.
It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)
MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
ahillier
471446b851
Bug 1399200 - Don't stop loading thumbnail when image redirects r=Mardak
...
MozReview-Commit-ID: 1sADsZM6uYj
2017-09-12 14:07:33 -04:00
ahillier
6a467105bd
Bug 1397390 - Support better thumbnails for image urls r=k88hudson,Mardak
...
MozReview-Commit-ID: Ksxo6Gj2rIO
2017-09-07 21:18:45 -04:00
Sebastian Hengst
6a22986845
Backed out changeset 4a955a640a52 (bug 1397390) for eslint failure at toolkit/components/thumbnails/PageThumbUtils.jsm:142: 'error' is not defined. r=backout
2017-09-07 23:59:05 +02:00
ahillier
651fd02ea7
Bug 1397390 - Support better thumbnails for image urls r=k88hudson,Mardak
...
MozReview-Commit-ID: Ksxo6Gj2rIO
2017-09-07 15:12:54 -04:00
Kirk Steuber
d9a2fae508
Bug 1348280 - Try to ensure thumbnail creation happens when the thread is idle r=markh
...
MozReview-Commit-ID: HoEb5J0QCyw
2017-08-16 13:24:22 -07:00
Ed Lee
fe7df208a3
Bug 1387580 - Some top sites never get screenshots of redirected pages. r=adw
...
MozReview-Commit-ID: IzmzXhGnPcH
2017-08-05 00:34:25 -07:00
Gijs Kruitbosch
cda1b34be2
Bug 1338215 - use a windowless browser for thumbnail hosting, r=markh
...
MozReview-Commit-ID: LWzMDHu0N8H
2017-02-27 19:58:55 +00:00
Mark Banner
0172a32b29
Bug 1338195 - Define a frame-script environment for eslint and use it to clear no-undef issues for known frame script globals. r=mossop
...
MozReview-Commit-ID: Fcin4InbLK2
2017-02-07 10:52:06 +00:00
Jared Wein
0ec522d5b6
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Dave Townsend
e7b1b3284f
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
2016-11-11 15:22:34 -08:00
Michael Layzell
8724b6835f
Bug 1279285 - Set the SANDBOXED_AUXILARY_NAVIGATION flag when rendering thumbnails in the background, r=bz
...
MozReview-Commit-ID: 4grdy6evhrb
2016-09-01 14:24:52 -04:00
Drew Willcoxon
2d9904ed3e
Bug 1247641 - When loading a background thumbnail, load about:blank asynchronously when a load fails to avoid endless redirects. r=markh
2016-02-16 16:34:25 -08:00
Jim Mathies
5fc9700de6
Bug 1096804 - Add support to PageThumbs for requesting non-downsampled content screenshots. r=dao
2016-01-12 11:08:33 -06:00
Mason Chang
a9e6ee79a9
Bug 1231518. Load about:blank if thumbnail service fails. r=adw
2016-01-04 16:24:58 -08:00
Andrea Marchesini
97f1b0d683
Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking
2015-12-09 15:52:38 -05:00
Andrea Marchesini
74abde342e
Bug 1231100 - Get rid of nsIDOMFileReader - patch 1, r=sicking
2015-12-09 15:52:15 -05:00
Mason Chang
1c276d46bd
Bug 1215659. Use destination canvas for thumbnail size if provided one. r=adw
2015-10-30 12:26:30 -07:00
Carsten "Tomcat" Book
036e6d2fa3
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902 )
Backed out changeset d70c7fe532c6 (bug 1202902 )
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
Mason Chang
6bc63c25ba
Bug 1197361. Optimize page thumbnails based on screen size. r=ttaubert
2015-09-25 11:27:16 -07:00
Jim Mathies
351ff8b60a
Bug 698371 - Add async thumbnail support for remote browsers. r=dao
2014-10-18 09:09:32 -05:00
Wes Kocher
6790c99984
Backed out 4 changesets (bug 698371) for e10s bc3 bustage
...
Backed out changeset 6c6d420a3acc (bug 698371)
Backed out changeset 81378dee5a62 (bug 698371)
Backed out changeset d004bfd7f706 (bug 698371)
Backed out changeset 17bbdeffa8a6 (bug 698371)
2014-10-17 18:33:34 -07:00
Jim Mathies
e8c6627bb4
Bug 698371 - Add async thumbnail support for remote browsers. r=dao
2014-10-17 18:13:57 -05:00
Andrea Marchesini
539efa95b3
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-08 17:15:22 +01:00
Ryan VanderMeulen
ac4e3f2f99
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
...
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
2014-10-07 13:16:11 -04:00
Andrea Marchesini
725b2db832
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-07 15:20:52 +01:00
Dão Gottwald
47dcfb680b
Bug 1058237 - Ctrl-Tab previews should use the PageThumbs API. r=ttaubert
2014-09-03 19:14:01 +02:00
Blair McBride
e29c821136
Bug 994915 - Part 2: Add error handling in BackgoundPageThumbs for invalid URLs. r=adw
2014-07-01 22:27:40 +12:00
Drew Willcoxon
d6a938932e
Bug 914920 - Fix bug whereby about:newtab displays thumbnails from unrelated websites for some links. r=markh
2013-12-04 17:38:00 -08:00
Tim Abraldes
086a18ef3e
bug 856977. Alert should not be possible from beforeunload. r=bbondy,bz
2013-10-08 14:00:12 -07:00
Drew Willcoxon
c62d346d9d
Bug 917610 - Fix backgroundPageThumbsContent.js's use of nsIDOMWindowUtils.preventFurtherDialogs. r=markh
2013-09-20 21:40:37 -07:00
Drew Willcoxon
68a1970f9c
Bug 906615 - Background thumbnail service shouldn't overwrite existing thumbnails, and foreground service shouldn't capture when thumbnails are fresh. r=markh
2013-09-12 09:25:57 -07:00
Mark Hammond
1bf47cad9b
Bug 875986, part 1 - use custom docShell flags instead of private-browsing for b/g thumbnails. r=adw
2013-09-09 10:25:13 +10:00
Drew Willcoxon
a5213a25e0
Bug 901294 - Prevent the background thumbnail service from triggering downloads. r=markh
2013-08-24 01:10:52 -07:00
Mark Hammond
b3b318f7d0
Bug 897880 - Thumbnail service must not overwrite existing thumbnails if it gets an error response. r=adw
2013-08-20 09:26:33 +10:00
Drew Willcoxon
71db43dd80
Bug 870104 - Add telemetry to BackgroundPageThumbs. r=markh,froydnj
2013-07-12 21:03:18 -07:00