Trevor Saunders
0acb0d8e82
bug 1241453 - factor dispatching nsIAccessibleEvents out of HandleAccEvent() r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
ee8519753c
bug 1241453 - add DocAccessibleParent::GetXPCAccessible() r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
535500b1e1
bug 1241453 - allow caching proxies in xpcAccessibleDocuments r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
8098d3b976
bug 1241453 - assert accessibles are only added to non remote xpcAccessibleDocuments r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
6f45c26224
bug 1241453 - allow caching xpc documents for remote documents r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
24fd26a373
bug 1241453 - fixup xpcAccessible Intl() methods to not assume mIntl is always an Accessible r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
64b8e7af37
bug 1241453 - allow xpcAccessibleDocument::mCache to use proxies as keys r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
971a1863ec
bug 1241453 - allow constructing xpcAccessibles with proxies r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
2b092a8a75
bug 1241453 - allow storing proxies in xpcAccessibleGeneric::mIntl r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
3479e52927
bug 1241453 - clean up GetAccessibleWrap() r=davidb
...
We can simplify it some to make better use of AccessibleOrProxy.
2016-01-26 07:49:25 -05:00
Trevor Saunders
f7f97fab77
bug 1241453 - switch MaiHyperLink to use AccessibleOrProxy r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
6b82afaf17
bug 1241453 - switch MaiAtkObject to use AccessibleOrProxy r=davidb
2016-01-26 07:49:25 -05:00
Trevor Saunders
16ea34561b
bug 1241453 - add an AccessibleOrProxy class r=davidb
...
We have several places that store either a ProxyAccessible* or an Accessible*
in the same member using a uintptr_t and stealing the lowest bit of the
pointer. The goal of the AccessibleOrProxy class is to make this simpler and
consolidate the logic involved in doing it.
2016-01-26 07:49:25 -05:00
Sebastian Hengst
e8ee89bba2
Backed out changeset 3a4b31e5c049 (bug 1241171) for W(5) orange on Linux x64 debug. r=bustage
2016-01-26 13:44:51 +01:00
Carsten "Tomcat" Book
cbfd69d140
Backed out changeset 066450137021 (bug 1213429) perma-orange Windows XP debug M(2) because of video_backlock.html on a CLOSED TREE
2016-01-26 13:23:24 +01:00
Carsten "Tomcat" Book
0aef8e65b5
Backed out changeset cfb447308e8a (bug 1241454) for bustage on a CLOSED TREE
2016-01-26 13:22:47 +01:00
Benjamin Bouvier
0021043626
Bug 1241454: Change SIMD opcodes encoding in wasm; r=luke, r=jolesen
2016-01-26 12:36:27 +01:00
John Daggett
355bed56c1
Bug 1240407 - assume default system font cascade for non-CJK langs under OSX. r=m_kato
2016-01-26 20:50:30 +09:00
Carsten "Tomcat" Book
b2ca0137cf
Merge mozilla-central to mozilla-inbound
2016-01-26 12:45:31 +01:00
Carsten "Tomcat" Book
864e28ffb5
no bug touching clobber to fix bustage on a CLOSED TREE
2016-01-26 12:43:00 +01:00
Carsten "Tomcat" Book
5bc7a904e7
Backed out changeset c93664e82808 (bug 1227980) for bustage on a CLOSED TREE
2016-01-26 12:26:24 +01:00
Ted Mielczarek
56b5d17371
Fix dep build bustage from bug 1069556. r=bustage CLOSED TREE HOSED TREE
2016-01-26 06:25:27 -05:00
Carsten "Tomcat" Book
e5db360177
merge mozilla-inbound to mozilla-central a=merge
2016-01-26 11:53:21 +01:00
Phil Ringnalda
a90f0e45cc
Back out changeset 3380feadf35b (bug 1242201) for being the wrong patch
...
CLOSED TREE
2016-01-25 19:54:12 -08:00
Gabriel Luong
51d48fd547
Bug 1242201 - Part 1: Make one instance of markup.css r=bgrins
2016-01-25 22:32:42 -05:00
Brian Grinstead
42fee75bc4
Bug 1016024 - Increase time limit for the log to finish in webconsole test to give extra space for linux debug runs;r=me
...
This test isn't actually meant to test the performance of logging, just that the timestamps are sensible.
2016-01-25 18:37:46 -08:00
Ehsan Akhgari
0300c324a9
Bug 1242722 - Remove clang-cl command-line argument workarounds; r=glandium
...
In https://llvm.org/bugs/show_bug.cgi?id=26090 , we changed the default
behavior of clang-cl to accept unknown command line arguments. This
patch removes the Firefox workaround for this issue.
2016-01-25 21:34:57 -05:00
Ehsan Akhgari
79d5b9b773
Bug 1242004 - Skip -Xclang arguments when generating clang compilation database or YouCompleteMe config; r=froydnj
...
clang based tools typically choke when they encounter a lot of -XClang
arguments, and since those args are passed to the cc1 driver they're
unnecessary for such tools anyways.
This helps people who have things like --enable-clang-plugin in their
mozconfig use clang based tools without having to remove these arguments
manually.
2016-01-25 21:34:57 -05:00
J. Ryan Stinnett
d7c6fcbf50
Bug 1239437 - Browser mochitests for responsive.html. r=pbrosset
2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
43ce575bcf
Bug 1239437 - xpcshell tests for responsive.html. r=pbrosset
2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
b610902039
Bug 1239437 - Allow run_test to be unused in xpcshell tests. r=pbrosset
2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
c89cbb39e7
Bug 1239437 - Stir in React and Redux. r=pbrosset,jlongster
2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
976fcce440
Bug 1239437 - Hide iframe border. r=pbrosset
2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
dd55540fd1
Bug 1239437 - Add a basic viewport frame. r=pbrosset
2016-01-25 19:44:08 -06:00
J. Ryan Stinnett
a8561e25d9
Bug 1239437 - Delegate to empty, new responsive UI tool if enabled. r=pbrosset
2016-01-25 19:44:08 -06:00
Makoto Kato
78d28beaec
Bug 1241408 - Update selection cache even if having read lock. r=masayuki
2016-01-26 10:33:38 +09:00
Matthew Gregan
19c2d4fee0
Bug 1242807 - Fix mp4parse-rust's error reporting via telemetry. r=giles
2016-01-26 14:27:35 +13:00
James Long
b62ccf2a47
Bug 1239060 - add exports hook in loader r=zer0
2016-01-25 20:23:04 -05:00
Dave Townsend
a249001637
Backing out bug 1237820 due to test failures.
2016-01-25 16:44:19 -08:00
Matt Woodrow
9dd9d30dbf
Bug 1231538 - Build a ContainerLayer for position:fixed and background-attachment:fixed content. r=roc
2016-01-26 13:36:48 +13:00
Brian Grinstead
5f15ef1281
Bug 1242716 - Get rid of CPOW usage in browser_webconsole_bug_585237_line_limit.js;r=linclark
2016-01-25 16:07:51 -08:00
Hugo Arregui
e036051675
Bug 1225063 - add option (devtools.markup.collapseAttributes) to enable/disable attribute collapsing from settings panel;r=bgrins
2016-01-25 16:02:31 -08:00
Wes Kocher
7295cf8c8b
Merge m-c to fx-team, a=merge
2016-01-25 14:07:49 -08:00
Nils Meinert
e383cfb308
Bug 1225102 - Stop recording addon telemetry details for GMP plugins. r=gfritzsche
2016-01-25 14:00:01 -08:00
Matthew Noorenberghe
ac4a5dea9e
Bug 1242103 - Add browser-chrome-screenshots test configs for Windows and Linux. r=armenzg
2016-01-25 13:57:34 -08:00
Matthew Noorenberghe
7d4a99dbb2
Bug 1242101 - Only capture mozscreenshots for Nightlies, try pushes and local builds. r=felipe
...
Don't generate images unless they're wanted and useful.
2016-01-25 13:57:37 -08:00
Gabriel Luong
8ba12a27ac
Bug 1242278 - Eslint cleanup of Inspector markup view r=pbro
2016-01-25 15:00:04 -05:00
Alexandre Poirot
a7dcdbf151
Backed out 3 changesets (bug 1003860) for dt6//browser_storage_basic.js failure on win7-debug a=merge
...
Backed out changeset 824ccce70bcf (bug 1003860)
Backed out changeset d1d1dbec6725 (bug 1003860)
Backed out changeset a4fe93d921ad (bug 1003860)
2016-01-25 11:56:07 -08:00
Wes Kocher
2659bcaedd
Merge fx-team to m-c a=merge
2016-01-25 13:57:54 -08:00
Wes Kocher
e9280db69c
Merge inbound to central, a=merge
2016-01-25 13:17:08 -08:00