J. Ryan Stinnett
0119e527b3
Bug 1321831 - Delay loading RDM devices to allow faster open. r=ochameau
...
MozReview-Commit-ID: 4UkW0qjSAmr
--HG--
extra : rebase_source : 1d8bb05b41731b8bfe60cb6635bd7ddc3b2ae83f
2016-12-29 11:59:09 -06:00
Chris Manchester
0e8a0a1a8e
Bug 1328472 - Collect build stats for Android Taskcluster builds. r=nalexander
...
MozReview-Commit-ID: J3ARJqSM7in
--HG--
extra : rebase_source : bd91a89da95ce17d55e20053e85a6ef5ab037494
2017-01-03 16:58:20 -08:00
Towkir Ahmed
5fb25d056e
Bug 1325570 - The checkboxes from modal can now be checked/unchecked using the left click only; r=jryans
...
MozReview-Commit-ID: LPRzXjp7q6v
--HG--
extra : rebase_source : 198f3bec99e8a026cbef2f0103b40d1c1e2b53c2
2017-01-04 09:34:37 -06:00
Mike Taylor
a45c16df23
Bug 1328416. Add src param to track where compat reports are coming from. r=sebastian
...
MozReview-Commit-ID: GNLVJHVWEB4
--HG--
extra : rebase_source : 394c5cf6486271411fd4bff70dd7138f989a133f
2017-01-03 17:10:06 -06:00
Luke Chang
3911d558bb
Bug 1300993 - Connect satchel autocomplete to form autofill results instead of form history when appropriate. r=MattN
...
MozReview-Commit-ID: DcpC1oJCGwN
--HG--
extra : rebase_source : e7619e67d0dc2ee83380638997b52f0748625cdf
2016-12-22 17:53:17 +08:00
Scott Wu
cfee8bb73f
Bug 1326153 - Change Form Autofill feature flag to browser.formautofill.experimental r=MattN
...
MozReview-Commit-ID: 6QF0RVLRS61
--HG--
extra : rebase_source : bb9146ec662c6b17fe5f9527367a7b598f6b6984
2016-12-29 16:09:33 +08:00
Tomer Cohen
d0e2761f49
Bug 849404 RTL support for text/plain documents r=dbaron
...
The addition of unicode-plaintext to the pre element will make RTL text to appear from right to left. The html[dir] pre rule will make sure that this addition won't break the 'switch page direction' functionality.
MozReview-Commit-ID: 2JXJjqt2iuX
--HG--
extra : rebase_source : 98c85228ce50fa145bfaa77051532f69e92ba98d
2016-12-24 01:59:12 +02:00
John Lin
ecfd4663f7
Bug 1324530 - part 4: improve remote manager init wait time. r=snorp
...
Fix the issue that RemoteManager.init() will be block for 5s when onServiceConnected() is
finished before latch creation.
MozReview-Commit-ID: CYYpLpY7Ns9
--HG--
extra : rebase_source : cfb6a6aa25d1f274418f879e8a536dbdff664615
2016-12-23 16:28:48 +08:00
John Lin
2d0c14f448
Bug 1324530 - part 3: make codec methods that change state(start, stop, flush, release) synchronous. r=snorp
...
MozReview-Commit-ID: EVjtpzX9dbD
--HG--
extra : rebase_source : 26a5b10c3e3dbae0ffb2caad67863c5db7134275
2016-12-23 16:25:43 +08:00
John Lin
d483677db4
Bug 1324530 - part 2: rewrite the logic of discarding invalid buffers for flush. r=esawin
...
MozReview-Commit-ID: EwTRMaJOJhK
--HG--
extra : rebase_source : d636b2da2799029a8e78cfc23302bd0d63454efc
2016-12-28 15:56:42 +08:00
John Lin
a03d12f09c
Bug 1324530 - part 1: add method to AsyncCodec for resuming receiving input buffers after flush(). r=esawin
...
2 birds with 1 stone:
- according to MediaCodec doc, when running in async mode start() must be called after flush() to 'resume receiving input buffers'.
- in JellyBeanAsyncCodec's case, explicit resuming polling input buffers helps Codec decide which buffers are invalid by flush().
MozReview-Commit-ID: Ee5QbppgsVf
--HG--
extra : rebase_source : e1593952f0dbbdeabd07e014482bc161315b83de
2016-12-28 15:41:55 +08:00
Jonathan Hao
4acdd5c525
Bug 1270338 - Add a mochitest to ensure Sanitizer clears data for all containers. r=baku,tanvi
...
--HG--
extra : rebase_source : fde0d706abf24766d868004f192398a0b6a2f31e
2016-12-27 15:05:16 +08:00
Iris Hsiao
b16067d16c
Backed out changeset 602042c7e7a6 (bug 1326542) for mochitest browser chrome failures
2017-01-05 21:30:39 -05:00
Wes Kocher
1b9930db65
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 2ocdQCLe0I1
2017-01-05 17:31:25 -08:00
Makoto Kato
93a16746ac
Bug 1328558 - Remove unused insertElement member from TextEditRules. r=masayuki
...
Remove insertElement from TextEditRules due to unused. Also, comments into TextEditRules is out of date. We should update it using currect enum.
MozReview-Commit-ID: B1wczFWh2Ya
--HG--
extra : rebase_source : 910338b2f5d20316dcf11928e964346fa4aa8411
2017-01-04 18:51:44 +09:00
Andrew McCreight
e7ab9df938
Bug 1309420 - Disable browser_tab_dragdrop for ASan leaks. r=jaws
...
MozReview-Commit-ID: JjS8s5w6OTO
--HG--
extra : rebase_source : 1fcf997f1f168504a092fb5cd48c8078f82ba446
2017-01-05 15:14:22 -08:00
Jonathan Watt
a03162818c
Bug 1316654 - Fix the DrawTargetSkia::CreateSimilarDrawTarget check for non-raster backed SkCanvas to avoid false positives. r=lsalzman
2016-12-22 01:35:22 +00:00
Jonathan Watt
eb5cbfaadf
Bug 1328508 - Increase the print watchdog timer for debug builds, and add some warnings to make watchdog timeouts visible. r=bobowen
2016-12-19 10:12:39 +00:00
Alexandre Poirot
32a78e7d88
Bug 1320084 - Remove useless devtools JSM shims. r=jryans
...
MozReview-Commit-ID: JUui79wiNYi
2017-01-04 09:11:25 -08:00
Alexandre Poirot
693c71b018
Bug 1320084 - Remove project editor test files from firefox package. r=bgrins
...
MozReview-Commit-ID: FBvL2jtL2LZ
--HG--
rename : devtools/client/projecteditor/chrome/content/projecteditor-test.xul => devtools/client/projecteditor/test/projecteditor-test.xul
2017-01-04 09:11:25 -08:00
Alexandre Poirot
15c12bb01f
Bug 1320084 - Remove unused devtools/client/themes/dom.css file. r=Honza
...
MozReview-Commit-ID: 1sjsBmMUlGz
2017-01-04 09:11:24 -08:00
Florian Apolloner
534c99ffcd
Bug 1324929 - Accept ':' between url and line number in server side logs backtraces. r=ochameau
...
MozReview-Commit-ID: AtP0Gimrcxt
2017-01-04 09:11:24 -08:00
David Anderson
9267c1b0fe
Don't retain a ref to ImageContainers in ImageBridgeChild. (bug 1325784 part 6, r=nical)
2017-01-04 10:19:31 -05:00
David Anderson
61c82e108f
Remove PImageContainer. (bug 1325784 part 5, r=nical)
2017-01-04 10:19:30 -05:00
David Anderson
944e8cc055
Use async compositable IDs for image composite notifications. (bug 1325784 part 4, r=nical)
2017-01-04 10:19:30 -05:00
David Anderson
2d302f4637
Move async compositable ID allocation to ImageBridgeChild. (bug 1325784 part 3, r=nical)
2017-01-04 10:19:29 -05:00
David Anderson
e8efc823bc
Move CompositableMap into ImageBridge. (bug 1325784 part 2, r=nical)
2017-01-04 10:19:29 -05:00
David Anderson
bdaf0135d9
Move asyncID out of CompositableChild and into CompositableClient. (bug 1325784 part 1, r=nical)
2017-01-04 10:19:28 -05:00
Stephen A Pohl
49078b83e6
Bug 1326472: Fix compile warning introduced by bug 1309596. r=mstange
2017-01-04 10:31:17 -05:00
Carsten "Tomcat" Book
bf21cb8f03
Merge mozilla-central to mozilla-inbound
2017-01-04 16:18:24 +01:00
Stephen A Pohl
a481baefc3
Bug 1328604: Avoid displaying custom shortcuts on OSX until bug 429824 is fixed. r=mstange
2017-01-04 10:13:37 -05:00
Carsten "Tomcat" Book
b4e6d275b7
merge mozilla-inbound to mozilla-central a=merge
2017-01-04 16:09:56 +01:00
Carsten "Tomcat" Book
1076b02859
merge autoland to mozilla-central a=merge
2017-01-04 15:57:40 +01:00
Carsten "Tomcat" Book
be78cb36dd
Bug 1024734 - disable test_import.html a=me
...
--HG--
extra : rebase_source : d06ec37900fc83976b4d61456008bb3e44459bcd
2017-01-04 15:45:30 +01:00
ffxbld
8c2f5e9bdf
No bug, Automated blocklist update from host bld-linux64-spot-1064 - a=blocklist-update
2017-01-04 06:34:34 -08:00
ffxbld
c2cea3a621
No bug, Automated HPKP preload list update from host bld-linux64-spot-1064 - a=hpkp-update
2017-01-04 06:34:31 -08:00
ffxbld
ea89b1d359
No bug, Automated HSTS preload list update from host bld-linux64-spot-1064 - a=hsts-update
2017-01-04 06:34:29 -08:00
Carsten "Tomcat" Book
d05d412856
Backed out changeset 423594fd6c7e (bug 1325570) for eslint failure
2017-01-04 12:27:12 +01:00
Phil Ringnalda
82ebc0c5ea
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: FEe5yZfka5J
2017-01-03 18:40:26 -08:00
Phil Ringnalda
9cb2656068
Merge autoland to m-c, a=merge
...
MozReview-Commit-ID: IiAulVMFL0V
2017-01-03 18:32:28 -08:00
George Wright
301ac256ca
Bug 1324095 - Add GPU_PROCESS_INITIALIZATION_TIME_MS to track how long the GPU process takes to initialise excluding fork/xpcom initialisation times r=dvander,data-review=bsmedberg
2017-01-03 15:13:36 -05:00
Sebastian Hengst
d3f1bf94e1
Backed out changeset 2bd53e4e662b (bug 1303113) for various test failures in debug tests with e10s. r=backout
2017-01-03 20:53:59 +01:00
Ehsan Akhgari
1d19b4a99e
Bug 1128311 - Only flush the DNS cache when the last private browsing window is closed; r=mcmanus
2017-01-03 14:32:49 -05:00
Lee Salzman
37e1e73a58
Bug 1328337 - fix implicit conversion of glyph size from float to uint32_t in NativeFontResource::CreateScaledFont. r=bobowen
...
MozReview-Commit-ID: 9JcrfRYJ3ca
2017-01-03 14:20:16 -05:00
Emanuel Hoogeveen
f3e78de716
Bug 1328355 - Don't unintentionally crash from the exception handler on Windows. r=jandem
2017-01-03 11:49:00 -05:00
Andrea Marchesini
2781835fb3
Bug 1321550 - origin should not contain ref part of the URL, r=valentin
2017-01-04 14:53:57 +01:00
Andrea Marchesini
bc98b07905
Bug 1322550 - Rename DOMStorage to Storage, r=smaug
...
--HG--
rename : dom/storage/DOMStorage.cpp => dom/storage/Storage.cpp
rename : dom/storage/DOMStorage.h => dom/storage/Storage.h
rename : dom/storage/DOMStorageCache.cpp => dom/storage/StorageCache.cpp
rename : dom/storage/DOMStorageCache.h => dom/storage/StorageCache.h
rename : dom/storage/DOMStorageDBThread.cpp => dom/storage/StorageDBThread.cpp
rename : dom/storage/DOMStorageDBThread.h => dom/storage/StorageDBThread.h
rename : dom/storage/DOMStorageDBUpdater.cpp => dom/storage/StorageDBUpdater.cpp
rename : dom/storage/DOMStorageDBUpdater.h => dom/storage/StorageDBUpdater.h
rename : dom/storage/DOMStorageIPC.cpp => dom/storage/StorageIPC.cpp
rename : dom/storage/DOMStorageIPC.h => dom/storage/StorageIPC.h
rename : dom/storage/DOMStorageManager.cpp => dom/storage/StorageManager.cpp
rename : dom/storage/DOMStorageManager.h => dom/storage/StorageManager.h
rename : dom/storage/DOMStorageObserver.cpp => dom/storage/StorageObserver.cpp
rename : dom/storage/DOMStorageObserver.h => dom/storage/StorageObserver.h
2017-01-04 14:53:01 +01:00
Benjamin Bouvier
d43de884f1
Bug 1328151: Check for OOM in BinaryToAST initialization of result; r=luke
...
MozReview-Commit-ID: 3tnx4rS6rZc
--HG--
extra : amend_source : d3d4a59b4df0d4e4bb0a7eed171d33cea8c74973
2017-01-03 16:18:03 +01:00
ffxbld
62d7405e17
No bug, Automated blocklist update from host bld-linux64-spot-058 - a=blocklist-update
2017-01-03 06:55:03 -08:00
ffxbld
3efee76cf0
No bug, Automated HPKP preload list update from host bld-linux64-spot-058 - a=hpkp-update
2017-01-03 06:55:00 -08:00