Robert Longson
649aa6ceee
Bug 964200 (Part 3 main) - Implement Filter Effects Module feDropShadow filter. r=mstange
...
--HG--
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEDropShadowElement.h
rename : dom/webidl/SVGFEGaussianBlurElement.webidl => dom/webidl/SVGFEDropShadowElement.webidl
2014-02-05 16:46:47 +00:00
Andrea Marchesini
576438474b
Bug 960945 - MozConnection should be NoInterfaceObject, r=bz
2014-02-03 16:16:27 +00:00
Boris Zbarsky
5d6910fbb0
Bug 966710. Flag document.getElementsByTagNameNS as being able to throw, since it can. r=smaug
2014-02-03 11:03:54 -05:00
Jonathan Watt
a47685084f
Bug 827161, part 2 - Implement HTML 5's ValidityState.badInput and implement the state for HTMLInputElement's number type. r=smaug
2014-01-30 12:54:12 +00:00
Kevin Grandon
9ba80dab09
Bug 964148 - location.origin is not available in workers. r=bent, r=baku
2014-01-31 13:22:52 -05:00
Andrea Marchesini
b941c0d87c
Bug 966132 - Console is replaceable in workers, r=bz
2014-01-31 09:12:32 -08:00
Nikhil Marathe
abaae37843
Bug 918806 - Add Promise to test_interfaces.html on all builds. r=bz
...
--HG--
extra : rebase_source : dc56e8959919796783698b15864c88a27e49dbfc
2014-01-30 13:14:07 -08:00
Nikhil Marathe
48b814058b
Bug 918806 - Enable DOM Promises. sr=bz
...
--HG--
extra : rebase_source : dbc7ef836fe7c2a71f38fedda004d7f988361a85
2014-01-30 13:14:00 -08:00
Ryan VanderMeulen
3a41ee3937
Backed out changesets 6db8b08a3aea and 1d7c2025bb56 (bug 918806) for B2G mochitest failures.
2014-01-30 14:46:36 -05:00
Nikhil Marathe
b3f7079a6c
Bug 918806 - Enable DOM Promises. sr=bz
2014-01-30 09:41:43 -08:00
Andrea Marchesini
aa5886a81f
Bug 962626 - Browser API: mozmetachanged triggered when a meta element is added to the dom., r=ehsan
...
--HG--
rename : dom/browser-element/mochitest/test_browserElement_inproc_Iconchange.html => dom/browser-element/mochitest/test_browserElement_inproc_Metachange.html
rename : dom/browser-element/mochitest/test_browserElement_oop_Iconchange.html => dom/browser-element/mochitest/test_browserElement_oop_Metachange.html
2014-01-30 09:31:34 -08:00
Carsten "Tomcat" Book
d3f7661bdc
Merge mozilla-central to mozilla-inbound
2014-01-30 12:08:09 +01:00
Masatoshi Kimura
b2599eeeaf
Bug 964964 - Remove window.pkcs11. r=bz
2014-01-30 20:00:01 +09:00
Carsten "Tomcat" Book
5260c42d61
merge b2g-inbound to mozilla-central
2014-01-30 10:59:15 +01:00
Siddartha Pothapragada
690087025e
Bug 959437 - Part 1: Add new interfaces 'notifyUserAcceptedP2P' and 'notifySendFileStatus' to MozNfcManager DOM. r+sr=smaug
2014-01-17 18:38:26 -08:00
Ryan VanderMeulen
c578705bd5
Merge b2g-inbound to m-c on a CLOSED TREE.
2014-01-29 15:37:19 -05:00
Jessica Jong
ec7899f959
Bug 963516 - Part 1: interface changes to support matchMvno(). f=edgar r=hsinyi
2014-01-29 07:15:00 +08:00
Reuben Morais
8428c6980b
Bug 963274 - Allow removing contacts by ID. r=gwagner
2014-01-29 08:20:40 -05:00
Dimi Lee
6421638467
Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang
2014-01-29 19:38:50 +08:00
Ed Morley
54d76ad687
Merge latest green b2g-inbound changeset and mozilla-central
2014-01-29 10:33:43 +00:00
Nikhil Marathe
fcd51ca0c7
Bug 945766 - DOM Promise should pass Promise/A+ tests. r=bz
...
--HG--
extra : rebase_source : efd56968e490fcde3ede6535002864104511a1d1
2014-01-28 10:14:57 -08:00
Henry Chang
71d95e3b0d
Bug 811635 - Part 1: WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang, sr=mrbkap
2014-01-28 15:47:51 +08:00
Vladimir Vukicevic
a988bc2a34
b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert
2014-01-23 16:47:37 -05:00
Boris Zbarsky
c1480f74ad
Bug 945416 part 5. Implement nsGlobalWindow::GetOwnPropertyNames and flag the interface as NeedNewResolve. r=peterv
2014-01-29 22:33:27 -08:00
Masatoshi Kimura
7becc353e7
Bug 959958 - Implement ImageData constructor. r=bz
2014-01-28 22:04:40 +09:00
Ehsan Akhgari
39c2869469
Bug 964061 - Part 1: Convert CRMFObject to WebIDL bindings; r=bzbarsky
...
--HG--
extra : rebase_source : 39a2b35df50cdd42624fb0e7a14383e8d40cea4b
2014-01-27 08:27:04 -08:00
Nick Lebedev
a6d41db5bd
Bug 822898. Add maxTouchPoints attribute to navigator. r=romaxa,smaug
...
--HG--
extra : rebase_source : e3f84cb38ee2a0c75bf775027c8a59e4f9e64908
2014-01-28 08:09:34 -08:00
Peter Van der Beken
46ee609d7b
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
2013-07-09 13:54:21 -04:00
Andrea Marchesini
994bd1f6f9
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
2014-01-26 12:35:17 +00:00
Ghislain 'Aus' Lacroix
dd08be1bd2
Bug 957592. Expose download API properties based on permission. r=bz
2014-01-24 11:53:05 -08:00
Nikhil Marathe
03ce85caaf
Bug 939332 - Implement Promise.all, Promise.cast, Promise.race. r=bz
...
--HG--
extra : rebase_source : 72c1a87a6352005765442ea8903cfa16da8608fd
extra : amend_source : 71b6af7c8446cd501bc337d50a345f24814f20db
2013-11-19 13:53:00 -08:00
Ryan VanderMeulen
cfa34a1a14
Backed out changesets fbc3bb6c002f and 3da2b2a2899b (bug 620935) for debug B2G mochitest-13 crashes.
2014-01-23 10:09:10 -05:00
Andrea Marchesini
21fbd9fcfe
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
2014-01-23 09:25:41 +00:00
Carsten "Tomcat" Book
95ba54861b
merge b2g-inbound to mozilla-central
2014-01-22 13:59:54 +01:00
Gina Yeh
a3eb2efd58
Bug 952907 - Patch 1: Use WebIDL codegen to implement Bluetooth events, r=smaug
2014-01-22 14:26:29 +08:00
Ehsan Akhgari
aee1d06f82
Bug 962285 - Make DeviceLightEvent.value unrestricted double; r=smaug
2014-01-21 18:19:14 -05:00
Ms2ger
65bd3f60cd
Bug 953425 - Part b: Move DOMFileMetadataParameters to WebIDL; r=janv
2014-01-20 08:58:24 +01:00
Garner Lee
f1823ed0a2
Bug 952217 - Add NFC Manager permission check for NFC Manager APIs. r+sr=smaug
2014-01-15 17:47:43 -08:00
Reuben Morais
e3e42703d0
Bug 951766 - Reintroduce mozContact.init method with a deprecation warning. r=julienw sr=smaug
2014-01-17 16:00:35 -02:00
Bobby Holley
034c444dc2
Bug 794943 - Make window.controllers [ChromeOnly], and remove nsISecurityCheckedComponent from nsXULControllers. r=bz
2014-01-16 15:45:40 -08:00
Byron Campen [:bwc]
098cdd266f
Bug 908923 - Part 2: Add a button to dump the entire rlog ringbuffer to about:webrtc. r=abr
2013-11-25 14:38:41 -08:00
Rik Cabanier
8ffd0cd785
Bug 960195 - Put drawSystemFocusRing behind a new runtime flag. r=roc
2014-01-16 08:27:03 -05:00
Andrea Marchesini
826b2527bb
Bug 952084 - Porting nsIDOMMozConnection to WebIDL, r=ehsan, r=bz
2014-01-16 11:53:48 +01:00
Rick Eyre
74638c74c5
Bug 882299 - Implement VTTCue::Line r=smaug,rillian,bz
2014-01-15 08:04:00 -08:00
Ryan VanderMeulen
4d272a44a3
Merge inbound to m-c.
2014-01-15 14:34:05 -05:00
Ryan VanderMeulen
46830c6e47
Backed out 6 changesets (bug 811635) for B2G debug mochitest orange.
...
Backed out changeset 2da820ed2587 (bug 811635)
Backed out changeset 3f7ee595646d (bug 811635)
Backed out changeset 96772cc4e346 (bug 811635)
Backed out changeset 61694318819a (bug 811635)
Backed out changeset 687a84bf0785 (bug 811635)
Backed out changeset 89b90ccdf603 (bug 811635)
2014-01-15 13:24:02 -05:00
Ed Morley
aa88ab2dc2
Merge mozilla-central and b2g-inbound
...
--HG--
rename : content/events/src/nsDOMEvent.h => dom/events/nsDOMEvent.h
2014-01-15 18:09:12 +00:00
Andrea Marchesini
ba2e827564
Bug 959988 - Remove URLSearchParams.prototype.size, r=ehsan
2014-01-15 17:30:07 +01:00
Ed Morley
5de6cbb3a7
Merge latest green b2g-inbound changeset and mozilla-central
2014-01-15 15:57:30 +00:00
Alexandre Poirot
2a7cec823c
Bug 891882 - DOMWindowUtils.sendMouseEvent dispatch events with isSynthesized chrome attribute set to true. r=smaug
2014-01-15 09:28:04 -05:00
Boris Zbarsky
a4248527e1
Bug 851891. Make stringifier attributes fail to codegen. r=khuey
2014-01-14 21:46:44 -05:00
Yoshi Huang
9598317cbb
Bug 948850 - B2G NFC: to add onpeerready causes app to be killed. r=khuey
2014-01-13 17:33:12 +08:00
Ryan VanderMeulen
f4675855c3
Backed out changesets bb7097d12256, 5e6c7217e92a, and 6779278f87df (bug 884573) and changeset 30e1a793fbf9 (bug 878941) for Cpp unit test failures.
2014-01-14 11:43:48 -05:00
Henry Chang
46e2490899
Bug 811635 - Part 1: WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang, sr=mrbkap
2013-12-19 12:09:08 +08:00
Rick Eyre
fcea6068e0
Bug 865407 - Part 6: Expose VTTCue::Reset to Chrome JS. r=bz
2013-12-12 13:13:38 -05:00
Rick Eyre
67d71baa8f
Bug 865407 - Part 4: Expose TextTrackCue::DisplayState to chrome JS. r=rillian, r=bz
2013-12-12 11:27:30 -05:00
Martin Thomson
6569de5a18
Bug 884573 - Split identity event into two. r=abr
2013-12-20 17:14:29 -08:00
Martin Thomson
7664c17e26
Bug 884573 - Identity assertion generation and verification for WebRTC. r=abr
2013-12-20 14:55:59 -08:00
Andrea Marchesini
aad7f635be
Bug 959190 - [URL API] stringify href attribute, r=bz
2014-01-13 23:46:04 +01:00
Boris Zbarsky
661130813a
Bug 952365. Add a TreatNonObjectAsNull annotation for WebIDL callback functions and use it for event handlers, since web sites depend on assigning non-callable objects to them in some cases. r=peterv
2014-01-13 15:08:56 -05:00
Ryan VanderMeulen
67393e427e
Backed out changesets f04c846c7492, 9bc5c5a8554e, and a4f2af4617da (bug 906990) for WebRTC mochitest failures.
...
CLOSED TREE
2014-01-13 10:53:40 -05:00
Byron Campen [:bwc]
94318bdaaf
Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr
2014-01-10 13:21:39 -08:00
Alexandre Lissy
de8ff304a0
Bug 951150 - Sync notification system message with Notification API. r=mhenretty
2014-01-09 16:55:44 +01:00
Byron Campen [:bwc]
b5354c4365
Bug 906990: Part 12. Report statistics from all components when the MediaStreamTrack is not specified. r=ekr, r=jib
2014-01-14 08:48:27 -08:00
Rik Cabanier
8b115818bd
Bug 959820 - Rename drawSystemFocusRing to drawFocusIfNeeded. r=roc
...
--HG--
rename : content/canvas/test/reftest/drawSystemFocusRing-ref.html => content/canvas/test/reftest/drawFocusIfNeeded-ref.html
rename : content/canvas/test/reftest/drawSystemFocusRing.html => content/canvas/test/reftest/drawFocusIfNeeded.html
2014-01-15 09:50:31 -05:00
Andrea Marchesini
bfbfe3fb50
Bug 959684 - Implement URLSearchParams stringifier. r=ehsan
2014-01-15 09:50:18 -05:00
Ryan VanderMeulen
9fff18dc96
Backed out 5 changesets (bug 865407) for Windows crashes.
...
Backed out changeset d3e7f6392670 (bug 865407)
Backed out changeset 7ba94f08b7a5 (bug 865407)
Backed out changeset 3de6e32a4346 (bug 865407)
Backed out changeset 5c0572c6727b (bug 865407)
Backed out changeset 5db43cac79f5 (bug 865407)
2014-01-10 11:50:49 -05:00
Rick Eyre
6a851ca394
Bug 865407 - Part 6: Expose VTTCue::Reset to Chrome JS. r=bz
2013-12-12 13:13:38 -05:00
Rick Eyre
d1d4dafa39
Bug 865407 - Part 4: Expose TextTrackCue::DisplayState to chrome JS. r=rillian, r=bz
2013-12-12 11:27:30 -05:00
Rick Eyre
b83b790cb9
Bug 949643 - Implement VTTCue::PositionAlign. r=rillian
2013-12-13 12:57:48 -05:00
Wes Kocher
5894c3d6f9
Backed out changeset b02827c3d07d (bug 906990) for breaking almost everything so we can reopen this CLOSED TREE
2014-01-09 17:06:24 -08:00
Wes Kocher
48cae0a5ad
Merge m-c to inbound
2014-01-09 17:05:12 -08:00
Wes Kocher
1e0c835efd
Merge b2g-inbound to m-c
2014-01-09 16:32:37 -08:00
Byron Campen [:bwc]
f0d2b96210
Bug 906990 - Part 12: Report statistics from all components when the MediaStreamTrack is not specified. r=ekr
2014-01-07 09:20:28 -08:00
Siddartha Pothapragada
08f0a3df68
Bug 933093 - Part 1: Add 'sendFile' interface to MozNFCPeer. r=khuey, sr=smaug
2013-12-13 23:24:02 -08:00
Wes Kocher
585da55b7d
Merge m-c to b2g-inbound
2014-01-08 18:16:31 -08:00
glacroix@mozilla.com
9995d5f1fc
Bug 945366 - [Download API] Accessing error attribute at download start fires NS_ERROR_UNEXPECTED. Relanding because of bad merge. r=gwagner
2014-01-08 16:21:46 -08:00
Rick Eyre
ff8e7b94f1
Bug 949642 - Implement VTTCue::LineAlign. r=rillian
2013-12-13 09:29:15 -05:00
Nikhil Marathe
cc61607627
Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking
2013-11-19 15:08:50 -08:00
Ehsan Akhgari
f9c18ee1df
Bug 957431 - Remove support for Attr.ownerElement; r=bzbarsky
2014-01-08 09:28:19 -05:00
Andrea Marchesini
12742b5c15
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
2014-01-07 13:16:07 +01:00
Edgar Chen
c21937d32d
Bug 956240 - WebMobileConnection: Use webidl event generator for the event that is dispatched by mozMobileConnection. r=smaug
2014-01-03 13:55:27 +08:00
Yuan Xulei
d8edbf3af2
Bug 952724 - Make InputContext#replaceSurroundingText match spec. r=janjongboom
2014-01-03 09:17:28 -05:00
Cameron McCormack
72b756658d
Bug 731271 - Part 6: Add a chrome-only CSSDeclaration.getAuthoredPropertyValue() method to expose a property value in its original syntactic form. r=dbaron
2013-09-16 09:35:49 +10:00
Masatoshi Kimura
3f945da033
Bug 876238 - Convert DeviceAcceleration and DeviceRotationRate to WebIDL bindings. r=smaug
2014-01-02 07:52:47 +09:00
Reuben Morais
735e24afed
Bug 946294 - Use cached sequences for array attributes in the Contacts interfaces. r=bz r=gwagner
2013-12-29 15:41:35 -02:00
Brendan Long
7ea295bd0c
Bug 882703 - Add TextTrackList change event; r=rillian,bz
2013-12-17 23:19:09 -06:00
Deian Stefan
0e0cc374bc
Bug 845057 - Part 1: Use DOMSettableTokenList for iframe.sandbox; r=bz
2013-12-18 13:42:24 -08:00
William Chen
fa4b20986a
Bug 887538 - Implement web components shadow element. r=mrbkap
2013-12-20 22:43:58 -08:00
Wes Kocher
446f07be42
Merge m-c to inbound
2013-12-20 19:00:45 -08:00
Wes Kocher
6bc4f795b0
Merge inbound to m-c
2013-12-20 18:42:04 -08:00
Wes Kocher
7dadb7ffc4
Backed out changeset df0855f26e4d (bug 949642) for introducing a new intermittent failure
2013-12-20 18:33:55 -08:00
Wes Kocher
d578056d58
Backed out changeset 6532bf066bb4 (bug 882299)
2013-12-20 18:33:04 -08:00
Wes Kocher
e7ac45f0cd
Revert the backout of bug 938023 (changesets 19fbd3fb0373:8146150d4df8)
2013-12-20 13:43:46 -08:00
James Willcox
6fe61225f5
Bug 884226 - Add 'willReadFrequently' getContext() option for 2D canvas r=ehsan,gwright
2013-12-20 15:50:48 -06:00
Boris Zbarsky
83e066b926
Bug 937461. Make cloneNode/importNode "deep" arg default to false, since the spec changed on us. r=sicking
2013-12-20 14:28:17 -05:00
Rick Eyre
42f6a15b8f
Bug 882299 - Implement VTTCue::Line. r=smaug, r=rillian
2013-12-16 14:35:01 -05:00
Rick Eyre
47bef1e163
Bug 949642 - Implement VTTCue::LineAlign. r=rillian
2013-12-13 09:29:15 -05:00
Andrea Marchesini
8564b26349
Bug 949456 - MessageEventInit updated to the latest spec, r=bz
2013-12-20 08:51:03 +00:00
Ms2ger
4f9286e563
Merge backout.
2013-12-20 11:39:00 +01:00
Ms2ger
aae32a4ae5
Backout bug 938023 (changesets 19fbd3fb0373:8146150d4df8) for missing review.
2013-12-20 11:37:27 +01:00
Ms2ger
4720fc16e5
Merge backout.
2013-12-20 11:36:27 +01:00
Ms2ger
09229ed637
Backout bug 942104 (changesets 4e5746a65a5e:62e32a84a9fb) for missing review.
2013-12-20 11:33:37 +01:00
Rick Eyre
50aa5e5556
Bug 950049 - Rename VTTCue::TextTrackCueAlign to AlignSetting. r=rillian
2013-12-13 09:44:50 -05:00
Andrea Marchesini
a222f95223
Bug 946316 - Allow the use of strings as DataStore IDs, r=ehsan
2013-12-19 09:07:21 +00:00
Adam Roach [:abr]
7cff11994e
Bug 784491 - Part 1: Add constraints to addStream r=jib
2013-12-18 13:54:23 -06:00
Fabrice Desré
a305fdc58b
Bug 938023 - Implement the download API : Part 1, webidl. r=auswerk
2013-11-27 23:17:39 -08:00
Eric Chou
e25ca0c35b
Bug 942104 - Add nsIDOMBluetoothDiscoveryStateChangedEvent, r=gyeh
2013-11-30 20:20:17 +08:00
Eric Chou
d3a0fe86e9
Bug 942104 - Add an event "ondiscoverystatechanged", r=gyeh, sr=mrbkap
2013-11-30 20:20:17 +08:00
Ehsan Akhgari
ce9c4676d6
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
2013-12-17 09:12:33 -05:00
Wes Kocher
ef237316f2
Merge m-c to inbound
2013-11-26 20:05:18 -06:00
Randy Lin
19e505c45a
Bug 854753 - [B2G][Audio] Implement SpeakerManager API. r=amarchesini, sr=jonas
2013-11-25 12:50:03 +13:00
Boris Zbarsky
1a98f3b51c
Bug 938294 part 4. Add more [Pure] annotations on Node/Element/Document. r=peterv
2013-11-25 20:59:39 -05:00
Boris Zbarsky
811841efee
Bug 938294 part 2. Store information about argument types in jitinfo. r=peterv,efaust
2013-11-25 20:59:39 -05:00
Boris Zbarsky
a68924fda0
Bug 935855 part 1. Add a [StoreInSlot] WebIDL annotation to bindings. r=peterv
2013-11-25 20:59:34 -05:00
Benoit Jacob
408ab9b951
Bug 924600 - WebGL.getUniform should not throw - r=jgilbert
2013-11-23 21:20:48 -05:00
Byron Campen [:bwc]
9cadd5383f
Bug 935723. Part 1. Decouple ICE state with ICE gathering state r=ekr,abr,jesup
2013-11-13 14:53:30 -08:00
Byron Campen [:bwc]
4267967009
Bug 906990: Part 10. Webidl and implementation for WebrtcGlobal. Encompasses things like global stats and logging. r=jib,bz
2013-11-25 11:01:03 -08:00
Ryan VanderMeulen
17faaf8597
Backed out changeset f278295dd6a0 (bug 946316) for frequent failures in the test it added.
2013-12-16 13:31:47 -05:00
Boris Zbarsky
62323b2df8
Bug 949682 part 2. Make gamepad use frozen sequences. r=ted
2013-12-16 13:06:35 -05:00
Boris Zbarsky
54adb51fd2
Bug 947241. Make Gamepad used cached sequences for its buttons and axes. r=ted,peterv
2013-12-06 11:41:13 -05:00
Andrea Marchesini
395675dae6
Bug 946316 - Allow the use of strings as DataStore IDs, r=ehsan
2013-12-16 14:23:06 +00:00
Ryan VanderMeulen
b35f277656
Merge m-c to inbound.
2013-12-16 09:05:12 -05:00
Ehsan Akhgari
b5e08b6467
Bug 950523 - Part 2: Move MediaQueryList to WebIDL bindings; r=bzbarsky
2013-12-16 09:03:34 -05:00
glacroix@mozilla.com
3efa10b5aa
Bug 945366 - Download 'error' attribute throws when accessed and value is null. r=gwagner
2013-12-13 15:31:39 -08:00
Gregory Szorc
57e14ad346
Bug 928195 - Part 4: Rewrite WebIDL build system integration; r=bz, r=glandium
...
WebIDL build system integration has been rewritten from the ground up.
Changes:
* GlobalGen.py, BindingGen.py, and ExampleGen.py have been removed in
favor of mozwebidl.py.
* Static .webidl files are now processed directly in their original location
and aren't copied to the object directory.
* Generated events <stem>.cpp files are now compiled into the unified
sources. Previously, only the <stem>Binding.cpp files were compiled
into unified sources.
* Exported .h files are now generated directly into their final location.
Previously, they were generated into the local directory then
installed in their final location.
* The list of globalgen-generated files now lives in Python and isn't
duplicated in 3 places.
* The make dependencies are much simpler as a result of using a single
command to perform all code generation. The auto-generated .pp file from
code generation sets up all dependencies necessary to reinvoke code
generation and Python takes care of dependency management.
--HG--
extra : rebase_source : e4918878274b22a412329c7cb18cc7138daf5dc6
2013-12-12 16:26:38 +09:00
Wes Kocher
aa49cfcd54
Merge inbound to m-c
2013-12-12 19:12:51 -08:00
Garner Lee
eeafd1faeb
Bug 946047 - Fix HasNfcSupport in MozNfc.webidl. r=khuey
2013-12-03 17:59:16 -08:00
Boris Zbarsky
20c9fd1207
Bug 946564 part 2. Make window._content chromeonly and define it in WebIDL. r=peterv
2013-12-09 10:34:04 -05:00
Boris Zbarsky
cf5a96ff48
Bug 946067 part 2. Generate Window's access checks in XPConnect based on WebIDL access annotations. r=bholley,peterv
2013-12-09 10:34:03 -05:00
Jan-Ivar Bruaroey
8511942534
Bug 908695: Add Packets/Bytes-sent/received to webrtc stats API r=jesup DONTBUILD
2013-12-07 20:31:56 -05:00
Randell Jesup
e7e3888f6f
Backout 2bb7e7192ced for landing with wrong bug number rs=backout DONTBUILD
2013-12-07 23:45:21 -05:00
Jan-Ivar Bruaroey
944e3b35f2
Bug 902003: Add Packets/Bytes-sent/received to webrtc stats API r=jesup
2013-12-07 20:31:56 -05:00
Botond Ballo
52ad7c7517
Bug 912666 - Introduce a 'scrollgrab' DOM property. r=roc,ehsan,Cwiiis
2013-11-20 15:23:43 -05:00
Jan-Ivar Bruaroey
8bdf89552d
Bug 933447 - Use new weakRef to JSImpl feature. r=smaug, r=mccr8, r=abr
2013-11-08 19:45:59 -05:00
Carsten "Tomcat" Book
9f47cb96d7
merge mozilla-inbound to mozilla-central
2013-11-21 14:20:21 +01:00
Oleg Romashin
8428edd05d
Bug 822898 - Implement pointer events. Interface. r=smaug
2013-11-20 21:44:22 -08:00
Oleg Romashin
0e795599f8
Backed out 3 changesets (bug 822898) for mochitest bustage on B2G ICS emulator
2013-11-20 16:08:36 -08:00
Oleg Romashin
4f81ba4a69
Bug 822898 - Implement pointer events. Interface. r=smaug
2013-11-20 13:05:39 -08:00
Edgar Chen
5f86c692a7
Bug 814637 - Part 2: Add iccChangeEvent using event generator. f=hsinyi. r=smaug
2013-10-30 14:05:30 +08:00
Edgar Chen
b5547e1ca7
Bug 814637 - Part 1: Interface changes for iccManager support multiple sim. r=allstars.chh,hsinyi,smaug
2013-10-09 16:02:59 +08:00
Nikhil Marathe
53df8db426
Bug 939909 - Get rid of Optional<> from internal Promise functions. r=bz
...
--HG--
extra : rebase_source : bcf49b1b593504aeb619f4bbd16028e57861641b
2013-11-19 10:39:51 -08:00
Gregory Szorc
fa9bd3e7b1
Backed out 4 changesets (c0e8f2c0465f::608c663f691f) (bug 928195) for landing prematurely
...
--HG--
extra : rebase_source : fa42534ef50a0373738349f17b2ca57510bdd6ac
2013-11-19 10:16:51 -08:00
Gregory Szorc
cd28c58eaa
Bug 928195 - Part 6: Rewrite WebIDL build system integration
...
WebIDL build system integration has been rewritten from the ground up.
Changes:
* GlobalGen.py, BindingGen.py, and ExampleGen.py have been removed in
favor of mozwebidl.py.
* Static .webidl files are now processed directly in their original location
and aren't copied to the object directory.
* Generated events <stem>.cpp files are now compiled into the unified
sources. Previously, only the <stem>Binding.cpp files were compiled
into unified sources.
* Exported .h files are now generated directly into their final location.
Previously, they were generated into the local directory then
installed in their final location.
* The list of globalgen-generated files now lives in Python and isn't
duplicated in 3 places.
* The make dependencies are much simpler as a result of using a single
command to perform all code generation. The auto-generated .pp file from
code generation sets up all dependencies necessary to reinvoke code
generation and Python takes care of dependency management.
--HG--
extra : rebase_source : bde37d7aab3bd224ca8611f3ba4aaf6311e2faab
2013-11-14 09:52:49 -08:00
Tareq Khandaker
c0715c9975
Bug 925847 - WorkerNavigator does not implement all of NavigatorID. r=nsm
2013-11-20 09:29:01 -05:00
Robert Bindar
271d43ca0d
Bug 923686 - Refactor about:networking return values. r=hurley
2013-11-20 09:29:01 -05:00
Trevor Saunders
2d8b6903f9
bug 946946 - add Document.docShell r=bz
2013-12-05 16:28:21 -05:00
Andrea Marchesini
578ebe29fb
Bug 887836 - URLSearchParams and URL, r=ehsan, r=bz, r=smaug
...
--HG--
rename : dom/workers/test/urlSearchparams_worker.js => dom/workers/test/urlSearchParams_worker.js
2013-12-12 19:30:27 +00:00
Andrea Marchesini
cb62561baa
Bug 887836 - URLQuery object, r=khuey
2013-12-12 19:30:10 +00:00
Jonathan Watt
c500711e7e
Bug 940698 - Add an "ownerNumberControl" property to HTMLInputElement. r=smaug
2013-11-20 09:32:45 +00:00