Eitan Isaacson
2ae78b9900
Bug 1279214 - Use DOM instead of layout in HTMLComboboxAccessible::SelectedOption. r=surkov
...
MozReview-Commit-ID: GrBSyR9bABT
--HG--
extra : rebase_source : 4d5dab803751cde3f0943ca4649f5820eef1753a
2016-06-30 19:59:38 -07:00
J.C. Jones
afe8f0c2f8
Bug 1273475 - use release assertions for PSM->NSS shutdown. r=ttaubert
...
Update the prior patch to use MOZ_RELEASE_ASSERT so that we cleanly crash
if there's still an error somewhere in this logic, instead of deadlocking
on beta (but crashing on aurora).
MozReview-Commit-ID: InttEcC55Dn
--HG--
extra : rebase_source : c79726acbaf1eb8374500f43cd3c7d33362466ad
2016-08-05 14:47:23 -07:00
Edgar Chen
aa6fa99c93
Bug 1281670 - Keep reparsing style attribute if we had parsed it once. r=bz
...
MozReview-Commit-ID: 4TeWC3Oepe4
--HG--
extra : rebase_source : 8994e12ca2cabfa0e4df251c5c22cf3840c1ed4c
2016-08-08 18:29:11 +08:00
Benjamin Neff
6a620e46f4
Bug 1272332 - Allow dark gtk theme with environment variable. r=karlt
...
--HG--
extra : rebase_source : 3ccc334fc82066fa43e39a426fec2bea30290a4f
2016-08-05 15:21:00 +02:00
Kim Moir
904d639196
Bug 1282468 - disable buildbot asan builds and tests on trunk r=gbrown
2016-08-10 10:26:58 -04:00
Ben Tian
6107aa70d5
Bug 1272297 - Do not check pattern validity while parser is creating this input element. r=smaug
2016-08-09 15:21:15 +08:00
Marcos Caceres
4b42312a6f
Bug 1160200 - APNG can't be used with type switching. r=mcaceres, r=jrmuizel, r=johns
2016-08-09 22:15:00 +02:00
Kilik Kuo
823b42df5f
Bug 1150371 - [Part2] DRM UI should not show up when Clearkey is the only one CDM created successfully. r=florian
...
MozReview-Commit-ID: GaklA7OEmQy
--HG--
extra : transplant_source : HF%8F%2B%1E%3E%94%03%D9%AB%C0%8F%03X%C5D%3C%F3%E8c
2016-08-09 16:19:05 +08:00
Kilik Kuo
9d1d7f520e
Bug 1150371 - [Part1] - Remove 'Learn more about Drm...' from r-click context menu if it's a MediaElement for clearkey content. r=florian
...
MozReview-Commit-ID: 2OrP7bM40pS
--HG--
extra : transplant_source : %9FN%84%7E%02%E8%F5%8A%40M%5C9%93%86%B4%A8%A4%85%01%9E
2016-08-06 17:33:11 +08:00
John Dai
a14b337bab
Bug 838954 - Add a newline in .innerHTML serialization of <pre> when first character is a newline. r=smaug
2016-08-08 23:55:00 +02:00
John Dai
3cacba17b7
Bug 838954 - Remove redundant trailing spaces. r=smaug
2016-08-03 19:49:00 +02:00
Thomas Wisniewski
1fbaa831cc
Bug 826619 - Remove Canvas mozFillRule. r=mrbkap r=bas
2016-08-04 15:05:50 -04:00
Carsten "Tomcat" Book
4f6b9572f5
Merge mozilla-central to mozilla-inbound
2016-08-10 16:02:57 +02:00
Carsten "Tomcat" Book
553a2da922
merge mozilla-inbound to mozilla-central a=merge
2016-08-10 15:54:26 +02:00
Carsten "Tomcat" Book
5a14c558ee
merge fx-team to mozilla-central a=merge
2016-08-10 15:52:07 +02:00
Tooru Fujisawa
aaded019c5
Bug 1292536 - Always add horizontal padding to Reader Mode body to avoid overlap with toolbar. r=jaws
2016-08-10 22:26:08 +09:00
Tooru Fujisawa
fd6bb53cea
Bug 1293551 - Part 2: Add debug-only function to dump Promise allocation site and resolution site. r=till
2016-08-10 22:26:08 +09:00
Tooru Fujisawa
aad6e47f0d
Bug 1293551 - Part 1: Add js::BuildUTF8StackString function. r=fitzgen
2016-08-10 22:26:08 +09:00
Tooru Fujisawa
bd1fd2e729
Bug 1016936 - Part 4: Add test for IteratorNext with non-object returned by iterator.next(). r=jorendorff
2016-08-10 22:26:08 +09:00
Tooru Fujisawa
453cda5798
Bug 1016936 - Part 3: Support JSOP_CHECKISOBJ in Ion. r=jandem
2016-08-10 22:26:07 +09:00
Tooru Fujisawa
726a539a34
Bug 1016936 - Part 2: Support JSOP_CHECKISOBJ in baseline. r=jandem
2016-08-10 22:26:07 +09:00
Tooru Fujisawa
142095d2ef
Bug 1016936 - Part 1: Throw if the value returned by iterator.next() is not an object. r=jorendorff
2016-08-10 22:26:07 +09:00
Nicolas Silva
be105fa438
Bug 1292870 - Record/replay clips and transforms properly in CanvasRenderingContext2D. r=Bas
2016-08-10 14:30:51 +02:00
Nicolas Silva
70353ca51d
Bug 1292545 - Don't optimize away the canvas copy if clips are applied. r=ethlin
2016-08-10 14:30:48 +02:00
Nicolas Silva
bb3580a385
Bug 1293693 - FillRect covering the entire canvas can skip copying the previous frame if the composite op is SOURCE, but not DEST_OUT. r=ethlin
2016-08-10 14:30:45 +02:00
Nicolas Silva
34d30ff986
Bug 1293772 - Check that the TextureClient is not internally shut down in Lock, Unlock and BorrowDrawTarget. r=jnicol
2016-08-10 14:30:42 +02:00
Eddy Bruel
974151839a
Bug 1271650 - Add GC typedefs for commonly used debugger types. r=fitzgen
2016-08-10 14:24:50 +02:00
Eddy Bruel
2330c2ae38
Bug 1271650 - DebuggerFrameVector should be a GCVector<DebuggerFrame*>. r=fitzgen
2016-08-10 14:23:36 +02:00
Sebastian Hengst
7fb9314ebd
Bug 1210985 - More specific error message for "useCredentials" and wildcard allowing origin. r=browser-chrome-fix
2016-08-10 14:10:45 +02:00
cku
946629d6d2
Bug 1291280 - Part 4. Fix compile error after enable-mask-as-shorthand. r=me
...
MozReview-Commit-ID: Edy8CiMGCfK
--HG--
extra : rebase_source : d71674ac41d063f85d4658d683cdf315283643ea
extra : amend_source : e897c5cd5e7db049abfb4c9657038f7d820e2913
2016-08-10 19:37:55 +08:00
Andrew Osmond
9d456f9fe3
Bug 1293577 - Protect the image decoding task path with a mutex to avoid race conditions. r=seth
2016-08-10 07:35:07 -04:00
Dão Gottwald
347cc05845
Bug 1289659 - Account for placesContext not existing in non-browser windows on Mac. r=mdeboer
2016-08-10 13:49:20 +02:00
Dão Gottwald
9cf5fa0f6e
Bug 1292633 followup, use hsl instead of rgb color notation
2016-08-10 13:47:49 +02:00
Sebastian Hengst
6ed5110691
Backed out changeset ff84b85aa1cb (bug 1291667) for asserting at nsRuleNode.cpp:1322 and failing mochitests and reftests. r=backout
2016-08-10 12:59:15 +02:00
Sebastian Hengst
e0e540f8a9
Backed out changeset 4453b10529a2 (bug 1291667)
2016-08-10 12:58:24 +02:00
Neil Rashbrook
f78b2736a5
Bug 1292502 Fix mismatch between mModalStateDepth and mSuspendedDoc r=smaug
2016-08-10 11:39:54 +01:00
Heiher
6497612dd6
Bug 1293606 - IonMonkey: MIPS: Import Loongson optimizations to ma_load and ma_store baseindex. r=arai
...
---
.../jit/mips-shared/MacroAssembler-mips-shared.cpp | 110 +++++++++++++++++++++
1 file changed, 110 insertions(+)
2016-08-10 14:18:22 +08:00
Ravi Shankar
7d175e35ed
Bug 1291667 - Removed unused variant 'MozNone' from StyleUserSelect enum class; r=heycam
...
MozReview-Commit-ID: 7VxjNbunHC8
2016-08-10 13:57:32 +08:00
Ravi Shankar
049a72eb4c
Bug 1291667 - Change NS_STYLE_USER_SELECT_* constants to enum classes; r=Manishearth,heycam
...
MozReview-Commit-ID: 2qBMmQrtuR9
2016-08-10 13:57:32 +08:00
James Long
bf696aae6c
Bug 1293325 - update Firefox debugger bundle r=me
2016-08-10 00:04:31 -04:00
Mark Hammond
aa9574aefc
Bug 1293128 - use an appropriate entry-point when opening about:accounts via the SyncedTabs menu. r=eoger
...
MozReview-Commit-ID: Da9JH92Ny0F
2016-08-10 12:35:11 +10:00
Mohammed Habeeb
c47ba3499a
Bug 1261313 - Remove RemoveVisitsByTimeframe API. r=adw
...
MozReview-Commit-ID: 8Ykvc2td2hx
2016-08-09 16:44:17 +05:30
Drew Willcoxon
2cfbfea91c
Bug 1293842 - Enable browser_thumbnails_update.js on e10s. r=adw
...
MozReview-Commit-ID: 8ZMnCag9bV7
2016-08-09 17:48:54 -07:00
Drew Willcoxon
ba64c256df
Bug 1293499 - Fix PageThumbs.captureAndStore for e10s: redirects and channel errors. r=markh
...
MozReview-Commit-ID: HULg4Ja0NmF
2016-08-09 17:48:34 -07:00
Wes Kocher
41e9dbb0bb
Backed out 4 changesets (bug 1206233) for xpcshell bustage
...
Backed out changeset 5fd912b9afed (bug 1206233)
Backed out changeset 3e0bcd0f52c7 (bug 1206233)
Backed out changeset c3796270f3c2 (bug 1206233)
Backed out changeset 855fe322a553 (bug 1206233)
2016-08-09 17:24:03 -07:00
Cory Price
3421340494
Bug 1274332 - Add testpilot.firefox.com to the xpinstall whitelist. r=dolske,s.kaspari
2016-08-09 14:27:14 -07:00
Florian Quèze
e32be300ed
Bug 1206233 - Update webrtc browser-chrome tests to pass without the webRTC-sharingDevices doorhanger, r=johannh.
2016-08-09 22:52:27 +02:00
Florian Quèze
a0f3dbe1bd
Bug 1206233 - Removed the old device/screen sharing doorhangers, r=johannh.
2016-08-09 22:50:53 +02:00
Florian Quèze
26bd96af1b
Bug 1206233 - Show devices actively streaming in the control center panel, r=johannh.
2016-08-09 22:50:53 +02:00
Florian Quèze
e30efdb17b
Bug 1206233 - Implement the animated sharing indicator above the control center (i) icon, r=johannh.
2016-08-09 22:50:52 +02:00