Commit Graph

356 Commits

Author SHA1 Message Date
Ryan VanderMeulen
0826845c0d Bug 1453838 - Update pdf.js to version 2.0.491. r=bdahl, r=yury 2018-04-12 19:29:03 -04:00
Ryan VanderMeulen
b31b43530d Bug 1451562 - Update pdf.js to version 2.0.480. r=bdahl 2018-04-04 17:57:32 -04:00
Ryan VanderMeulen
eb17185337 Bug 1450369 - Update pdf.js to version 2.0.466. r=bdahl 2018-03-30 17:25:35 -04:00
Brendan Dahl
7a24d04a4b Bug 1444499 - Update pdf.js to version 2.0.447. r=yury
MozReview-Commit-ID: 1gbyxWQyGvK
2018-03-20 16:20:03 -07:00
Brendan Dahl
8517dfbb4c Bug 1444499 - Remove checks for global PDFJS. r=yury
MozReview-Commit-ID: AU7hQSP2UyN
2018-03-20 16:09:11 -07:00
Tiberius Oros
2ce14426a7 Merge inbound to mozilla-central. a=merge 2018-03-16 11:53:43 +02:00
Kirk Steuber
d2a4c1e81e Bug 1429160 - Create enterprise policy to disable PDF.js. r=dthayer,felipe 2018-03-07 13:17:07 -08:00
Gijs Kruitbosch
38e03ed37a Bug 1358815 - update pdfjs for async-created findbar, r=bdahl
MozReview-Commit-ID: Byr5B4yAzfx
2018-03-13 11:52:56 +00:00
Coroiu Cristina
b2190285b2 Backed out changeset 7833a7b4a73f (bug 1429160) for browser-chrome failures at enterprisepolicies/tests/browser/browser_policies_sorted_alphabetically.js 2018-03-15 23:35:58 +02:00
Kirk Steuber
ecd7db4c98 Bug 1429160 - Create enterprise policy to disable PDFjs r=dthayer,Felipe
MozReview-Commit-ID: 4Ir407Qjdoq
2018-03-07 13:17:07 -08:00
Brindusan Cristian
a6e62d8ce3 Backed out 2 changesets (bug 1358815) for bc failures on browser_pdfjs_main.js CLOSED TREE
Backed out changeset 880736d97de3 (bug 1358815)
Backed out changeset a2a0a0990e1a (bug 1358815)
2018-03-15 21:23:12 +02:00
Gijs Kruitbosch
a767008864 Bug 1358815 - update pdfjs for async-created findbar, r=bdahl
MozReview-Commit-ID: Byr5B4yAzfx
2018-03-13 11:52:56 +00:00
Ryan VanderMeulen
b4e01d27a8 Bug 1442785 - Update pdf.js to version 2.0.402. r=bdahl 2018-03-02 17:25:38 -05:00
Sebastian Hengst
500c4f7ad2 Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout
Backed out changeset 83c87140dc3d (bug 888600)
Backed out changeset 2efb9b1753f6 (bug 888600)
Backed out changeset af5303781961 (bug 888600)
Backed out changeset 79ef59047e63 (bug 888600)
Backed out changeset 30d568d628dd (bug 888600)
Backed out changeset c7bd4c6c9741 (bug 888600)
2018-03-01 11:51:09 +02:00
Peter Van der Beken
972562411b Bug 888600 - Move ContentFrameMessageManager to WebIDL. Part 6: Mark some IDL interfaces as non-scriptable. r=bz. 2018-02-22 20:22:29 +01:00
Florian Quèze
f1a55f73f8 Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
Dorel Luca
9260b212cd Backed out 6 changesets (bug 888600) for Valgrind and build bustge on a CLOSED TREE
Backed out changeset 7c8317f4ad48 (bug 888600)
Backed out changeset 5b990735f1ad (bug 888600)
Backed out changeset 9eafe225b804 (bug 888600)
Backed out changeset 16af80d6cd93 (bug 888600)
Backed out changeset a109987af625 (bug 888600)
Backed out changeset 0949dba396ad (bug 888600)
2018-02-22 13:56:43 +02:00
Peter Van der Beken
5fb60d9c57 Bug 888600 - Move ContentFrameMessageManager to WebIDL. Part 6: Mark some IDL interfaces as non-scriptable. r=bz. 2017-11-23 16:27:27 +01:00
Ryan VanderMeulen
2e3b53c6bd Bug 1439634 - Update pdf.js to version 2.0.385. r=bdahl 2018-02-20 11:26:33 -05:00
Thomas Wisniewski
a244e64db4 Bug 792808 - Change PdfStreamConverter.jsm to import and instantiate XHRs from global properties rather than using Cc.createInstance(Ci.nsIXMLHttpRequest); r=mossop
MozReview-Commit-ID: 3dj92XGY1G2
2017-09-19 12:17:59 -04:00
Timothy Guan-tin Chien
f08391ee76 Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans
MozReview-Commit-ID: Cr2iMSB04uu
2018-01-27 15:57:42 +08: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
Ryan VanderMeulen
030b6dcbb1 Bug 1435814 - Update pdf.js to version 2.0.332. r=bdahl 2018-02-05 14:24:35 -05:00
Florian Quèze
c5f15a4700 Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01: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
Ryan VanderMeulen
7aca63f2d9 Bug 1433810 - Update pdf.js to version 2.0.303. r=bdahl 2018-01-28 16:54:07 -05:00
Ryan VanderMeulen
dcecebb5de Bug 1432027 - Update pdf.js to version 2.0.288. r=bdahl 2018-01-21 09:46:41 -05:00
Ryan VanderMeulen
2124485edc Bug 1431114 - Update pdf.js to version 2.0.274. r=bdahl 2018-01-17 10:08:02 -05:00
Ryan VanderMeulen
0a80ae3426 Bug 1430175 - Update pdf.js to version 2.0.258. r=bdahl 2018-01-12 13:07:50 -05:00
Ryan VanderMeulen
6be8512ba3 Bug 1428405 - Update pdf.js to version 2.0.250. r=bdahl 2018-01-05 13:09:53 -05:00
Ryan VanderMeulen
93c1ca94f2 Bug 1427565 - Update pdf.js to version 2.0.244. r=bdahl 2018-01-01 21:49:47 -05:00
Dorel Luca
7ddca728d5 Merge mozilla-inbound to mozilla-central r=merge a=merge 2017-12-19 12:08:53 +02:00
Ryan VanderMeulen
b5a56825d3 Bug 1426014 - Update pdf.js to version 2.0.213. r=bdahl 2017-12-18 19:35:58 -05:00
Gijs Kruitbosch
ce36c9b44f Bug 1425363 - remove onWindowTitleChanged given that nobody uses it, r=bgrins
MozReview-Commit-ID: ALslAwZo4K9
2017-12-14 21:55:44 -06:00
Ryan VanderMeulen
21269118ce Bug 1424365 - Update pdf.js to version 2.0.197. r=bdahl 2017-12-08 15:55:38 -05:00
Ryan VanderMeulen
486aaffe3b Bug 1423315 - Update pdf.js to version 2.0.185. r=bdahl 2017-12-05 14:25:30 -05:00
Ryan VanderMeulen
5e8439577e Bug 1421987 - Update pdf.js to version 2.0.173. r=bdahl 2017-11-30 08:55:47 -05:00
Ryan VanderMeulen
3b681d7cfb Bug 1421048 - Re-apply ESLint fixes that never got upstreamed. r=me 2017-11-27 16:36:55 -05:00
Ryan VanderMeulen
f99190fd98 Bug 1421048 - Update pdf.js to version 2.0.161. r=bdahl 2017-11-27 15:56:48 -05:00
Dan Banner
503979c95a Bug 1367704 - Enable the semi ESLint rule across the tree. r=standard8
MozReview-Commit-ID: GrlcOI9K2hJ
2017-05-28 19:57:46 +01:00
Ryan VanderMeulen
f06cd38d14 Bug 1418041 - Update pdf.js to version 2.0.120. r=bdahl 2017-11-16 15:03:12 -05:00
Ryan VanderMeulen
7f48e20229 Bug 1416009 - Update pdf.js to version 2.0.106. r=bdahl, r=Mossop on a CLOSED TREE 2017-11-09 17:05:52 -05:00
Ryan VanderMeulen
51735f0c46 Bug 1415002 - Update pdf.js to version 2.0.104. r=bdahl 2017-11-06 19:47:49 -05:00
Ryan VanderMeulen
c18629e241 Bug 1413375 - Update pdf.js to version 2.0.87. r=bdahl 2017-10-31 20:13:19 -04:00
Ryan VanderMeulen
bd707687cd Bug 1412153 - Update pdf.js to version 1.10.88. r=bdahl 2017-10-26 21:01:32 -04:00
Ryan VanderMeulen
bc8078a753 Bug 1410910 - Update pdf.js to version 1.9.659. r=bdahl 2017-10-23 10:40:09 -04:00