Michael Ratcliffe
ec7039917e
Bug 1311409 - Eyedropper click doesn't work, have to use Enter key r=me
2016-10-22 00:22:01 +01:00
Benjamin Bouvier
c6d93f3a6a
Bug 1310949: Render the Start section and reorder section rendering; r=luke
...
MozReview-Commit-ID: 1wudaQ2s3Bu
--HG--
extra : rebase_source : fe660284c552caafac7b2a1f422d7c80e215e1b4
2016-10-21 19:48:35 +02:00
Mike Conley
0a663f0572
Bug 1309980 - Follow-up to fix a typo in a pref name. r=jaws a=ritu
...
MozReview-Commit-ID: 7qL95EQcASv
2016-10-21 09:58:52 -04:00
Eric Rahm
fe17c07cae
Bug 1311191 - Part 2: Convert |inIDOMUtils.getCSSStyleRules| to |nsIArrayExtensions|. r=heycam
...
This converts |getCSSStyleRules| to return an |nsIArrayExtensions| instead of
an |nsISupportsArray|. |nIArrayExtensions| still provides the iteration
mechanisms -- |Count| and |GetElementAt| -- that add-ons expect so they should
not be affected.
MozReview-Commit-ID: ZdrFrbclX8
2016-10-24 13:24:28 -07:00
Eric Rahm
ea799cdb96
Bug 1311191 - Part 1: Add nsISupportsArray-like iteration to nsArray. r=froydnj
...
This adds an intermediate interface, nsIArrayExtensions, that inherits from
nsIArray. This is necessary as nsISupportsArray implements nsIArray as well
so the methods could not just be addded to nsIArray. nsIMutableArray inherits
from nsIArrayExtensions and so any interface that works with an nsIMutableArray
can be updated to return an nsIArrayExtensions.
This will allow interfaces that currently return an nsISupportsArray to instead
return an nsIArrayExtensions and internally work with an nsIMutableArray.
Consumers of these functions will continue to be able to use
nsISupportsArray-like iteration even though they're now working with an
nsIArray.
MozReview-Commit-ID: 9uRjsJbg9Jp
2016-10-24 13:24:26 -07:00
Luke Wagner
bb5274e9bf
Bug 1311994 - Baldr: remove Wasm object (r=sunfish)
...
MozReview-Commit-ID: CkrYWLFoKAE
--HG--
extra : rebase_source : d36f8b0bcb80d0ab5add43594e286fc33411be43
2016-10-24 13:20:59 -05:00
Luke Wagner
b615e9b281
Bug 1311994 - Baldr: add flags immediates to current_memory/grow_memory/call_indirect (r=sunfish)
...
MozReview-Commit-ID: 4qwtPliyesH
--HG--
extra : rebase_source : a853549266fb1c3c763b90680eb5637e1cc13cb5
2016-10-24 13:20:53 -05:00
Luke Wagner
440f0a594e
Bug 1311994 - Baldr: update op codes to match 0xd (r=sunfish)
...
MozReview-Commit-ID: BIEiK8tiAFi
--HG--
extra : rebase_source : 5a0808b004a32dac52d135ea4ba81681ef2c501d
2016-10-24 13:14:30 -05:00
Luke Wagner
37c2676a61
Bug 1311994 - Baldr: update type codes to match 0xd (r=sunfish)
...
MozReview-Commit-ID: 7pCkgkiouDY
--HG--
extra : rebase_source : 8032194e65c7c91693795098ae3d865b563b8036
2016-10-24 13:10:32 -05:00
Lee Salzman
af0242407d
Bug 1299435 - part 5 - adjust fuzz for Skia m55 update. r=mchang
...
MozReview-Commit-ID: I58xWEmBARK
2016-10-24 15:22:28 -04:00
Lee Salzman
97e509997e
Bug 1299435 - part 4 - update Skia source to m55. r=mchang
...
MozReview-Commit-ID: 8TA6Lovdc28
--HG--
rename : gfx/skia/skia/src/animator/SkCondensedDebug.cpp => gfx/skia/skia/src/animator/SkCondensedDebug.inc
rename : gfx/skia/skia/src/animator/SkCondensedRelease.cpp => gfx/skia/skia/src/animator/SkCondensedRelease.inc
2016-10-24 15:22:26 -04:00
Lee Salzman
1509100554
Bug 1299435 - part 3 - fix Skia npapi for Skia m55 update. r=mchang
...
MozReview-Commit-ID: 3XKlF5D2On
2016-10-24 15:22:22 -04:00
Lee Salzman
ab9cf08d5a
Bug 1299435 - part 2 - fix Moz2d for Skia m55 update. r=mchang
...
MozReview-Commit-ID: 8jRzOaS5vqy
2016-10-24 15:22:20 -04:00
Lee Salzman
d3d6a89296
Bug 1299435 - part 1 - fix Skia moz.build for Skia m55 update. r=mchang
...
MozReview-Commit-ID: IFyQJUElomB
2016-10-24 15:22:16 -04:00
Jan Varga
e15de1fcc5
Bug 768074 - Update Snappy library to revision >= r59 to get ARM optimizations; r=bkelly
2016-10-24 21:19:24 +02:00
Kartikaya Gupta
3af5c36a88
Bug 1312059 - Stop passing the CompositorBridgeParent into the APZCTreeManager; instead the necessary subinterfaces can be obtained via the LayerTreeState. r=botond
...
MozReview-Commit-ID: 3N8vC3l3jfV
2016-10-24 15:12:57 -04:00
Kartikaya Gupta
98051ec8f2
Bug 1312059 - Extract a MetricsSharingController interface for the APZC code to use when dealing with shared frame metrics. r=botond
...
MozReview-Commit-ID: 9b2Vfamr1XT
2016-10-24 15:12:55 -04:00
Kartikaya Gupta
dbedac3125
Bug 1312059 - Extract a CompositorController interface for the APZ code to request composites and do other compositor-related things. r=botond
...
MozReview-Commit-ID: Ja9NGu2oWPN
2016-10-24 15:12:53 -04:00
Michal Novotny
f3ecdc91f2
Bug 1311361 - Crash in mozilla::net::CacheFileChunkBuffer::SetDataSize, r=honzab
2016-10-24 20:47:56 +02:00
Eric Rahm
125365b7da
Bug 1312144 - Part 1: Stop using nsISupportsArray in nsDirectoryViewer. r=froydnj
...
This swaps out nsIMutableArray for nsISupportsArray.
MozReview-Commit-ID: 9iZynpMcq6A
2016-10-24 11:31:15 -07:00
Eric Rahm
3bb810e812
Bug 1312144 - Part 0: Cleanup formatting. r=froydnj
...
This just cleans up some indentation and if statements.
MozReview-Commit-ID: JT585Zg4iJY
2016-10-24 11:31:14 -07:00
Bob Clary
7d8ea8a26f
Bug 1306703 - Autophone - mozdevice - combine stdout, stderr, r=droeh,gbrown
2016-10-24 11:09:57 -07:00
Bob Clary
6c9a138775
Bug 1306703 - Autophone - mozdevice - minimal Android 7 support in adb*.py, r=droeh
2016-10-24 11:09:57 -07:00
Sebastian Hengst
1d68ef32e7
Backed out changeset 1fc115bbc7be (bug 1310967) for failing test_messageEvent_init.html. r=backout
2016-10-24 19:14:38 +02:00
Kartikaya Gupta
a5b8dc0091
Bug 1219296 - Followup to fix stale code comments. r=me and DONTBUILD
...
MozReview-Commit-ID: 65hNR0nUQP
2016-10-24 13:07:01 -04:00
Tooru Fujisawa
0867e151d5
Bug 1290506 - Clone RegExp object at the top of RegExpGlobalReplaceOptFunc and RegExpGlobalReplaceOptElemBase to avoid the effect of RegExp#compile. r=till
2016-10-25 00:54:23 +09:00
Tooru Fujisawa
6ed0738dc1
Bug 1311633 - Add disRegExp testing function. r=till
2016-10-25 00:54:23 +09:00
Tooru Fujisawa
bfe7fdd732
Bug 1279545 - Part 2: Add tests for RegExp parse tree. r=till
2016-10-25 00:54:22 +09:00
Tooru Fujisawa
bbf362285f
Bug 1279545 - Part 1: Add parseRegExp testing function. r=till
2016-10-25 00:54:22 +09:00
Stephen A Pohl
872ca624a7
Bug 1183037: Ensure that autocomplete popups can be displayed again after being dismissed the first time. r=mconley
2016-10-24 11:46:16 -04:00
Edwin Flores
5dc1ef0755
Bug 925645 - Turn SharedSurface::mGL into a WeakPtr<> - r=jgilbert
2016-10-24 16:35:31 +01:00
Andrea Marchesini
1a3cb83d92
Bug 1310967 - Update MessageEvent to the latest spec, r=smaug
2016-10-24 17:10:46 +02:00
Carsten "Tomcat" Book
b9e15ec151
Merge mozilla-central to mozilla-inbound
2016-10-24 16:56:37 +02:00
Carsten "Tomcat" Book
e3e8571c53
merge mozilla-inbound to mozilla-central a=merge
2016-10-24 16:55:47 +02:00
Carsten "Tomcat" Book
d7fd96b2af
Backed out changeset 8cb2020d0325 (bug 1308996) for arm failures
2016-10-24 16:49:02 +02:00
Xidorn Quan
0e7a21831d
Bug 1311598 part 4 - Split binding types from ServoBindings.h into ServoBindingTypes, and merge ServoBindingHelpers into it. r=heycam
...
MozReview-Commit-ID: CKvBMOapqlI
--HG--
extra : rebase_source : 83531296b4b8a8a9c54f03953cab2a48e8c6cbad
extra : source : e1c6c680a4718619e1a4cbecd84cccac4101d69b
2016-10-24 20:16:46 +11:00
Xidorn Quan
131121fc77
Bug 1311598 part 3 - Add include ServoBindings.h to files need it. r=heycam
...
MozReview-Commit-ID: 3fI0bt4p8Jd
--HG--
extra : rebase_source : 86fa88f15183d1503c92044afca3e86649ec2523
extra : source : 5acc7cffb73234e2664c31f8283fa8a50f0be1b5
2016-10-24 20:16:46 +11:00
Xidorn Quan
a7771e9c76
Bug 1311598 part 2 - Declare Servo_GetStyle* functions in nsStyleContext.h. r=heycam
...
MozReview-Commit-ID: 5i3rX4ateH3
--HG--
extra : rebase_source : f541b11b9eeb5b76be99277300faf3cbfc777eca
extra : source : c600b8ff90d4d9f6e5a4aefcc4230842da22615e
2016-10-24 20:16:46 +11:00
Xidorn Quan
d5b39f0e15
Bug 1311598 part 1 - Move PropertyValuePair::operator== into cpp file. r=birtles
...
MozReview-Commit-ID: 3TC11FtqDsu
--HG--
extra : rebase_source : 9b2f8abe575b14368b8962c5a51c776fcb9ad3d1
extra : source : 8a45444e157137455409e639ddd743b079ed9b0f
2016-10-24 20:16:46 +11:00
Nathan Froyd
d1879e1c4b
Bug 1312104 - part 2 - use FloatingPoint<>::kSignBit in lieu of hand-rolled constant; r=janv
...
This way is a little bit more readable.
2016-10-24 13:22:54 -04:00
Nathan Froyd
7f6b03f97d
Bug 1312104 - part 1 - use BitwiseCast for punning between uint64_t/double in indexedDB; r=janv
...
We have code elsewhere for this sort of stuff; let's use it here.
2016-10-24 13:22:54 -04:00
Jan Varga
3e0e4383f2
Bug 1272855 - dom/indexedDB/test/unit/test_quotaExceeded_recovery.js incurs ~3.5 GB of I/O; r=baku
2016-10-24 11:18:25 +02:00
David Anderson
b6b222c57c
Ensure the hang monitor is enabled in the GPU process. (bug 1311716
, r=billm)
2016-10-24 01:07:54 -07:00
David Anderson
75f2e81dae
Fix assert deallocating shmems on GPU process restart. (bug 1311715, r=mattwoodrow)
2016-10-24 01:05:23 -07:00
Fred Lin
dba3634510
Bug 1308440 - fix related contextMenu tests; r=Tomcat
...
MozReview-Commit-ID: BXBm42C1Xu
2016-10-24 03:21:00 +02:00
Rob Wu
e668502481
Bug 1287007 - Fix timing issue in browser_ext_windows_create_tabId.js r=billm
...
When tabs.onUpdated is called before the promise of windows.create
resolves, the test fails.
This test failure was observed on almost every try run with non-e10s,
and sometimes (rarely) with e10s.
MozReview-Commit-ID: 3znCP1uAUSB
--HG--
extra : rebase_source : ec150b83f85a50f75eda2a0e41f3a60611625046
2016-10-21 01:35:03 +02:00
Benjamin Bouvier
72356e9d78
Bug 1310949: Use wasmFullPass for even more tests; r=luke
...
MozReview-Commit-ID: 1FmHsS6R76Y
--HG--
extra : rebase_source : c1e258472cddd84a4682cd672576b80c938d121c
2016-10-20 18:59:37 +02:00
Benjamin Bouvier
b87511701c
Bug 1310949: Render table and elem sections; r=luke
...
MozReview-Commit-ID: Lm2YKBz9wsz
--HG--
extra : rebase_source : e07503aaab7943fb1242d0f1492c76a3e77f187c
2016-10-20 18:12:27 +02:00
Benjamin Bouvier
d61d3482c4
Bug 1310949: Factor out DecodeMemorySection and properly render it; r=luke
...
MozReview-Commit-ID: D6WDtpzCXeX
--HG--
extra : rebase_source : 430c6ab76db1cff541f75bae7a02e4aa9a334096
2016-10-21 16:14:12 +02:00
Julian Seward
f053c45f0d
Bug 1312344 - Remove just enough NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW uses to stop segfaulting for GCC 6 -O2 builds. r=froydnj.
...
--HG--
extra : rebase_source : 52eb9a1ea2b6a387942eee383be22ed7ab771838
2016-10-25 08:18:03 +02:00