Boris Zbarsky
aede00dddf
Bug 1503070 part 12. Stop using DOMRequest in BrowserElement getCanGoForward/Back APIs. r=ehsan
2018-11-01 17:37:48 -04:00
Boris Zbarsky
9f70661642
Bug 1503070 part 10. Remove sendTouchEvent() API from BrowserElement. r=jryans
2018-11-01 17:37:48 -04:00
Boris Zbarsky
5f1d6448f8
Bug 1503070 part 9. Remove getWebManifest() API from BrowserElement. r=ehsan
2018-11-01 17:37:48 -04:00
Boris Zbarsky
6ca7e6b57e
Bug 1503070 part 8. Remove executeScript API from BrowserElement. r=ehsan
2018-11-01 17:37:48 -04:00
Boris Zbarsky
a595b274e1
Bug 1503070 part 7. Remove find methods from BrowserElement. r=ehsan
2018-11-01 17:37:47 -04:00
Boris Zbarsky
a198d31a62
Bug 1503070 part 6. Remove getContentDimensions() method from BrowserElement. r=ehsan
2018-11-01 17:37:47 -04:00
Boris Zbarsky
cc94a48f78
Bug 1503070 part 5. Remove zoom() method from BrowserElement. r=ehsan
2018-11-01 17:37:47 -04:00
Boris Zbarsky
a0f19a1a33
Bug 1503070 part 4. Remove getScreenshot() method from BrowserElement. r=ehsan
2018-11-01 17:37:41 -04:00
Boris Zbarsky
75e71c08a9
Bug 1503070 part 3. Remove purgeHistory() method from BrowserElement. r=ehsan
2018-11-01 17:36:11 -04:00
Boris Zbarsky
8a0b60f33c
Bug 1503070 part 2. Remove download() method from BrowserElement. r=ehsan
2018-11-01 17:36:11 -04:00
Boris Zbarsky
2d6e9368a0
Bug 1503070 part 1. Remove next-paint listeners from BrowserElement. r=ehsan
2018-11-01 17:36:11 -04:00
Nicholas Nethercote
8478f8d66e
Bug 1489047 - Change almost all DOMString occurrences in XPIDL files to AString. r=nika
...
Because they have almost identical semantics.
--HG--
extra : rebase_source : ea9074bcac2a1d190b88a5d1afc15997593659b7
2018-09-06 18:02:43 +10:00
Boris Zbarsky
a410b62f8d
Bug 1478806. Remove nsIBrowserElementNextPaintListener. r=mccr8
...
There's no particular reason for us to have this interface. The only consumer
is JS-implemented, and the only caller has JS values to start with; we can just
pass these as jsval.
2018-07-27 00:37:44 -04:00
Boris Zbarsky
faa2ec447e
Bug 1450421 part 1. Stop using nsIDOMDOMRequest in xpidl. r=qdot
...
MozReview-Commit-ID: LYGIRidVNW
2018-04-19 12:55:33 -04:00
Nika Layzell
5e2e5fc993
Bug 1444991 - Part 5: Make some XPCOM methods more strongly typed, r=bz
...
This patch goes through and changes a bunch of places in our tree which mention
this bug to use the new feature, making the methods more strongly typed.
There are probably more places in tree which could be changed, but I didn't try
to find them.
2018-04-17 19:21:05 -04:00
Boris Zbarsky
e15f8f10ff
Bug 1444143 part 12. Remove use of nsIFrameLoader from XPIDL files. r=mystor
...
MozReview-Commit-ID: 8pZ655SgrZ0
2018-03-21 22:43:17 -04:00
Andrea Marchesini
da7aba03b1
Bug 1368712 - Get rid of nsIBrowserElementAPI.{set,get}Visible, r=kanru
2017-05-31 21:15:23 +02:00
btian
03466ff5ab
Bug 1299390 - part 3: Remove BrowserElement methods required by BrowserElementAudioChannel only. r=alwu,baku
...
MozReview-Commit-ID: LAyGMvmmZpz
--HG--
extra : rebase_source : 29d72475fcc809a3e5d1f6f74a8fc3d703987457
2017-05-18 09:31:00 +08:00
btian
eb73e59657
Bug 1299390 - part 2: Remove AudioChannelService methods required by BrowserElementAudioChannel only. r=alwu,baku
...
Changes:
- remove nsIAudioChannelService methods
- remove method AudioChannelService::RefreshAgentsVolumeAndPropagate and IPC method AudioChannelChangeNotification
- remove workaround for bug 1183033
MozReview-Commit-ID: BqlXYVhgrat
--HG--
extra : rebase_source : 64905901d645aea801b93e742472ac67ff7fb49e
2017-05-18 09:31:00 +08:00
Michelangelo De Simone
682555bbc4
Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan
...
MozReview-Commit-ID: 5jkBVon3ZSz
--HG--
extra : rebase_source : e13a061650abe81ea58ffca22f74e3ec6122fede
2016-12-20 16:32:12 -08:00
Michelangelo De Simone
8641036d15
Bug 1310859 - Remove DOM/nfc and related code. r=jst
...
MozReview-Commit-ID: FiS7uGytipN
--HG--
extra : rebase_source : cd9be62d334568b4abd850398467bce4c4eb1544
2016-10-18 15:16:56 -07:00
J. Ryan Stinnett
b7ca8b1d80
Bug 1301514 - Destroy browser API frame scripts during swap. r=kanru
...
When swapping content from <iframe mozbrowser> to <xul:browser>, we now stop the
frame scripts that implement the content side of the browser API since they are
no longer needed and can cause issues if they remain active.
MozReview-Commit-ID: JrecxA4MI93
--HG--
extra : rebase_source : cc68b975c7d82035410a647ff66eab130055ed04
2016-09-08 16:00:12 -05:00
Gabriele Svelto
4dfafe74a7
Bug 1284535 - Remove dependencies to the mozApps-related APIs from the audio channel code r=gsvelto
...
MozReview-Commit-ID: 9XKMKBkvlfR
--HG--
extra : rebase_source : f08a164c052e996c0aad2cd770ff0ba786596d14
2016-04-14 15:19:41 +02:00
Boris Zbarsky
cf35c3398f
Bug 1273203. Remove the getStructuredData API from BrowserElement. r=kanru
2016-05-18 02:51:49 -04:00
Alastor Wu
b9ace4602b
Bug 1206581 - Implement notifyChannel() on AudioChannel API. r=kanru, r=baku.
...
--HG--
extra : transplant_source : Jz%11%82%60%AF%AA%82%F1%A5%EB%A5%05%7C%EBS%EF%89%3C%8A
2015-11-06 00:32:04 +08:00
Marcos Caceres
9859867e5b
Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley
2015-11-03 03:52:00 +01:00
Ted Clancy
4b2d44ae11
Bug 1195801 - Add GetStructuredData() method to Browser API. r=kanru, r=bholley
2015-09-22 23:02:10 -07:00
Wes Kocher
3bc0233be8
Backed out changeset dca7021e514a (bug 1169633) for test_browserElement_inproc_getWebManifest.html failures CLOSED TREE
2015-09-17 13:08:32 -07:00
Marcos Caceres
346978573f
Bug 1169633 - [Browser API] getWebManifest(). r=kanru,bholley
2015-09-16 06:55:00 +02:00
Carsten "Tomcat" Book
c5551bace9
Backed out 2 changesets (bug 1169633, bug 1163254) for linux Mn-e10s test bustage on a CLOSED TREE
...
Backed out changeset 47ccf6689101 (bug 1169633)
Backed out changeset 503eab197a2d (bug 1163254)
2015-09-17 16:01:25 +02:00
Marcos Caceres
1e387b4675
Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley
2015-09-16 06:55:00 +02:00
Brian R. Bondy
b96697e95d
Bug 1188487 - Add API to BrowserElement to mute and set volume. r=fabrice
...
It's already possible to get mute/volume at the audio channel level, but
this adds it at the iframe level so that audio channels can be created
and destroyed and the setting will be preserved.
2015-07-31 13:21:18 -04:00
Paul Rouget
dfe7fcd341
Bug 1174733 - Browser API: iframe.executeScript. r=kanru, r=bholley
2015-07-16 03:56:00 -04:00
Andrea Marchesini
db14826639
Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan
...
--HG--
rename : dom/audiochannel/AudioChannelAgent.h => dom/browser-element/BrowserElementAudioChannel.h
rename : dom/audiochannel/tests/file_telephonyPolicy.html => dom/browser-element/mochitest/test_browserElement_inproc_AudioChannel.html
rename : dom/audiochannel/tests/file_telephonyPolicy.html => dom/browser-element/mochitest/test_browserElement_oop_AudioChannel.html
rename : dom/audiochannel/AudioChannelCommon.h => dom/webidl/BrowserElementAudioChannel.webidl
2015-07-10 17:38:44 +01:00
Carsten "Tomcat" Book
c07e36b612
Backed out changeset bcfbdb934c37 (bug 1113086) for breaking cpp tests with timeouts in TestAudioChannelService.exe
...
--HG--
rename : dom/webidl/BrowserElementAudioChannel.webidl => dom/audiochannel/AudioChannelCommon.h
rename : dom/browser-element/mochitest/test_browserElement_oop_AudioChannel.html => dom/audiochannel/tests/file_telephonyPolicy.html
2015-07-11 14:14:58 +02:00
Andrea Marchesini
3050bc370c
Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan
...
--HG--
rename : dom/audiochannel/AudioChannelAgent.h => dom/browser-element/BrowserElementAudioChannel.h
rename : dom/audiochannel/tests/file_telephonyPolicy.html => dom/browser-element/mochitest/test_browserElement_inproc_AudioChannel.html
rename : dom/audiochannel/tests/file_telephonyPolicy.html => dom/browser-element/mochitest/test_browserElement_oop_AudioChannel.html
rename : dom/audiochannel/AudioChannelCommon.h => dom/webidl/BrowserElementAudioChannel.webidl
2015-07-10 21:08:43 -04:00
Xidorn Quan
f23d866f51
Backed out 8 changesets (bug 1113086) for build bustage
...
Backed out changeset a20839dfd439 (bug 1113086)
Backed out changeset 675ea719b91c (bug 1113086)
Backed out changeset cfb34138bb9f (bug 1113086)
Backed out changeset b9525c60a737 (bug 1113086)
Backed out changeset 380859ae955b (bug 1113086)
Backed out changeset 5ec088f0892f (bug 1113086)
Backed out changeset caf57ae8cbce (bug 1113086)
Backed out changeset 0fc4dec6cd81 (bug 1113086)
--HG--
extra : histedit_source : d8dfd75d9dae36b7309ce78e3b4488faf57003da%2C48081711b7067191d8e4749fd3b572db59bc03f9
2015-07-11 10:55:59 +10:00
Andrea Marchesini
bbb0a11f31
Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan
...
--HG--
rename : dom/browser-element/mochitest/test_browserElement_inproc_GetContentDimensions.html => dom/browser-element/mochitest/test_browserElement_inproc_AudioChannel.html
rename : dom/browser-element/mochitest/test_browserElement_oop_GetContentDimensions.html => dom/browser-element/mochitest/test_browserElement_oop_AudioChannel.html
2015-07-10 17:38:44 +01:00
Paul Rouget
53184296fe
Bug 1163961 - Browser API: Page search. r=kchen, r=ehsan
2015-06-09 20:04:00 -04:00
Dimi Lee
a09be7bb0a
Bug 1105666 - [BrowserAPI] Add an API to indicate this iframe could receive NFC event. r=smaug, kanru, yoshi
2015-01-22 17:40:17 +08:00
Kan-Ru Chen (陳侃如)
c7d83676ec
Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz
2014-11-21 18:56:27 +08:00
Wes Kocher
d99359e04b
Backed out changeset c7c9170ab299 (bug 1044736)
2014-11-17 22:44:13 -08:00
Wes Kocher
2d9f4bd96e
Backed out changeset d045286cff6e (original backout of 8 changesets) for not working right a=backout
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-17 22:19:49 -08:00
Wes Kocher
3696aa8ceb
Backed out 8 changesets (bug 1044736) for breaking the statusbar on b2g a=backout
...
Backed out changeset b1a6ecfca674 (bug 1044736)
Backed out changeset 61fc517d0336 (bug 1044736)
Backed out changeset 59a47fafaccf (bug 1044736)
Backed out changeset b3ff4ce20e67 (bug 1044736)
Backed out changeset e4f1f09f150f (bug 1044736)
Backed out changeset 8ecfc1f41ddc (bug 1044736)
Backed out changeset c7c9170ab299 (bug 1044736)
Backed out changeset 78aacc35b4e7 (bug 1044736)
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-17 20:34:00 -08:00
Kan-Ru Chen (陳侃如)
9be168779e
Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz
2014-11-12 19:27:31 +08:00
Carsten "Tomcat" Book
a3f54a888a
Backed out changeset 8505276285fa (bug 1044736)
2014-11-12 08:39:41 +01:00
Carsten "Tomcat" Book
050c622f95
Backed out changeset 6ccbc46c33db (bug 1044736)
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 08:39:28 +01:00
Kan-Ru Chen (陳侃如)
4167226bc1
Backed out 8 changesets (bug 1044736) r=bustage
...
Backed out changeset 920775ddfb85 (bug 1044736)
Backed out changeset a3604ab2b3ca (bug 1044736)
Backed out changeset fb6a60700803 (bug 1044736)
Backed out changeset 7037d2b40d39 (bug 1044736)
Backed out changeset 1b55f80e1ca6 (bug 1044736)
Backed out changeset f55ff90f2b6f (bug 1044736)
Backed out changeset 8505276285fa (bug 1044736)
Backed out changeset e81aa95ac8d3 (bug 1044736)
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-12 15:10:27 +08:00
Kan-Ru Chen (陳侃如)
ef7ff3f544
Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz
2014-11-12 14:20:18 +08:00