- 23 Feb, 2018 1 commit
-
-
Andreea Pavel authored
Backed out changeset 771e1f428eea (bug 1428924) for failing mochitest browser chrome at browser/components/enterprisepolicies/tests/browser/browser_policy_bookmarks.js on a CLOSED TREE
-
- 22 Feb, 2018 1 commit
-
-
Matthew Noorenberghe authored
MozReview-Commit-ID: 8MZAtjxRHEa --HG-- extra : rebase_source : 7f54ff5308108cf9376e16fd44da58525cd7cd34
-
- 20 Feb, 2018 1 commit
-
-
Matthew Noorenberghe authored
MozReview-Commit-ID: FgeQaOR5yno --HG-- extra : rebase_source : dedbab5e9374cde96a95a02aca5ae328a01902c8
-
- 22 Feb, 2018 8 commits
-
-
Jim Chen authored
Add a test for functionalities of GeckoSessionTestRule. MozReview-Commit-ID: 9k9Fh1una20 --HG-- extra : rebase_source : f2558c452febf9f333ec4fed1955a0285ca9b246
-
Jim Chen authored
Add a rule for setting up a GeckoSession for a JUnit4 test and letting the test wait for listener invocations and to verify listener behavior. MozReview-Commit-ID: 20ij409yY1Z --HG-- extra : rebase_source : 50f8a01aad41938910710421b97d5dcc97594a06
-
Jim Chen authored
Add GeckoSession.getScrollListener() so GeckoSessionTestRule can use it. MozReview-Commit-ID: DLDlz5wz3cP --HG-- extra : rebase_source : c196810da282f4ede6cb753081ef4d38af862909
-
Jim Chen authored
GeckoSession consumers may want to refer to individual keys through a GeckoSessionSettings.Key<> variable. MozReview-Commit-ID: HK5wcs0uugD --HG-- extra : rebase_source : 23e2489eed328bf0a08358c58c633d527d8a85c2
-
Jim Chen authored
Right now there's no good way for a GeckoSession consumer to make a copy of a GeckoSessionSettings object. MozReview-Commit-ID: 199K5J51Y9x --HG-- extra : rebase_source : 99c81c34ab2203e3517e07d286f865f5e93869c8
-
Jim Chen authored
Kotlin has several nice features for writing tests, such as lambdas and default implementations for interface methods. This patch adds Kotlin support to the geckoview module build.gradle. We don't want to use Kotlin in non-test code yet, so the patch ensures that only test code contains Kotlin files. MozReview-Commit-ID: FcQiHj20xlB --HG-- extra : rebase_source : e304d25d09291bc0a3faa29bf36f9d01eadc8524
-
paavininanda authored
servo: Merge #20089 - Revert previously merged code, better implementation for Default selectionStart and selectionEnd (from paavininanda:RevertChanges); r=jdm <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: 0fa324872330715140c86e5125640ef23e8b072b --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 8c899d232d8559a68f2569c0f533bc2153b9708e
-
Hiroyuki Ikezoe authored
Bug 1439803 - Add reftest-no-flush flag to stacking-context-transform-none-animation-before-appending-element.html. r=birtles If reftest-no-flush is not specified, reftest harness flushes layout in a callback of setTimeout() that happens after paint process happened in the next refresh driver's tick. Thus, the paint process triggered by the layout flush causes no invalidation changes, so reftest harness ends up waiting for the animation end until the animation finishes. MozReview-Commit-ID: GXvmyXh0kfV --HG-- extra : rebase_source : 091a91122b7337ff05032bd64fa2597e59bed3a4
-
- 16 Feb, 2018 1 commit
-
-
Nicholas Hurley authored
MozReview-Commit-ID: 9T4Og1FHavH --HG-- extra : rebase_source : bf1108dd268b28dd743d9e9be3410ba4d2195cd3
-
- 13 Feb, 2018 2 commits
-
-
James Teh authored
Bug 1437417 part 2: Don't block accessibility instantiation for newer RealPlayer builds with accessibility performance fixes. r=MarcoZ RealPlayer's use of accessibility was blocked in bug 1418535 due to severe performance problems caused by its use of accessibility. This is fixed in newer builds, so we want to allow those while still blocking older builds. MozReview-Commit-ID: 5XlY4IM5qHf --HG-- extra : rebase_source : b14251b697c5d2a08c613b4a402214f6bd4f475f
-
James Teh authored
1. Move IsModuleVersionLessThan into the Compatibility class and export it in the header file. 2. The function previously referred to the third component of the version as the minor version; i.e. it was testing major.bbbb.minor.dddd. This is incorrect and might confuse people using this in future code. The minor version is the second component; i.e. major.minor.cccc.dddd. cccc and dddd are often named build and revision, but the naming here is less consistent. 3. Rather than accepting separate version components, the function now accepts a single 64 bit value. This makes comparison easier and also allows for comparison against magic values in other code; e.g. a value meaning "all versions". This value can be created from separate components using the MAKE_FILE_VERSION macro. 4. Previously, it was assumed that a dll path could not be longer than MAX_PATH, but it can actually be longer. The function now handles this. 5. The function previously didn't do any error checking, which could have led to null pointer dereferences and possibly other pain. This was fine when it was only being used for JAWS, which we know always has version info, but this could be problematic for other callers. We return true if there is a failure, assuming that no version info implies an earlier version. 6. The code now uses smart pointers instead of raw pointers, making memory management simpler. 7. Updated the JAWS version check accordingly. MozReview-Commit-ID: 9Y6gUQSX0P5 --HG-- extra : rebase_source : 595408140d8611d38fef1211ef41c53e4b65e90c
-
- 22 Feb, 2018 17 commits
-
-
Ciure Andrei authored
-
Ciure Andrei authored
-
Ciure Andrei authored
-
ffxbld authored
-
ffxbld authored
-
Ursula Sarracini authored
MozReview-Commit-ID: Beh7bGKOizJ --HG-- extra : rebase_source : 1e20ceed8f923fb2c2407b755d6d84ab5a81cb6d
-
Benjamin Bouvier authored
MozReview-Commit-ID: HsL3tZdw5Uj --HG-- extra : rebase_source : 7ddb03f570709ffd5350f3bf0910cd9e3b19979f extra : amend_source : 7ea51f676d8d373a8968f5e36a056205269644ff
-
dragan.mladjenovic authored
MozReview-Commit-ID: DazA0vkisNI --HG-- extra : amend_source : 86fd84e3c2b294e1f625ac3f6fcfca286b129ef3
-
Dorel Luca authored
Backed out 3 changesets (bug 1436904) for many crashes see bugs: 1440281, 1440302, 1440303, 1440313. a=backout Backed out changeset 27f0762d4472 (bug 1436904) Backed out changeset 27640f52e188 (bug 1436904) Backed out changeset 2b4d117c27dc (bug 1436904)
-
Mark Banner authored
Bug 1005420 - Re-enable browser_visibleTabs_bookmarkAllPages.js as the intermittent failures seem resolved now. r=mak MozReview-Commit-ID: 9ePr7pMXwHN --HG-- extra : rebase_source : 339faeff1996d5a57b4f66fcd8dfe83443036174
-
Mark Banner authored
Bug 658744 - Re-enable browser_sidebarpanels_click.js for everything but mac debug, as it was only intermittent there. r=mak MozReview-Commit-ID: K3cN6ojP73r --HG-- extra : rebase_source : 311ba02325179f62f7a734ab5ae9f5a184a20d78
-
Dorel Luca authored
-
Andrea Marchesini authored
-
Andrea Marchesini authored
Bug 1439686 - Console API should print logs on stdout when used by chrome code and if browser.dom.window.dump.enabled is true, r=bgrins
-
Xidorn Quan authored
MozReview-Commit-ID: CisRhBr83jc --HG-- extra : rebase_source : 92eb1810fb57e0677a65aab2f6aa3d1e257b22da
-
Xidorn Quan authored
MozReview-Commit-ID: LvzU9ara8KV --HG-- extra : rebase_source : 7731c649141dad3c257f5a154235682d07a65df4
-
Xidorn Quan authored
Bug 1440141 part 1 - Move GeckoStyleContext::TakeRef to nsStyleContextInlines.h so that header doesn't depend on the Inlines.h. r=emilio MozReview-Commit-ID: GdARP4HUAIY --HG-- extra : rebase_source : 02ff6c6840f0989aa09c94022e42e0144fa4b5bc
-
- 21 Feb, 2018 1 commit
-
-
Mike Hommey authored
--HG-- extra : rebase_source : a0b3f39575585a0969402e88482fe0ac62b9c332
-
- 22 Feb, 2018 2 commits
-
-
Felipe Gomes authored
Bug 1428924 - Policy: Allow creation of bookmarks in the Bookmarks toolbar, Menu, or a folder inside them. r=mak MozReview-Commit-ID: 2k2Cl10AV9C --HG-- extra : rebase_source : 803c7f88d64159e3ba1627a53ee8a3a24f758b84
-
Josh Matthews authored
This should narrow down the cause of https://github.com/servo/servo/issues/17243. Source-Repo: https://github.com/servo/servo Source-Revision: 16bd067c6cd959d36ac4e3bfc0a2e86091cf68d2 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 04432dc967c642e639867d7966b105c9dd2ff973
-
- 21 Feb, 2018 2 commits
-
-
Ruturaj K. Vartak authored
--HG-- extra : rebase_source : abb0ccdd0fb776eeaad3718b760e9a708ba97167
-
Nico Grunbaum authored
MozReview-Commit-ID: 1ZHK4TFIc9E --HG-- extra : rebase_source : 897ceea8637b15b9a3872c86a2c8b3ac551e096d
-
- 20 Feb, 2018 1 commit
-
-
Aaron Klotz authored
-
- 22 Feb, 2018 3 commits
-
-
Felipe Gomes authored
-
Felipe Gomes authored
-
Felipe Gomes authored
-