Trevor Saunders
c9fb6d5adf
bug 1270916 - add a map from accessible and event type to an event r=davidb
2016-11-16 18:15:22 -05:00
Trevor Saunders
6da5ce0615
bug 1270916 - allow tracking when a mutation event was fired relative to other mutation events r=davidb
2016-11-16 18:15:22 -05:00
Trevor Saunders
670130a0f0
bug 1270916 - remove EventTree::{Shown,Hidden}() r=davidb
...
They are pretty useless wrappers, and in the future it will be useful to have
access to the event object independent of the EventTree.
2016-11-16 18:15:22 -05:00
Trevor Saunders
a036d642ca
bug 1270916 - make TreeMutation track if it should be queueing events r=davidb
...
Soon we will want to know if events should be emitted independt of EventTrees.
2016-11-16 18:15:21 -05:00
Trevor Saunders
93993116da
bug 1270916 - allow keeping AccTreeMutation in a list r=davidb
...
Soon we will use the list to track the order of the events.
2016-11-16 18:15:21 -05:00
Trevor Saunders
8fa3c30672
bug 1270916 - allow downcasting AccEvent to AccTreeMutationEvent r=davidb
2016-11-16 18:15:21 -05:00
Trevor Saunders
45c050cef9
bug 1270916 - add a common base class of AccMutationEvent and AccReorderEvent r=davidb
...
Soon we will want to operate on either a reorder event or a mutation event.
2016-11-16 18:15:21 -05:00
Trevor Saunders
9b4d4eb7ea
bug 1270916 - allow tracking in an accessible if it has a pending show / hide / reorder event r=davidb
2016-11-16 18:15:20 -05:00
Trevor Saunders
93e1959ffb
bug 1316119 - add a GetOrInsert to nsBaseHashtable that returns a reference to the value r=froydnj
...
This intends to expose basically the same functionality as operator[] on
unordered_map.
2016-11-16 18:15:20 -05:00
Aryeh Gregor
0e4353d48a
Bug 1002256 - Support CompositionEvent constructor; r=bkelly
...
All other browsers support a constructor here. Per current spec, the
constructor does not support .locale, although initCompositionEvent
does. If we ever decide to standardize .locale, the constructor can be
updated at that point. (Edge also supports .locale in
initCompositionEvent but not the constructor. Chrome doesn't support
.locale at all.)
2016-11-16 22:16:22 +02:00
Brian Hackett
dea06b8fe2
Bug 1315596 - Don't evict bundles which won't help with allocating the target bundle, r=sunfish.
...
--HG--
extra : rebase_source : 56c3bf52de7f048c039546340cf5568458d407ea
2016-11-16 13:09:44 -07:00
Trevor Saunders
7d66f4a29e
bug 1270916 - enable the browser tests that were disabled for e10s r=davidb
...
Now that these pass we can reenable them.
2016-11-17 10:34:19 -05:00
Luke Wagner
df477675a5
Bug 1318252
- Baldr: Serialize Import's DefinitionKind (r=bbouvier)
...
MozReview-Commit-ID: FsUMnRJsLdV
2016-11-17 09:16:21 -06:00
Luke Wagner
7b992ea537
Bug 1318039 - Baldr: Make preamble of asm.js cache entries word-size-invariant (r=bbouvier)
...
MozReview-Commit-ID: GbIeV6JRYkG
2016-11-17 09:15:32 -06:00
Luke Wagner
724e0cf4c7
Bug 1317967 - Baldr: Fix x86 float32 stack argument passing (r=bbouvier)
...
MozReview-Commit-ID: 2NZPFZQZPcI
2016-11-17 09:15:30 -06:00
Ehsan Akhgari
5cc591dc59
Bug 1318209
- Remove mozIApplication; r=baku
2016-11-17 10:12:43 -05:00
Neil Deakin
e8520ef209
Bug 1311279, scroll the select popup when click+drag is used, r=mconley
2016-11-17 09:56:43 -05:00
Neil Deakin
fd181fe163
Bug 1311279, add a chrome-only setCapture method that can ignore the allowed state, r=smaug
2016-11-17 09:56:43 -05:00
Neil Deakin
18dc1a098a
Bug 1314251, close menulist on alt+up/down, r=ksteuber
2016-11-17 09:56:43 -05:00
Neil Deakin
74aa0c0079
Bug 1313131, don't wrap when using cursor navigation in menus onr dropdowns on Mac, or dropdowns on Windows, r=ksteuber
2016-11-17 09:56:43 -05:00
Neil Deakin
140766f711
Bug 1314647, clear active state of select on mouseup, r=mconley
2016-11-17 09:56:43 -05:00
Carsten "Tomcat" Book
c274b1bb68
Backed out changeset deec8c2ba931 (bug 1314647) for eslint failures
2016-11-17 15:42:59 +01:00
Carsten "Tomcat" Book
8a5fc639cc
Backed out changeset 4ed7a34ea7ab (bug 1313131)
2016-11-17 15:42:45 +01:00
Carsten "Tomcat" Book
52809c6506
Backed out changeset 9af8f4f33471 (bug 1314251)
2016-11-17 15:42:43 +01:00
Carsten "Tomcat" Book
f378c398c9
Backed out changeset 1ba0d3288318 (bug 1311279)
2016-11-17 15:42:41 +01:00
Carsten "Tomcat" Book
27c7333444
Backed out changeset 09093d38540e (bug 1311279)
2016-11-17 15:42:38 +01:00
Ehsan Akhgari
04dd7af5b6
Bug 1312101 follow-up: Remove EnsureRequiredPermissions() as well
2016-11-16 15:03:58 -05:00
Ehsan Akhgari
dc33b55d94
Bug 1312101 - Part 2: Remove AppProcessChecker and code that depends on it; r=baku
2016-11-16 14:51:08 -05:00
Ehsan Akhgari
130dc996d0
Bug 1312101 - Part 1: Remove permission assertions through the message manager; r=baku
...
Since AddProcessChecker is going away, there's no point in these
permission checks any more.
2016-11-16 14:51:04 -05:00
David Major
5d73eed001
Bug 1316815
followup build fix on a CLOSED TREE
...
--HG--
extra : amend_source : 613bf0e302fdb284b9f879ecd4dd55a8382cf004
2016-11-16 13:43:30 -06:00
Gregory Szorc
aa43a43343
Backed out changeset a77fb6a85fc8 (bug 1315695) for breaking PGO
2016-11-16 11:15:05 -08:00
David Major
df94541e18
Bug 1316815
- Make RegI32, RegI64, RegF32, RegF64 inherit from, not wrap, Register, Register64, FloatRegister. r=lth
...
MozReview-Commit-ID: Hz19c0V9Lra
--HG--
extra : rebase_source : f315f076bc93ff2a6d122d4fdd5e3975cf942e0b
2016-11-16 13:11:48 -06:00
Boris Zbarsky
04caf50b43
Bug 1317759. Remove LegacyIsCallerChromeOrNativeCode use in Event::GetScreenCoords in favor or caller type checks at the entrypoints where we really care about pretending that our screen is client-area sized. r=smaug
2016-11-16 14:10:22 -05:00
Boris Zbarsky
3815c83ef1
Bug 1317625. Stop using xpc::AccessCheck in WebGL code. r=jgilbert
2016-11-16 14:10:22 -05:00
Boris Zbarsky
be79f7def4
Bug 1317990. Remove Event::IsChrome in favor of passing CallerType arguments. r=smaug,bkelly
2016-11-16 14:10:22 -05:00
Wes Kocher
2efcd6796f
Bug 1113747 - ESlint followup a=bustage DONTBUILD
2016-11-16 11:00:05 -08:00
Wes Kocher
3d5a132e27
Backed out changeset 6f0fbd9f0a0e (bug 113747) for landing with the wrong bug number a=backout
2016-11-16 10:59:47 -08:00
Wes Kocher
8aa6b455ef
Bug 113747 - ESlint followup a=bustage
2016-11-16 10:58:24 -08:00
Benjamin Bouvier
9dbd428f1f
Bug 1317319: Fix BinaryToAST function validation; r=luke
...
MozReview-Commit-ID: HeZsbyx4Bg9
--HG--
extra : rebase_source : 266f89e33d652523d52a81e2e6af04a248bca937
2016-11-16 18:17:42 +01:00
Luke Wagner
8c5fff9cfe
Bug 1318039 - Better fix for asm.js cache build-id mismatches (r=bbouvier)
...
MozReview-Commit-ID: HpDsEoMPM2T
--HG--
extra : rebase_source : 0e972cfe45e4faded329c775b68d3a958ca7e95c
2016-11-18 11:50:01 -06:00
Kris Maglione
ce68ebb5f1
Bug 1318604: Don't add task for OOP preference initialization. r=mixedpuppy
...
Adding mochitest tasks from head scripts turns out to cause unpredictable
timing issues, where the initial add_task() call sometimes causes tests to
begin running before the main test script has loaded, and had a chance to add
its tasks. While I'd still prefer to do this initialization in a task, it's
not worth the intermittent failures it causes.
MozReview-Commit-ID: 3CDL82NyrzC
--HG--
extra : rebase_source : 0b2a5630a09f656f9d9f90cbd3d0e33e5d069703
2016-11-18 09:27:06 -08:00
Ehsan Akhgari
34114d2517
Bug 1318678 - Fix linking TestBlockingProgram on OSX after bug 1317638 landed
2016-11-18 13:03:18 -05:00
James Graham
6dac64d65b
Bug 1318724 - Disable unstable WebDriver navigation test on a CLOSED TREE, a=testonly
...
MozReview-Commit-ID: 8IWeUArjtWY
2016-11-18 18:02:15 +00:00
Alex Chronopoulos
315350e00b
Bug 1221574 - [08] Add new file cubeb_array_queue.h. r=bustage-fix on a CLOSED TREE
...
MozReview-Commit-ID: F4aI4R8Zelg
2016-11-18 19:21:57 +02:00
Tooru Fujisawa
8bd7324ff0
Bug 1317555 - Report jsapi-tests crash in autospider.py. r=glandium
2016-11-19 01:13:19 +09:00
Tooru Fujisawa
094b5da9d7
Bug 1180306
- Part 3: Close iterator after error in Promise.{all,race}. r=till
2016-11-19 01:13:08 +09:00
Tooru Fujisawa
19dd1ec954
Bug 1180306
- Part 2: Close iterator after error in Array.from. r=evilpie
2016-11-19 01:13:08 +09:00
Tooru Fujisawa
e3c8309e68
Bug 1180306
- Part 1: Close iterator after error in {Map,Set,WeakMap,WeakSet} constructors. r=evilpie
2016-11-19 01:13:08 +09:00
Tooru Fujisawa
f679a4767c
Bug 1317153 - Provide better error message when errornous syntax possibly match "await SOMETHING" outside async function. r=till
2016-11-18 05:51:41 +09:00
James Graham
7fdce919c8
Bug 1318666 - Revert changes to wdspec test metadata that broke inbound, a=testonly
...
MozReview-Commit-ID: H1VTeqpCPRA
2016-11-18 16:06:29 +00:00