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

5 Коммитов

Автор SHA1 Сообщение Дата
Tim Huang 9e7447482e Bug 1330890 - Part 2: Add a test case for using UTC timezone when 'privacy.resistfingerprinting' is true. r=arthuredelstein,Ehsan
Adding a test case for verifying the Date() object of javascript will use UTC
timezone instead of the default one when fingerprinting resistance is enabled.

MozReview-Commit-ID: 1Vavhb4HMs5

--HG--
extra : rebase_source : b9fa1d916765a6e320d84ce5f1e6c3a849a09c01
2017-04-05 16:05:29 +08:00
Tim Huang 3a39f96514 Bug 1352305 - Part2: Add a test case for making sure dialog windows will not be enforced to rounded sizes when fingerprinting resistance is enabled. r=Ehsan
A browser chrome test which ensures the dialog windows will not be enforced to
be rounded sizes when fingerprinting resistance is enabled.

MozReview-Commit-ID: LQG13FMANav

--HG--
extra : rebase_source : 98d1ca63d3349920d7314624cea7f5eb3691b93c
2017-05-02 18:11:51 +08:00
Joel Maher 6af97db02d Bug 1355088 - add BUG_COMPONENT to browser/* files. r=mossop
MozReview-Commit-ID: 88mDTdI0oN7
2017-04-19 08:11:47 -04:00
Tim Huang a96b6dd181 Bug 1330882 - Part 5: Add more test cases for rounded windows test. r=arthuredelstein,smaug
This patch adds two more test cases, browser_roundedWindow_open.js and
browser_roundedWindow_windowSetting.js. The browser_roundedWindow_open.js tests
the window.open() with window features, it will test window.open() with numbers
of window features to see that whether the opened window is correctly rounded.

The browser_roundedWindow_windowSetting.js tests the setting of
innerWidth/Height and outerWidth/Height. To see that the window is correctly
rounded or not after the setting.

This patch also adds a head.js and rename the browser_roundedWindow.js to
browser_roundedWindow_newWindow.js. The head.js carries two helper functions
that calculate the maximum available content size and the chrome UI size of
the pop up window.

MozReview-Commit-ID: LxJ2h2qAanY

--HG--
extra : rebase_source : b3744155fda93bd9e1650d07db7105092a2e5260
2017-03-29 15:43:57 +08:00
Tim Huang 5ef6d9b620 Bug 1330882 - Part 3: Add a test case for opening new windows as rounded size when fingerprinting resistance is enabled. r=arthuredelstein,smaug
MozReview-Commit-ID: Gvksnh3cKHM

--HG--
extra : rebase_source : cae848ca467af34c08bff7190dce50cffa1399cc
2017-03-29 15:43:56 +08:00