Vicamo Yang
45bd978b7c
Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug
2014-06-11 09:23:34 +08:00
William Chen
58073b9833
Bug 992521 - Part 4: Make PresShell events work when not in document, but contained by a ShadowRoot with a host in document. r=smaug
2014-06-07 01:42:54 -07:00
William Chen
9809c3f60f
Bug 992521 - Part 2: Make styles work when not in document, but contained by a ShadowRoot with a host in document. r=smaug
2014-06-07 01:42:54 -07:00
Ehsan Akhgari
533f342814
Bug 1022043 - Remove EventStates' copy constructor and assignment operator to make it trivially copyable so that it builds with clang-cl; r=bzbarsky
2014-06-06 22:09:34 -04:00
Chris Pearce
3c3777d2de
Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz
2014-06-07 08:52:15 +12:00
Ms2ger
c99890a39b
Bug 1017764 - Remove SCRIPTVERSION_DEFAULT; r=jst
...
This define has outlived its usefulness, as we have moved away from a
language-agnostic DOM.
2014-06-06 10:06:26 +02:00
Ms2ger
de2a24ea3b
Bug 1017762 - Remove the language argument to EventListenerManager::SetEventHandler; r=smaug
2014-06-06 10:06:26 +02:00
Brian Birtles
51bf333009
Bug 77992 part 4 - Add mochitests for event.timeStamp; r=masayuki
2014-06-06 14:29:50 +09:00
Brian Birtles
40700f79aa
Bug 77992 part 3 - Make event.timeStamp return a DOMHighResTimeStamp; r=bz
...
Even when dom.event.highrestimestamp.enabled is false and we should return
a DOMTimeStamp (=unsigned long long), we still just return a double since that's
what would happen anyway when we convert the DOMTimeStamp to a Javascript
Number and it simplifies the code significantly to just always return a double.
2014-06-06 14:29:49 +09:00
Brian Birtles
d38051f593
Bug 77992 part 2 - Make event.timeStamp use TimeStamp value based on a pref; r=smaug
...
Note that this pref isn't fully live since the timeStamp member of the event
interface is [Pure] and so values will be cached.
2014-06-06 14:29:49 +09:00
Brian Birtles
dba77091dc
Bug 77992 part 1.0 - Add timeStamp to WidgetEvent; r=smaug
...
This patch adds a timeStamp member to WidgetEvent alongside the existing 'time'
member. In the future we would like to remove 'time' and just keep timeStamp but
that depends on it being web-compatible. For now we introduce both members
side-by-side. Later we will add a pref to determine which one to return. If no
compatibility issues arise we will remove 'time' altogether.
2014-06-06 14:29:49 +09:00
Olli Pettay
8cb0ee1896
Bug 1020622 - Trace black windows' (webidl) event listeners, r=mccr8
2014-06-05 02:48:50 +03:00
Masayuki Nakano
a4fa598e06
Bug 1020142 Comment out unused .code value definition for reducing footprint of code name array r=smaug
2014-06-05 02:47:30 +09:00
Masayuki Nakano
f81e02b967
Bug 939006 part.13 Sort out deprecated key names r=smaug
2014-06-04 21:43:45 +09:00
Masayuki Nakano
acb7036c31
Bug 939006 part.12 Sort out key names in Media Controller Keys section r=smaug
2014-06-04 21:43:45 +09:00
Masayuki Nakano
a01600fcf4
Bug 939006 part.11 Sort out key names in Browser Keys section r=smaug
2014-06-04 21:43:45 +09:00
Masayuki Nakano
abb4d506c8
Bug 939006 part.10 Sort out key names in Application Keys section r=smaug
2014-06-04 21:43:44 +09:00
Masayuki Nakano
1264041caa
Bug 939006 part.9 Sort out key names in Multimedia Keys section r=smaug
2014-06-04 21:43:44 +09:00
Masayuki Nakano
90ca69806a
Bug 939006 part.8 Sort out key names in General-Purpose Function Keys section r=smaug
2014-06-04 21:43:44 +09:00
Masayuki Nakano
ba470bcdb7
Bug 939006 part.7 Sort out key names in IME and Composition Keys section r=smaug
2014-06-04 21:43:43 +09:00
Masayuki Nakano
28f4ecf84e
Bug 939006 part.6 Sort out key names in Device Keys section r=smaug
2014-06-04 21:43:43 +09:00
Masayuki Nakano
8dc76f899b
Bug 939006 part.5 Sort out key names in UI Keys section r=smaug
2014-06-04 21:43:43 +09:00
Masayuki Nakano
1597c0267d
Bug 939006 part.4 Sort out key names in Editing Keys section r=smaug
2014-06-04 21:43:43 +09:00
Masayuki Nakano
362d14c490
Bug 939006 part.3 Sort out key names in Navigation Keys section r=smaug
2014-06-04 21:43:42 +09:00
Masayuki Nakano
0516a853ca
Bug 939006 part.2 Sort out key names in Whitespace Keys section r=smaug
2014-06-04 21:43:42 +09:00
Masayuki Nakano
8e45de36bf
Bug 939006 part.1 Sort out key names in Modifier Keys section r=smaug
2014-06-04 21:43:42 +09:00
Kyle Huey
a87647dfb2
Bug 1019248: Convert ProgressEvent to WebIDL codegen. r=smaug
2014-06-03 15:52:36 -07:00
Victor Porof
5643294005
Bug 1007203 - Always add categories when pushing to the pseudostack, r=djvj
2014-05-23 17:12:29 -04:00
Ed Morley
6122cfb30a
Merge mozilla-central and inbound
2014-05-29 16:21:04 +01:00
Andrea Marchesini
3a85a332e9
Bug 1016053 - document.createElement('StorageEvent') must be supported, r=smaug
2014-05-29 14:33:00 +01:00
Vincent Chang
c481388ef8
Bug 774582 - Unable to know if there is a user connected to Wifi tethering network. r=mrbkap
2014-01-22 16:37:40 +08:00
Jim Mathies
da95e59548
Bug 1003943 - Properly update widget cursors when the mouse passes between remote frames. r=smaug
2014-05-27 20:12:29 -05:00
Jim Mathies
8bad3b3fe7
Bug 1003934 - Forward NS_MOUSE_EXIT events to content processes so they know the mouse has exited their frame. r=smaug
2014-05-27 20:12:26 -05:00
Ryan VanderMeulen
bd9b7a9043
Backed out changeset 457400a5938c (bug 1016053) for bustage.
2014-05-28 16:28:24 -04:00
Andrea Marchesini
7beab34302
Bug 1016053 - document.createElement('StorageEvent') must be supported. r=smaug
2014-05-28 05:36:00 -04:00
Trevor Saunders
3e8a2ce19d
bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug
2014-01-09 21:03:47 -05:00
Birunthan Mohanathas
84d3adc780
Bug 869836 - Part 10: Use Truncate instead of AssignLiteral("")
. r=ehsan
...
--HG--
extra : rebase_source : e75c900e72e5367518f2b923a839fd23acf29a42
2014-05-26 21:54:53 +03:00
Carsten "Tomcat" Book
c509721e94
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00
Ben Tian
e6dff5f2e9
Bug 1015090 - Add BluetoothAdapterEvent.webidl and BluetoothAttributeEvent.webidl, r=bz
2014-05-26 09:40:28 +08:00
Carsten "Tomcat" Book
7ca506bb30
merge b2g-inbound to mozilla-central
2014-05-23 16:03:42 +02:00
Andrea Marchesini
29df09f67c
Bug 1014657 - Port DOMStorageEvent to WebIDL and remove nsIDOMStorageEvent, r=smaug, f=ms2ger
2014-05-23 08:33:24 +01:00
Eric Chou
040a06cf36
Bug 942104 - add BluetoothDiscoveryStateChangedEvent to test case test_all_synthetic_events, r=smaug
2014-05-23 14:04:11 +08:00
Rik Cabanier
36e328aee2
Bug 979692 - Calculate hit detection and fill in region parameter to mouse events. r=bz, r=roc
2014-05-20 00:54:00 -04:00
Olli Pettay
da66e30ed5
Bug 1014258, make sure JSEventHandler's CanSkip is called, r=mccr8
2014-05-22 13:58:29 +03:00
Masayuki Nakano
728e27ae6c
Bug 1009388 part.1 Support getModifierState("Accel") r=smaug
2014-05-22 13:06:05 +09:00
Birunthan Mohanathas
411a8639b4
Bug 869836 - Part 3: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
2014-05-22 06:48:51 +03:00
Rik Cabanier
1e437be22f
Bug 979692 - Extend MouseEvent interface. r=bz
2014-04-26 18:32:00 -04:00
Masayuki Nakano
c981e66e2f
Bug 865649 part.1 Implement KeyboardEvent.code r=smaug
2014-05-25 11:08:58 +09:00
Ms2ger
d8679d7f9c
Bug 968804 - Part a: Add inner window assertions to DETH and {Add,Remove}EventTargetObject; r=peterv
2014-05-20 21:50:57 +02:00
Ed Morley
23767089cc
Backed out changeset 756fac661b86 (bug 979692) for mochitest-ally leaks; CLOSED TREE
2014-05-19 15:37:17 +01:00