Граф коммитов

18 Коммитов

Автор SHA1 Сообщение Дата
J. Ryan Stinnett 8bc30326f3 Bug 1152836 - QR Decoder: Inline getPixel: 235ms -> 225ms r=past 2015-04-10 11:09:56 -05:00
J. Ryan Stinnett d89d789d7e Bug 1152836 - QR Decoder: Grayscale clamped array: 256ms -> 235ms r=past 2015-04-10 11:09:56 -05:00
J. Ryan Stinnett 5e684416c8 Bug 1152836 - QR Decoder: Add 32bit buffer: 335ms -> 256ms r=past 2015-04-10 11:09:56 -05:00
J. Ryan Stinnett 9d5ffcbf12 Bug 1152836 - QR Decoder: Remove getPixel bounds check: 400ms -> 335ms r=past 2015-04-10 11:09:55 -05:00
J. Ryan Stinnett de8bc0d619 Bug 1152836 - QR Decoder: Let everywhere, style nits: 580ms -> 400ms r=past 2015-04-10 11:09:55 -05:00
J. Ryan Stinnett 76a4c22418 Bug 1152836 - QR Decoder: Remove QR namespace (image, h/w): 750ms -> 580ms r=past 2015-04-10 11:09:55 -05:00
J. Ryan Stinnett f5f90a0f8f Bug 1152836 - QR Decoder: Cache imagedata.data: 915ms -> 750ms r=past 2015-04-10 11:09:55 -05:00
Panos Astithas e4b9084401 Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
Paul Rouget bfba482515 Backed out changeset a6d02cff43d3 (bug 1037235) for breaking WebIDE (bug 1067331)
--HG--
extra : amend_source : a7bfb1e931122663e7c14a7362a849520388e495
2014-09-15 16:23:04 +02:00
Erik Vold d3d9b5a320 Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop 2014-09-09 18:33:55 -07:00
Ryan VanderMeulen 46c9b0371c Merge inbound to m-c. a=merge 2014-07-30 17:13:20 -04:00
J. Ryan Stinnett d5006659db Bug 1044108 - Part 2: Disable QR decoder on Fennec for now. r=paul,gps 2014-07-30 14:32:00 +02:00
J. Ryan Stinnett 7748453d18 Bug 1044108 - Part 1: Beautify QR decoder, keep only Mozilla and license comments. r=paul 2014-07-30 14:32:00 +02:00
Nathan Froyd 542214c4df Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Mike Hommey 2bab6202af Bug 1043820 - Remove PARALLEL_DIRS. r=gps 2014-07-29 08:57:59 +09:00
J. Ryan Stinnett 655939c918 Bug 1021744 - QR Decoder: Leave globals alone, get chrome window. r=paul 2014-07-24 12:16:00 +02:00
J. Ryan Stinnett d8c8db3f3b Bug 1004701 - Add QR decoder library. r=paul
Imports the JS QR Code reader library[1].

This library was ported to JavaScript by Lazar Laszlo <lazarsoft@gmail.com>.
The port is made available under the Apache 2.0 license.

This library is based on the Java ZXing project[2] by the ZXing team.  It is
also made available under the Apache 2.0 license.

[1]: https://github.com/jryans/jsqrcode
[2]: https://github.com/zxing/zxing

--HG--
rename : toolkit/devtools/qrcode/encoder/moz.build => toolkit/devtools/qrcode/decoder/moz.build
rename : toolkit/devtools/qrcode/qrcode.js => toolkit/devtools/qrcode/index.js
2014-05-09 12:50:00 -04:00
J. Ryan Stinnett 5600f2a1ab Bug 1003620 - Add QR encoder library. r=paul
Imports the QR Code Generator library[1].

The original author is Kazuhiko Arase <arase@d-project.com>.

A copy of the library's MIT license is included.

[1]: https://github.com/kazuhikoarase/qrcode-generator

--HG--
rename : toolkit/devtools/moz.build => toolkit/devtools/qrcode/encoder/moz.build
rename : toolkit/devtools/moz.build => toolkit/devtools/qrcode/moz.build
2014-05-01 13:28:00 +02:00