Commit Graph

476754 Commits

Author SHA1 Message Date
Till Schneidereit
81145858c4 Bug 911216 - Part 17: Make promise-related Debugger.Object.prototype getters work with wrapped promises. r=shu 2016-05-26 16:13:47 +02:00
Till Schneidereit
385d8245b5 Bug 911216 - Part 16: Use new Promise inspection Debugger getters to implement legacy functions on PromiseDebugging. r=bz 2016-05-26 16:13:47 +02:00
Patrick Brosset
b1c784e762 Bug 1275083 - Make browser_rules_add-rule_05.js faster by doing less things; r=gl
MozReview-Commit-ID: CquW1lW5E5o

--HG--
extra : rebase_source : 1a473e640f3b93053313b0147f438271ac883216
2016-05-25 15:53:30 +02:00
Eddy Bruel
e766da7201 Bug 1265730 - Decouple StyleEditorFront from StyleEditorActor;r=jryans 2016-05-26 08:46:03 +02:00
Jaideep Bhoosreddy
61074d683a Bug 1266411 - Alphabetically sort the user selected devices. r=jryans, ui-r=hholmes
--HG--
extra : amend_source : e962b5267f1a3d8d090ad04921913216a9ecb745
2016-05-24 19:18:00 -04:00
moby
7aa9a72069 Bug 1127572 - Fade item in the markup view when that element is hidden with "H". r=jdescottes 2016-05-25 11:12:00 -04:00
Jason Laster
fae5df8bb3 Bug 1265885 - Add devtools module to replace promise.defer. r=jryans
MozReview-Commit-ID: 1Paf8cfkh5Q
2016-05-25 12:40:00 -04:00
Decky Coss
17fddfe3c0 Bug 1261472 - Fix incorrect test assertion in 'getResponse: don't expose x-nonexposed' and 'Combined testing of cors response headers'. r=ehsan
MozReview-Commit-ID: HD0TBJcnxst

--HG--
extra : transplant_source : %A54%FA%A1%BC%F2%B4%E9i%84%FB%208%F3L%B1%C0%8C%0A%B0
2016-05-23 13:48:33 -04:00
Nick Fitzgerald
eec042e84e Bug 1275190 - Assert against null entries in the SavedFrame hash set's hash policy. r=jimb 2016-05-24 11:23:00 -04:00
Christopher Grebs
38131d1b9e Bug 1270306 - [webext] extension.isAllowedFileSchemeAccess should return null. r=kmag 2016-05-24 21:03:46 +02:00
Eric Rahm
d16e0561bb Bug 1275064 - Use unsigned type in RealWord bitfield. r=froydnj 2016-05-25 12:15:27 -07:00
Ryan VanderMeulen
e39c51c1bc Bug 1275792 - Schedule Taskcluster-based SM(arm64) jobs. r=sfink
--HG--
extra : rebase_source : 839a6c30135aef571ec79de747dce48f353703d6
2016-05-25 21:46:05 -04:00
Dan Glastonbury
d3d4cb2e30 Bug 1275472 - Enable suspending of background video only in nightly builds. r=cpearce
MozReview-Commit-ID: 13HJbggtTXH

--HG--
extra : rebase_source : 13cd70b3e67823b5d36b9785ab8c5feac5d72575
2016-05-25 14:13:30 +10:00
Gregory Szorc
797cecf6f0 Bug 1275740 - Use compression level 5 instead of 9 for symbols zips; r=ted
On my i7-6700K time and size for the full zip archive for a Windows
debug build is as follows:

          Time       Size
Before:   25.4s    278,708,278
After:    13.0s    280,623,521

Anything lower than level 5 and the archive size starts increasing by
several megabytes. Level 5 is definitely the sweet spot.

MozReview-Commit-ID: 9lW2W1htq93

--HG--
extra : rebase_source : 26458386e4032dfd85eddd937bf6e6bff057d99b
2016-05-25 15:04:02 -07:00
L. David Baron
af57a43c72 Bug 1271182 - Remove MOZ_COUNT_[CD]TOR from nsTimerEvent, since it uses XPCOM reference counting macros. r=khuey
I suspect this will fix the odd behavior we're seeing, although I
haven't really thought through how very closely.

MozReview-Commit-ID: qHgBRAc1PE
2016-05-25 18:04:36 -07:00
L. David Baron
fc6592bdbc Bug 1271182 - Add some deleted assignment operators and copy constructors. r=khuey
These are generally good practice for reference-counted objects; they
catch cases where these operations are used by accident, breaking
reference-counting.

This doesn't show any existing problems, though.

MozReview-Commit-ID: EvRkNCymOqT
2016-05-25 18:04:35 -07:00
Markus Stange
c19306021c Bug 1216245 - Increase the titlebar texture's height to include the whole title text. r=mattwoodrow
MozReview-Commit-ID: It0T7dRhAj1

--HG--
extra : rebase_source : 9ef82caf78616bec142e22045f45141f5c8cf45c
2016-05-25 13:35:04 -04:00
L. David Baron
792af6db64 Bug 1272857 - Fix some tree performance tests to read/write element.style.marginInlineStart instead of just element.marginInlineStart. r=gregtatum
This is a followup to bug 1111440.

MozReview-Commit-ID: BHCexWmrHoT
2016-05-25 16:30:20 -07:00
Jonathan Kingston
5e3f3daf5c Bug 1273696 - Move pref reset button for cert errors and hide retry when pref reset is possible. r=mgoodwin, r=past
MozReview-Commit-ID: 2znWHkmitnF

--HG--
extra : transplant_source : 0%D0%0F%98%81D%D7x%F9%7E%B8%20%1F%F8r%F2f%17%DE%0C
2016-05-18 13:47:38 +01:00
Brian Grinstead
59ac1ee863 Bug 1275706 - Tune eslint max line length to 90. r=jryans
MozReview-Commit-ID: BcMKGVZoXND

--HG--
extra : transplant_source : %04n%25%A3%B7G%C5%98/%15%07i%99%27%16p%86%15%9A%FF
2016-05-25 13:46:05 -07:00
moby
cf61a0ce2e Bug 1256916 - Fix eslint issues in devtools/client/webconsole/test/browser_webconsole_show_subresource_security_errors.js. r=bgrins 2016-05-25 11:36:00 -04:00
Ralph Giles
c8210f43ce Bug 1275439 - Switch debugging to MOZ_LOG. r=erahm
This is shorter than MOZ_LOG_MODULES and equally clear.

Add a deprecation warning to encourge folks to migrate,
and update references in the test runner.

MozReview-Commit-ID: HYY3Q9tSu13

--HG--
extra : rebase_source : 83dfe510a34fa82681d6bf7b628bcca075122544
2016-05-16 15:49:20 -07:00
Wes Kocher
9ca4638c24 Merge m-c to inbound, a=merge 2016-05-25 15:39:57 -07:00
Wes Kocher
cbb588d022 Merge fx-team to central, a=merge 2016-05-25 15:36:21 -07:00
Joel Maher
a6fcbcf0a3 Bug 1270962 - move tests which access the clipboard to subsuite 'clipboard'. r=bgrins,ryanvm,armenzg a=merge
MozReview-Commit-ID: IZziPmwFtHj

--HG--
extra : source : a50249d48b1e86a3749bccc51ece4d1a827a621c
2016-05-25 15:28:24 -04:00
Sebastian Hengst
aeeebc9c3a Backed out changeset 8b5b058bf71f (bug 1270686) for crashes. r=backout on a CLOSED TREE 2016-05-25 20:46:31 +02:00
Sebastian Hengst
131c04194a Backed out changeset e24bac891d7d (bug 1272012) for timing out in test_bug615833.html on OS X 10.10 debug. r=backout 2016-05-25 18:19:50 +02:00
Sebastian Hengst
1ebe7c3c5e Backed out changeset 5e25db36b720 (bug 1272012) 2016-05-25 18:19:43 +02:00
Yura Zenevich
54b7c996a0 Bug 1272491 - better names within browser/ a11y tests. r=tbsaunde
MozReview-Commit-ID: Iwin16xJzqJ
2016-05-25 12:01:46 -04:00
Yura Zenevich
7d43849773 Bug 1272491 - fire xpcom show/hide events with e10s. r=tbsaunde
MozReview-Commit-ID: 9nwyHJMdlwO
2016-05-25 12:01:35 -04:00
Alexandre Poirot
06d44f0da1 Bug 1268450 - Fix 'Plus' key shortcut support. r=jryans 2016-05-25 08:31:06 -07:00
Alexandre Poirot
62f89d6879 Bug 1268450 - Accept loose digits for azerty keyboards. r=jryans 2016-05-25 08:31:06 -07:00
Alexandre Poirot
c77bd1981b Bug 1268450 - Convert toolbox key shortcut to stop using XUL. r=jryans 2016-05-25 08:31:05 -07:00
J. Ryan Stinnett
866de622fc Bug 1273967 - Include DevTools command line handler via category entry. r=ochameau
MozReview-Commit-ID: PeO83Q6GLV
2016-05-25 10:11:10 -05:00
Carsten "Tomcat" Book
de96ed94a7 Merge mozilla-central to fx-team 2016-05-25 15:21:01 +02:00
Carsten "Tomcat" Book
c715836c7f merge mozilla-inbound to mozilla-central a=merge 2016-05-25 15:04:00 +02:00
Carsten "Tomcat" Book
d43569f28f Backed out changeset 3c599aa289d8 (bug 1265718) for timeouts in test_animation_actor-lifetime.html 2016-05-25 13:25:59 +02:00
Carsten "Tomcat" Book
ea8362bfe9 Backed out changeset 2044b159f030 (bug 1275281) for causing frequent timeouts in tc-M-e10s dt tests
--HG--
extra : rebase_source : 6d9a8fb946f720c379ea5b9369ad7ba5495cdc22
2016-05-25 08:57:36 +02:00
Jared Wein
c9627dfdcd Backout patch for bug 1211647 to allow more time for investigating startup hang/crash on debug builds. r=me
MozReview-Commit-ID: CuG6yjUFQIt
2016-05-25 00:15:49 -04:00
Phil Ringnalda
0ce9dc7391 Back out 3 changesets (bug 1274520) for failures in various videocontrols tests
CLOSED TREE

Backed out changeset 788365ddaf61 (bug 1274520)
Backed out changeset 6c204be833d1 (bug 1274520)
Backed out changeset 4f15271e5488 (bug 1274520)
2016-05-24 19:45:17 -07:00
Xidorn Quan
50134ac5fb Bug 1274520 part 3 - Listen video events in system group. r=gijs
MozReview-Commit-ID: 4h9Oa9qMVc5

--HG--
extra : source : 65e3391dd4f4f2805736f59a30357c5eab266fae
2016-05-25 09:45:56 +10:00
Xidorn Quan
68570fbbac Bug 1274520 part 2 - Listen control events in video controls on system group. r=gijs
MozReview-Commit-ID: Bs4MZvGefJj

--HG--
extra : source : 0c0fafdc10e241d0ef972c068873da43e568239b
2016-05-25 09:45:56 +10:00
Xidorn Quan
310cb4cee4 Bug 1274520 part 1 - Add mozSystemGroup to EventListenerOptions for chrome and XBL to add listener in the system group. r=smaug
MozReview-Commit-ID: 6DdLMEazWIC

--HG--
extra : source : 14d0e29812aa13bc308b56f4e6d85454929b8b9d
2016-05-25 09:45:56 +10:00
Xidorn Quan
de009af3c8 Bug 1274104 part 4 - Move test_videocontrols back to normal mochitest. r=jaws
There was some mistake in patch of bug 694696 which incorrectly added
'skip-if' for some unrelated test. This patch reverts those mistakes in
addition to just moving the test back.

It also attaches the "fullscreen" tag to the test as it triggers that.

MozReview-Commit-ID: 2PMX6PFZWm2

--HG--
extra : source : bd575feaee3d1e434d073f386d4095998f5644db
2016-05-25 09:39:38 +10:00
Xidorn Quan
654adde71c Bug 1274104 part 3 - Always treat fullscreen button is available. r=jaws
MozReview-Commit-ID: 6wZFpBdOVqR

--HG--
extra : source : 87504dd0ba05da7733a7a4d83aacc4ff0f548daf
2016-05-25 09:39:38 +10:00
Xidorn Quan
242697acbf Bug 1274104 part 2 - Use SpecialPowers rather than chrome-only things. r=jaws
MozReview-Commit-ID: Bgtizyh1iSX

--HG--
extra : source : c0dbc57963f33e1ff0f92a0e7a6919d8496c6f09
2016-05-25 09:39:38 +10:00
Xidorn Quan
67c37d08a3 Bug 1274104 part 1 - Allow mochitest main document to request fullscreen. r=jmaher
MozReview-Commit-ID: 4x40C0yGGKR

--HG--
extra : source : 92b3d49fd9af8bc88b37d7ee0278899548870bc9
2016-05-25 09:39:38 +10:00
Bob Owen
20bfb2b8a0 Bug 1275194: Null check mPrt in nsPrintEngine::FirePrintingErrorEvent before notifying listeners. r=jimm
MozReview-Commit-ID: CSukeDyGAvD

--HG--
extra : rebase_source : 0a90b4e9f34065d8fa31938f917b304b7e370e74
2016-05-24 08:18:54 +01:00
Valentin Gosu
cfeaa232ee Bug 1271955 - Fix web-platform test a=testonly CLOSED TREE
MozReview-Commit-ID: 8tcrrlJZFFw
2016-05-25 17:55:39 +02:00
Mike Shal
0d2407be47 Bug 1275355 - Move host_jskwgen invocation to moz.build; r=chmanchester
MozReview-Commit-ID: 3tUzmxYbV8O

--HG--
extra : rebase_source : ce1897a787f1b92512e1592557c446a1e6a2e767
2016-05-23 13:59:37 -04:00