Commit Graph

6530 Commits

Author SHA1 Message Date
Drew Willcoxon
ccb48cfd3e Bug 1239708: Improve awesomebar autofill. Part 6: Browser tests. r=mak
MozReview-Commit-ID: 7r62byWErUS
2018-05-14 11:27:19 -07:00
Dorel Luca
d15cc1fc36 Merge mozilla-central to autoland. CLOSED TREE 2018-05-11 01:02:37 +03:00
Dorel Luca
b493da86f1 Merge mozilla-inbound to mozilla-central. a=merge 2018-05-11 00:59:14 +03:00
Csoregi Natalia
2bbe13fc8e Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-05-10 19:45:06 +03:00
Emilio Cobos Álvarez
15590ed5d8 Bug 509958: Remove an unused whitelist entry from a test that only runs on opt builds. r=me on a CLOSED TREE
Fullscreen was also unprefixed long time ago.

MozReview-Commit-ID: CKHMRZ6YOTS
2018-05-10 19:45:31 +02:00
Jason Laster
a3a94e8b22 Bug 1460371 - Update Debugger Frontend v51 r=jdescottes 2018-05-10 12:34:11 -04:00
layely
acc93fcc34 Bug 1458010 - Add ability to select multiple tabs using Ctrl/Cmd. r=jaws
MozReview-Commit-ID: BHelQhtv7Gk
2018-05-05 03:56:23 +00:00
Shane Caraveo
e91b0c63fb Bug 1460221 - fix newtab placement when opened from pinned tab, r=Gijs
MozReview-Commit-ID: CwoFsFo0ThE
2018-05-10 10:44:55 -05:00
Julian Descottes
d5553d9712 Bug 1460606 - browser_parsable_css should not flag classnames with -- as properties;r=Gijs
This allows to parse

.application--empty {
  --test1: red;
--test2: red;
  color: var(--test3);
}

and extract --test1, --test2, --test3, but not --empty.

MozReview-Commit-ID: GNQaZq5k5JU
2018-05-10 16:00:13 +02:00
Kris Maglione
c03fa450d6 Bug 1460092: Add ESLint rule to enforce use of ChromeUtils.generateQI. r=Gijs
Also fixes existing code which fails the rule.

MozReview-Commit-ID: CkLFgsspGMU
2018-05-08 18:36:22 -07:00
Margareta Eliza Balazs
dec207e3a6 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-05-09 12:40:18 +03:00
Margareta Eliza Balazs
d06d032d88 Merge inbound to mozilla-central. a=merge 2018-05-09 12:33:51 +03:00
Andrea Marchesini
4b664ee691 Bug 1400678 - quota storage should be cleared on exit if user has requested cookies to be cleared on exit - tests, r=johannh 2018-05-09 11:30:47 +02:00
Tooru Fujisawa
41aa207cb4 Bug 1420574 - Add CustomizableUITestUtils.prototype.{addSearchBar,removeSearchBar} to show search bar in nav bar and verify it does not overflow. r=Paolo 2018-05-09 09:48:40 +09:00
Dorel Luca
39f29cf4c4 Bug 1388973 - Disabled browser_tab_dragdrop.js on Linux and OSX r=jmaher CLOSED TREE 2018-05-08 08:08:00 +03:00
Bogdan Tara
58840117a3 Backed out changeset 9a9d2ff46ab7 (bug 1388973) for BC failures CLOSED TREE 2018-05-08 20:16:42 +03:00
Kris Maglione
bb5577abfe Bug 1457072: Get rid of unpacked dictionaries and the remaining unpacked install code. r=aswan
MozReview-Commit-ID: K36cUkKtuOB
2018-04-26 01:27:48 -07:00
James Teh
b6dcf8af72 Bug 1454866 part 2: Make the buttons in the Site Security panel keyboard navigable. r=johannh
Previously, the only button that could be accessed with the keyboard was the Back button.

MozReview-Commit-ID: 2khSExFNkVP
2018-04-23 10:42:06 +10:00
Dorel Luca
91850d96b6 Bug 1388973 - Disable browser_tab_dragdrop.js on Linux and OSX. r=jmaher 2018-05-08 08:08:00 -04:00
Stephen A Pohl
4a76f1a1f0 Bug 1366808: Add tests for about:restartrequired page. r=felipe 2018-05-08 10:32:06 -04:00
Shane Caraveo
b9147444e7 Bug 1460221 followup fix license header in test file DONTBUILD r=me 2018-05-11 09:29:19 -05:00
Dale Harvey
3ba334360f Bug 1455310 - Add title data and activity to sharing. r=mstange
MozReview-Commit-ID: IL4sqvRwSwu
2018-04-25 08:23:32 +01:00
Cosmin Sabou
983c7bafe3 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-05-04 21:07:31 +03:00
Dão Gottwald
8eebe27cdc Bug 1448497 - Re-enable browser_tabclose.js on Windows and Mac 2018-05-04 17:15:21 +02:00
Olli Pettay
43cd4316cf Bug 1441647 - update contextmenu code to deal with Shadow DOM, r=jaws 2018-05-04 19:02:44 +03:00
Ciure Andrei
ca7518cc9b Merge inbound to mozilla-central. a=merge 2018-05-04 00:52:04 +03:00
Jan de Mooij
6ea409ed27 Bug 1458567 part 2 - Remove now unnecessary dom.max_chrome_script_run_time entry from browser_preferences_usage.js test. r=johannh 2018-05-03 16:02:33 +02:00
arthur.iakab
e333e45d2c Merge mozilla-central to inbound 2018-05-03 13:51:19 +03:00
arthur.iakab
50f8007d8c Backed out changeset ee1e498e3c43 (bug 1183135) for failing browser chrome tests on browser/base/content/test/performance/browser_tabclose.js a=backout 2018-05-03 13:45:10 +03:00
Issei Horie
532ca21dd9 Bug 1447941 - Replace promiseWaitForCondition with TestUtils.waitForCondition in browser_aboutHome_search_searchbar.js r=johannh 2018-05-01 09:30:33 +09:00
Andrew Halberstadt
5f240d3ef3 Bug 1451159 - [testing/profiles] Store profile data in actual profile look alike folders r=gbrown
This moves testing/profiles/prefs_general.js to
testing/profiles/common/user.js. It also adds an 'extensions' folder to the
common profile. Dropping extension files here will get them installed in all
test harnesses (useful for testing on try).

The idea is that all test harnesses will eventually use this 'common' profile.
We'll also create some new per harness profiles, e.g testing/profiles/mochitest
and testing/profiles/reftest. This way there will be a single location
developers can go to set preferences, both for a specific harness, and across
all harnesses.

MozReview-Commit-ID: 8sqBqLiypgU
2018-04-19 16:12:26 -04:00
Mark Striemer
831c93499b Bug 1458530 - Fix hidden audio indicator hiding early r=dao
MozReview-Commit-ID: JgWghGAIHmS
2018-05-02 23:19:24 -05:00
Dão Gottwald
f756aac11b Bug 1183135 - Update tab position attributes when a tab becomes visually selected rather than synchronously when switching tabs. r=mconley
MozReview-Commit-ID: LGOk50fNaXe
2018-04-28 19:19:59 +02:00
Gijs Kruitbosch
16ff687c65 Bug 1447619 - avoid reflowing when returning items to the toolbar from the overflow menu, r=florian
MozReview-Commit-ID: BFGRssWb9F
2018-04-20 15:09:44 +01:00
Ed Lee
efbd4e2897 Bug 1400491 - Set up mutation observer before synthesizing composition. r=mikedeboer,ursula
Undisable test for mac opt and linux32 opt.

MozReview-Commit-ID: 74IZ6VkPdER
2018-04-27 13:59:07 -07:00
Andreea Pavel
8aa53073af Backed out changeset 1ce48405e58a (bug 1447619) for creating bug 1457257 and bug 1457289 on a CLOSED TREE 2018-04-28 20:46:51 +03:00
Andreea Pavel
68fa42ef9b Merge inbound to mozilla-central. a=merge 2018-04-28 20:30:18 +03:00
Doug Thayer
90ef3518b7 Bug 1448944 - Move Sqlite.jsm back to stricter startup check r=Gijs
MozReview-Commit-ID: IrRfc9tW5hY
2018-04-27 12:04:24 -07:00
Gijs Kruitbosch
8ff59950d2 Bug 1456515 - make plugin URL methods async, r=kmag
MozReview-Commit-ID: 6EITxFc12mW
2018-04-27 15:56:46 +01:00
Kris Maglione
fd7e9e6a69 Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8
This also removes any redundant Ci.nsISupports elements in the interface
lists.

This was done using the following script:

acecb401b7/processors/chromeutils-generateQI.jsm

MozReview-Commit-ID: AIx10P8GpZY
2018-04-22 20:55:06 -07:00
Csoregi Natalia
2aacee1bf0 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-28 00:56:47 +03:00
Csoregi Natalia
2759e05237 Merge inbound to mozilla-central. a=merge 2018-04-28 00:53:15 +03:00
Michal Novotny
b0fcd7f102 Bug 1448476 - Cache entry corruption after writing the alternate data. r=honzab
When writing to alt-data output stream fails for whatever reason, we now try to
truncate alternative data and keep the original data instead of dooming the
whole entry. The patch also changes how is the predicted size passed to the
cache. Instead of a dedicated method it's now an argument of openOutputStream
and openAlternativeOutputStream methods which fail in case the entry would
exceed the allowed limit.
2018-04-25 07:01:00 +03:00
Matthew Noorenberghe
0c8c81240e Bug 1457287 - Move Payment Request UI code to browser/. r=jaws
MozReview-Commit-ID: LjrRXr1thc8
2018-04-27 07:20:32 -07:00
Cosmin Sabou
dc88e67028 Backed out changeset a8fef6308479 (bug 1457287) for conflicts during backout. CLOSED TREE 2018-04-27 09:08:33 +03:00
Matthew Noorenberghe
5427f09637 Bug 1457287 - Move Payment Request UI code to browser/. r=jaws
MozReview-Commit-ID: BUDOsda1kSE
2018-04-26 16:57:02 -07:00
Cosmin Sabou
1f4d28a2c2 Backed out 2 changesets (bug 1457287) for browser chrome failures on browser_address_edit.js. CLOSED TREE
Backed out changeset 0ae9810db352 (bug 1457287)
Backed out changeset a8fef6308479 (bug 1457287)
2018-04-27 08:37:29 +03:00
Doug Thayer
ae66dfcb01 Bug 887889 - Fix intermittent failure in browser_bug419612.js r=mak
MozReview-Commit-ID: 8gp5hdbnzaC
2018-04-20 09:35:40 -07:00
Mark Banner
862ad83caa Bug 1371294 - Add a SearchTestUtils.jsm file and stop duplicating promiseNewSearchEngine. r=mikedeboer
MozReview-Commit-ID: IP5iRstshrM
2018-04-12 20:09:01 +01:00
Neil Deakin
a0ec683048 Bug 1446961, move PopupBoxObject to XULPopupElement, a new subclass of XULElement. Remove popup.xml methods, r=paolo,bz
Test changes for removal of PopupBoxObject and popup.xml methods, some reflow tests now have different stacks now that they are not going through popup.xml binding methods, test_popupanchor.xul changes due to need to wait for popuppositioned event after resizing. The old code would just adjust the arrow directly when sizeTo was called, but the new code does this through an asynchronous popuppositioned event. Changes to some places that check for XULElement class.
2018-04-27 11:04:38 -04:00