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

6587 Коммитов

Автор SHA1 Сообщение Дата
Tim Nguyen c9103613c5 Bug 1428849 - Remove datetimepicker.xml bindings. r=mconley
MozReview-Commit-ID: LhfabvhJP5d

--HG--
extra : rebase_source : 8a2c329fab9b90746af9a09877be049479459b75
2018-01-09 19:39:30 +00:00
Masayuki Nakano 169354c54c Bug 1407085 - nsAutoCompleteController shouldn't restore original value after somebody changes the input value even when Escape key is pressed r=mak
When Escape key is pressed, nsAutoCompleteController needs to restore last
string which was default value of the input or typed by the user.  However,
somebody may change the value, e.g., an event listener which handles
Escape key.  In this case, nsAutoCompleteController shouldn't restore the
last string.

Unfortunately, when JS sets input value, DOM "input" event won't be fired.
Therefore, nsAutoCompleteController doesn't have a chance to modify
mSearchString in this case.  Therefore, nsAutoCompleteController needs to
store expected input string for checking if somebody modified the input value.
For solving this issue, this patch adds a new member, mSetValue which is
modified when the input value is modified by nsAutoCompleteController itself
or mSearchString is modified.

Even with this patch, if user temporarily selects an item of the popup and
JS sets same value as the selected item from JS, nsAutoCompleteController
restores the input value with mSearchString.  However, this must be rare
case and I don't have idea to fix this issue with simple patches.

MozReview-Commit-ID: lig8c7xvD7

--HG--
extra : rebase_source : 787dbfb35bc70d27fb09ec93861164e7a5165be3
2017-12-19 16:46:20 +09:00
Dão Gottwald d6173b3fbb Bug 449045 - Drop support for type=timed textboxes. r=enn
MozReview-Commit-ID: Ld6foAxCAhW

--HG--
extra : rebase_source : 94065ccfb55e8a93322cd5fbbeabcc78b222bf1a
2018-01-05 21:03:39 +01:00
Myk Melez f5844bccd4 Bug 1428153 - clear prefs that the beforeaccept test sets; r=enndeakin
MozReview-Commit-ID: JnFmdXuqt1s
2018-01-08 20:34:59 -08:00
Myk Melez ea1a751cdb Bug 1428529 - ensure window.opener.Preferences is defined; r=jaws
MozReview-Commit-ID: DNvpuQplNgb
2018-01-08 20:33:40 -08:00
Andreea Pavel 51d4c2d9ce Merge inbound to mozilla-central r=merge a=merge 2018-01-06 11:50:13 +02:00
Sebastian Hengst 6c6df154cd merge mozilla-central to mozilla-inbound. r=merge a=merge 2018-01-06 01:56:19 +02:00
Jeremy Lempereur 9a632d7f40 Bug 1428334 - Navigating on about:telemetry frequently opens data:application/json;base64 tabs r=chutten
Refactored a call to ChromeHangs.render() I forgot while fixing the "Show raw stack data" link (Bug 1427484).

MozReview-Commit-ID: 3Ul1wCRhdxG

--HG--
extra : rebase_source : a9cb33d4862947eed80832507a4a315a8ae81f99
2018-01-05 18:05:09 +01:00
Mike Conley fcd80d81ab Bug 1397426 - Expose renderLayers state via nsITabParent and lazily retrieve initial tab states in async tab switcher. r=billm
MozReview-Commit-ID: IIMmwrgJUV6

--HG--
extra : rebase_source : f1faa794791a9c620a1cd7a28c67029134d63933
extra : source : 8994162ee112a8c0a0b33f3404f04ebd9fad1285
2017-12-19 08:44:18 -08:00
Lucius Q. User c83ae3a2c6 Bug 930845 - Removed expander binding, expander.css and expander.xml; r=enn
MozReview-Commit-ID: 26oF9gSQZVt

--HG--
extra : rebase_source : b12964a0d5f6af62542e3dc54b7552ea48125474
2018-01-05 19:09:21 +01:00
Tiberius Oros 0a895028f7 Merge inbound to mozilla-central r=merge a=merge 2018-01-05 11:57:58 +02:00
Myk Melez c3da3e7642 Bug 1379338 - scriptify preferences XBL; r=jaws
MozReview-Commit-ID: Egyzs2KxhzH
2018-01-04 21:37:47 -08:00
Andreea Pavel 25357802c6 Merge mozilla-inbound to mozilla-central r=merge a=merge 2018-01-04 23:28:19 +02:00
Zibi Braniecki 1a111ee852 Bug 1428172 - Align mozIntl with Intl when working with constructors. r=nalexander
MozReview-Commit-ID: 5jGk1jXKkay

--HG--
extra : rebase_source : fc5445104a6d14cbacd417ce9b9b4b0bd0ea8212
2018-01-04 13:01:43 -08:00
Andreea Pavel 67b2d919c6 Merge mozilla-central to autoland r=merge a=merge on a CLOSED TREE
--HG--
extra : rebase_source : 3ad34904efe5678e685f3f282f0b05404849d898
2018-01-04 23:30:57 +02:00
Jeremy Lempereur 54e159dbce Bug 1395091 - about:telemetry global search should have headings before section results. r=chutten
Put a table heading to each search section in the about:telemetry homepage.

MozReview-Commit-ID: 7DaFjy6lbcq

--HG--
extra : rebase_source : c8a735989fc120560dc65c2f86adea2594f93b66
2018-01-04 00:26:23 +01:00
Mike Conley 63f3a642a0 Bug 1397426 - Add hasLayers to nsITabParent and use it in the async tab switcher. r=billm
This is necessary because sometimes the async tab switcher will instantiate when
there already exists some background tabs that are rendering via print preview. When
that happens, it's important for the state to be set correctly for them so that we
don't accidentally treat them as still loading, and wait (forever) for them to report
having finished loading.

MozReview-Commit-ID: 2dwo5WlXlgJ

--HG--
extra : rebase_source : 4b1e2fb945f1dc4591c56f836a1caa9adeea9eb4
extra : source : 53bb2bc2b67673572dafc3093280fa72973b3d32
2017-11-17 09:55:29 -08:00
Botond Ballo 7e42a77d38 Bug 1425686 - Remove scroll input methods telemetry code. r=kats
MozReview-Commit-ID: 1PC4826SMvh

--HG--
extra : rebase_source : 0123b921159864518e92077dd81d5185816e063a
2017-12-20 15:16:18 -05:00
Noemi Erli 652fbd6270 Merge autoland to mozilla-central r=merge a=merge 2018-01-04 11:44:30 +02:00
Jeremy Lempereur dec5949822 Bug 1427484 - Fix about:telemetry "Show raw stack data" button in Browser Hangs section. r=chutten
The "Show raw stack data" button in the Browser Hangs section produced nothing but removing the "Browser Hangs" section from the about:telemetry navigation menu. I looked at the way the Late Writes section works and patched the Chrome Hangs render calls accordingly.

MozReview-Commit-ID: Gq681oVrg90

--HG--
extra : rebase_source : 97ca47cd9d0997f69cff62b9201e514ab57d713d
2017-12-31 17:22:51 +01:00
Gijs Kruitbosch 613d9c6f17 Bug 1425356 - remove some tests that only make sense when XUL templates are supported, r=mrbkap
MozReview-Commit-ID: 6mhHJ6bBkHz

--HG--
extra : rebase_source : d44d7c801d61c53448ff535ed2a3c3221c8f5ddb
2017-12-20 14:28:28 +00:00
Dão Gottwald 6ae22659e8 Bug 1419600 - Remove the dialogheader binding. r=bgrins
MozReview-Commit-ID: KbavddjDiH3

--HG--
extra : rebase_source : 34b34fb2e9c9f58b2fac0af794bef1f96b0d2df3
2018-01-03 21:24:59 +01:00
Jeremy Lempereur 40665b978c Bug 1413448 - Fix about:telemetry "no data available" overlay in the Late Writes section. r=chutten
The search feature in the Late Writes section does not work, and a message claiming "Sorry there's no data available in "Late Writes" hindered the view of the data. I added the late-writes-section to the search blacklist.

MozReview-Commit-ID: 4Fqfh9zhzJZ

--HG--
extra : rebase_source : 35428e159c025b029dd2c7716d679ee1825d5b95
2017-12-31 21:20:59 +01:00
Jeremy Lempereur 85efbf25f2 Bug 1413448 - Fix about:telemetry "no data available" overlay in the Browser Hangs section. r=chutten
The search feature in the Browser Hangs section does not work, and a message claiming "Sorry there's no data available in "Browser Hangs" hindered the view of the data. I added the chrome-hangs-section to the search blacklist.

MozReview-Commit-ID: JJ4eb1fSOfg

--HG--
extra : rebase_source : 671fa5553516ce4b82ae2893e041839c1af27ae9
2017-12-31 21:18:29 +01:00
Botond Ballo 54882430dc Bug 1425686 - Remove scroll input methods telemetry code. r=kats
MozReview-Commit-ID: 1PC4826SMvh

--HG--
extra : rebase_source : de145e653f553a41763ae1ba461478709cb7d905
2017-12-20 15:16:18 -05:00
Margareta Eliza Balazs c06fd8b9d6 Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE 2018-01-04 10:07:11 +02:00
Cosmin Sabou 9945291c46 Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2018-01-04 00:02:16 +02:00
Lucius Q. User 79bcc7e87c Bug 1419596 - Removed optionsDialog binding and optionsDialog.xml. r=enn
MozReview-Commit-ID: 57sUs6voXST
2017-11-25 18:23:39 +03:00
Ian Moody f06ff8cd10 Bug 1422374 - Remove pointless stringbudleset binding. r=enndeakin+6102
MozReview-Commit-ID: FxBVCp87Xxc

--HG--
extra : rebase_source : 21a7ba52e2f67e625294c7406c0e9fe10d22a022
2017-12-12 15:57:45 +00:00
Michael Froman 6676e836ca Bug 1426130 - make trickle_caption_msg localizable. r=flod,Gijs
MozReview-Commit-ID: 6HjkVa8NWX2

--HG--
extra : rebase_source : b535be55789552dea9f341c4d2546270d5ee634e
2017-12-21 12:40:16 -06:00
Sebastian Hengst bc8e5f198e Backed out 2 changesets (bug 1379338) for failing Marionette headless' test_anonymous_content.py TestAnonymousNodes.test_find_anonymous_children. r=backout on a CLOSED TREE
Backed out changeset 232c97d7c2ea (bug 1379338)
Backed out changeset a76ff10b9bff (bug 1379338)
2018-01-04 20:15:18 +02:00
Sebastian Hengst d474b56232 Bug 1343837 - Remove find dialog resources from toolkit: Re-add moz.build rule for test files. DONTBUILD on a CLOSED TREE 2018-01-04 18:35:07 +02:00
Sebastian Hengst 270450c103 Bug 1343837 - Remove find dialog resources from toolkit: Remove another moz.build rule for removed files to fix build bustage. r=bustage-fix on a CLOSED TREE
--HG--
extra : amend_source : a8eb5fe3e8bd9afba444da58c8f5fe8a03669a19
2018-01-04 18:15:16 +02:00
Sebastian Hengst 3bf6354e76 Bug 1343837 - Remove find dialog resources from toolkit: Remove moz.build rules for removed files to fix build bustage. r=bustage-fix on a CLOSED TREE
--HG--
extra : amend_source : 0af5856fef9f77700a08d04ea6496801a6f48263
2018-01-04 17:51:45 +02:00
Myk Melez f5bb45814e Bug 1379338 - scriptify preferences XBL; r=jaws
MozReview-Commit-ID: 7NRHlSsdOtf
2018-01-04 07:34:15 -08:00
Florian Quèze aedd830b22 Bug 909466 - The find toolbar should not overflow into the sidebar, r=Gijs. 2018-01-04 16:14:31 +01:00
Dão Gottwald 9290a1d24c Bug 1343837 - Remove find dialog resources from toolkit. r=florian 2018-01-04 11:36:37 +01:00
Gijs Kruitbosch 6dfc9983bb Bug 1420241 - fix positioning of autoscroll popup on macOS, r=dao
MozReview-Commit-ID: HM0n4fJJnQO

--HG--
extra : rebase_source : d8b6beb704b413cdb3686c3e1269d738a883ed49
2017-12-20 16:06:23 +00:00
Thomas Duellmann b91c33b69d Bug 1392055 - Pass the full event to the callback in notification.xml. r=jhofmann 2017-12-18 07:29:00 -05:00
Michael Froman a5b6ed41e4 Bug 1414169 - pt 8 - Refactor creating html elements for conciseness. r=ng
MozReview-Commit-ID: 5naesMTOmtI

--HG--
extra : rebase_source : 998bd1fe6f2cf132a9d367576938264f1bdfad85
2017-12-06 11:23:02 -06:00
Michael Froman 7445e1ec24 Bug 1414169 - pt 7 - Refactor folding sections into reusable code. r=ng
MozReview-Commit-ID: Dah8zYC2OdH

--HG--
extra : rebase_source : dd608ac3097ddf072fa2b95c6221c79672345f21
2017-11-30 15:03:18 -06:00
Michael Froman e49fa718b2 Bug 1414169 - pt 6 - Add all raw candidates table (local and remote). r=ng
Also remove the unmatched candidates in the candidate pair table since
they are now included in the "all raw candidates" table.

MozReview-Commit-ID: 4ZvhWfmjGJh

--HG--
extra : rebase_source : bf999db83cd49dd454434d2b157023da41b0dbcd
2017-11-29 14:16:12 -06:00
Michael Froman 87d29cc1e1 Bug 1414169 - pt 5 - Sort candidate pairs that have sent bytes at the top of the table. r=ng
MozReview-Commit-ID: 3wcoiJBZE1Q

--HG--
extra : rebase_source : 54e0c4fa3426f2ecb6d628267e435fd73a4e4a4e
2017-12-08 11:47:58 -06:00
Michael Froman 2383b3776a Bug 1414169 - pt 4 - Trickled ICE candidates are highlighted with a light blue background. r=ng
MozReview-Commit-ID: JEMmf9LjvYd

--HG--
extra : rebase_source : 666559431e08e6671d1590d43bbaa15fe7178c58
2017-11-22 14:28:02 -06:00
Michael Froman 3e04f9b435 Bug 1414169 - pt 2 - aboutwebrtc.js SimpleTable improvements. r=ng
- Table headings are now bolded.
- Table captions are supported.

MozReview-Commit-ID: KBs6PLpfaS9

--HG--
extra : rebase_source : dd0b2ffe61559538157eb5bca3b61746db9f5769
2017-11-30 10:18:02 -06:00
Gijs Kruitbosch 36b73b53b9 Bug 1425363 - use JS instead of the windowds data source for the mac window menu, r=bgrins,spohl
MozReview-Commit-ID: 2qcRkFLjOeu

--HG--
extra : rebase_source : 9adc3723df30c292490e522030f71c03f4add695
2017-12-14 21:35:53 -06:00
Kartikaya Gupta 4f18e92ffb Bug 1334189 - Enable mochitest-plain for linux64-qr. r=jrmuizel
MozReview-Commit-ID: nbcWhDq5de

--HG--
extra : rebase_source : 25e2c2b8b996ae11cd25dee07d9092ba574a9e40
2017-12-13 18:38:39 -05:00
Jonathan Watt f239219d4f Bug 1425178 - Rename nsPrintEngine to nsPrintJob. r=bobowen
MozReview-Commit-ID: 2HCNmeOLPd3

--HG--
rename : layout/printing/nsPrintEngine.cpp => layout/printing/nsPrintJob.cpp
rename : layout/printing/nsPrintEngine.h => layout/printing/nsPrintJob.h
2017-12-04 11:44:17 -06:00
dmose@mozilla.org 1a2d21e774 Bug 1418130 - add prop-types license and remove activity-stream from list of reselect license users, r=gerv
MozReview-Commit-ID: ENYKMJ6iq5W
2017-12-14 13:54:15 -06:00
JW Wang c09933eecf Bug 1420608. P2 - fix the test timeout. r=alwu
See comment 50 for the cause. Since file_silentAudioTrack.html calls play() to
start playback immediately, it is possible that 'mozentervideosuspend' has been
fired before check_video_decoding_state() has a chance to register event handlers.
We call load() and play() to start playback from the beginning so we won't miss
any events.

MozReview-Commit-ID: 9sKygfIxEtS

--HG--
extra : rebase_source : 32b087b808995f771b6fba901f9922af79169af0
extra : intermediate-source : 3fdd51bfa62909066db4813eee4baf0f3caefbdf
extra : source : ad64cd308ce5bb8378d884bf3342c3d8133f144a
2017-12-08 17:35:29 +08:00