For |make firefox/mozcentral| builds, add cleanupJSSource to remove d… …
…uplicate file headers in extensions/firefox/content/PdfjsChromeUtils.jsm
Merge pull request #5115 from yurydelendik/e10s …
Firefox pdf viewer support for e10s (Bug 942707).
Chrome extension: Isolate pageAction logic …
Remove pageAction logic from extension router, and put it in a separate file. The pageAction URL parsing logic has been simplified, and all pageAction-related files have been moved to a separate directory.
Merge pull request #4824 from yurydelendik/movecs …
Moves colorspace.js and function.js into core/
Treat fonts with the same font descriptor, encoding and unicode map a… …
…s aliases Different fonts can point to the same font descriptor (see #4339 for details). With this commit such fonts are treated as aliases if they have also the same encoding and the same toUnicode map. The according info is stored on the font descriptor. This change must also ensure that aliases use always the same font name because translated fonts can get cleared depending on the CLEANUP_TIMEOUT setting.
Merge pull request #4515 from yurydelendik/nodetest …
Replaces test.py with test.js
Merge pull request #4504 from timvandermeij/importl10n …
Import l10n files from mozilla-aurora
[Firefox] Stop importing default_preferences.js as a module and inclu… …
…de it instead