Yoshi Huang
4347bb2318
Bug 1165272 - Part 1: remove getAppCodebasePrincipal. r=bholley
2015-08-17 17:03:19 +08:00
Bobby Holley
edfe287f26
Backed out 3 changesets (bug 1165272) for b2g sanity blocker.
2015-08-25 11:16:21 -07:00
Yoshi Huang
12efacfa8c
Bug 1165272 - Part 1: Remove getAppCodebasePrincipal. r=bholley
2015-08-24 01:31:00 -04:00
Boris Chiou
d0b96e41a1
Bug 952456 - Part 2: Support copy image in BrowserElement. r=kchen
...
Add a new context menu option, copy image.
2015-08-12 03:09:00 -04:00
Ehsan Akhgari
f9752f535c
Bug 1196361 - Remove the media.useAudioChannelService pref; r=baku
...
We need to rely on the audio channel service for all products now,
so supporting running without it seems pointless at this point.
2015-08-19 21:00:18 -04:00
Fabrice Desré
d0a42c5e92
Bug 1190995 - Support the new extension model in b2g r=billm
2015-08-14 16:55:09 -07:00
Fabrice Desré
4bccca4c8b
Bug 1190995 - backout 0450f02a2b3b for M1 failures
2015-08-14 17:57:34 -07:00
Fabrice Desré
dc4738feca
Bug 1190995 - Support the new extension model in b2g r=billm
2015-08-14 16:55:09 -07:00
Myk Melez
5f5a298ac6
Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj
2015-08-13 19:00:02 -07:00
Aryeh Gregor
5aeef0231d
Bug 874842 - Return Event instead of nsIDOMEvent
2015-08-12 14:39:31 +03:00
Brian R. Bondy
7bf8055bf0
Bug 1189494 - Pass tracking information to BrowserElement's mozbrowsersecuritychange event. r=fabrice
2015-08-10 16:59:59 -04:00
Jeremy Chen
b253b6b253
Bug 1181418 - Send selectionEditable info to app_text_selection_dialog. r=tlin, r=kanru, sr=smaug
...
--HG--
extra : commitid : DO8T9n6MMXa
extra : amend_source : d359d938905e00a8a4d6c5cebf0bee14b7527b6e
2015-07-31 04:34:00 +08:00
Ehsan Akhgari
778c91d13d
Bug 1190082 - Rename media-playback and the related stuff to audio-playback; r=smaug
...
Given that we only dispatch this for audio, media-playback sounds
like a misnomer.
2015-08-04 21:07:41 -04:00
Ehsan Akhgari
f674124112
Bug 1190083 follow-up: Restore the alphabetical order, DONTBUILD
2015-08-04 18:33:29 -04:00
Ehsan Akhgari
d18fe288a5
Bug 1190083 - Rename mozbrowsermediaplaybackchange to mozbrowseraudioplaybackchange; r=fabrice
...
--HG--
rename : dom/browser-element/mochitest/browserElement_MediaPlayback.js => dom/browser-element/mochitest/browserElement_AudioPlayback.js
rename : dom/browser-element/mochitest/test_browserElement_oop_MediaPlayback.html => dom/browser-element/mochitest/test_browserElement_inproc_AudioPlayback.html
rename : dom/browser-element/mochitest/test_browserElement_inproc_MediaPlayback.html => dom/browser-element/mochitest/test_browserElement_oop_AudioPlayback.html
2015-08-04 18:31:14 -04:00
Kan-Ru Chen
37be5dc5be
Bug 1188639 - Fix typo in BrowserElement.webidl and add tests for it. r=yoshi,bz
2015-08-03 10:56:03 +08:00
Brian R. Bondy
8b7c257d54
Bug 1188487 - Tests for BrowserElement mute / set volume. r=fabrice
2015-07-31 13:21:25 -04: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
Junior Hsu
546348a34c
Bug 1043110 - Part 2 - dispatch mozbrowsererror. r=kanru
...
--HG--
extra : rebase_source : 40a7dc00c2c1121ec6444fefaf1aca927ea17b27
2015-07-15 18:13:16 +08:00
Jeremy Chen
76c380be23
Bug 1147329 - Handle in-process case for Cut/Copy/Paste feature. r=kanru
...
--HG--
extra : commitid : H2bSIbLfEXs
2015-07-27 11:56:04 +08:00
Carsten "Tomcat" Book
6a7e108e0a
Backed out changeset 35c6e7e9c205 (bug 1135261) for test failures in gij in bookmark_edit_test.js on a CLOSED TREE
2015-07-22 08:13:08 +02:00
Myk Melez
9d936dfa4a
Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj
2015-07-21 19:15:38 -07:00
Xidorn Quan
eb61df85f2
Bug 1183848 - Register fullscreenchange event handler only once per window. r=smaug,khuey
...
--HG--
extra : source : c4ddc31b4f179cf1399e28b4dd95661ef8a8bfcd
2015-07-20 14:22:20 +10:00
Paul Rouget
dfe7fcd341
Bug 1174733 - Browser API: iframe.executeScript. r=kanru, r=bholley
2015-07-16 03:56:00 -04:00
Boris Zbarsky
f9793d505e
Bug 1181965. Remove uses of mozRequestAnimationFrame from dom and parser tests. r=bkelly
2015-07-14 15:28:57 -04:00
Birunthan Mohanathas
a8939590de
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Andrea Marchesini
24422a4be6
Bug 1113086 - AudioChannel policy in Browser API - patch 7 - Support non-app iframe, r=alwu
2015-07-10 17:40:24 +01: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
Carsten "Tomcat" Book
c17af9311e
Backed out changeset 200c185e4d71 (bug 1113086)
2015-07-11 14:13:41 +02:00
Andrea Marchesini
2668d9c803
Bug 1113086 - AudioChannel policy in Browser API - patch 7 - Support non-app iframe, r=alwu
2015-07-10 21:08:53 -04: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
Xidorn Quan
291696aa87
Backed out 7 changesets (Bug 1113086) for build bustage
2015-07-11 10:45:21 +10:00
Brian R. Bondy
8edf122c8c
Bug 1181176 - Pass along x and y position for context menus on Graphene. r=fabrice
2015-07-10 20:30:05 -04:00
Brian R. Bondy
261d106827
Bug 1180824
- Tests for browser-element mozbrowsermediaplaybackchange event. r=fabrice
2015-07-10 20:30:03 -04:00
Brian R. Bondy
7ef87cbf6f
Bug 1180824
- Implement media playback events for browser-element / Graphene. r=fabrice
2015-07-10 20:30:01 -04:00
Andrea Marchesini
b5cb67aaf7
Bug 1113086 - AudioChannel policy in Browser API - patch 7 - Support non-app iframe, r=alwu
2015-07-10 17:40:24 +01: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
Chris Lord
415486f0fe
Bug 1170644 - Fix forced reflow in BrowserElementChildPreload. r=bz
2015-07-08 15:38:43 +01:00
Fabrice Desré
f4eada1f8a
Bug 1168658 - Enable tracking protection in b2g r=francois
2015-06-09 21:26:37 -07:00
Gabriele Svelto
c693511438
Bug 1144132 - Adjust the priority of an activity opener so that it's above other background applications. r=fabrice
...
--HG--
rename : dom/browser-element/mochitest/priority/test_Background.html => dom/browser-element/mochitest/priority/test_Activity.html
rename : dom/browser-element/mochitest/priority/test_ForegroundLRU.html => dom/browser-element/mochitest/priority/test_MultipleActivities.html
2015-06-13 15:16:00 +02:00
Etienne Segonzac
8fcf73b164
Bug 1164123 - Add support for a theme-group meta to make theme-color"themable". r=fabrice
2015-06-17 10:02:00 -04:00
Xidorn Quan
68859cacc4
Bug 1168028 part 2 - Revert DOM fullscreen state after window finish resizing if we need to. r=smaug,dao
...
--HG--
extra : source : bbf582da8bd4b7ee58c597b5aeb9f64199059f38
2015-06-12 13:24:45 +12:00
Paul Rouget
53184296fe
Bug 1163961 - Browser API: Page search. r=kchen, r=ehsan
2015-06-09 20:04:00 -04:00
Phil Ringnalda
dfef8b95e8
Back out 3c8a737a5f8a (bug 1168658) for frequent Gij(10) failures in homescreen_navigation_test.js and edges_gesture_test.js, a=backout
2015-06-10 20:37:27 -07:00
Wes Kocher
b124d4653d
Merge b2ginbound to central, a=merge
2015-06-10 18:36:06 -07:00
Xidorn Quan
29eb0a646b
Bug 1161802 part 7 - Put document into fullscreen state after window becomes fullscreen. r=smaug,dao
...
--HG--
extra : source : fafd0c5759b8273aa30f37f014d2d5347a72b6d2
2015-06-10 23:13:12 +12:00
Fabrice Desré
0beb2b5457
Bug 1168658 - Enable tracking protection in b2g r=francois
2015-06-09 21:26:37 -07:00
Kevin Grandon
930310e210
Bug 1162844
- Add meta name="viewmode" to have configurable VR experiences. r=fabrice
...
--HG--
extra : rebase_source : cfabbfd656966e42b8bc00dfaf1bb6356118c5e0
2015-05-29 05:58:00 +02:00
Morris Tseng
bf13766420
Bug 1155493 - Part 4 - Add test for mozbrowsercaretstatechanged. r=kanru
2015-05-28 01:39:00 -04:00
Morris Tseng
fc201e0ae1
Bug 1155493 - Part 2: Event hook for mozbrowser element. r=kanru
2015-05-28 01:57:00 -04:00
Bobby Holley
477721865b
Bug 1167372 - Use originNoSuffix for full-screen prompt. v2 r=smaug,r=dao,r=fabrice
2015-05-27 15:32:47 -07:00
Ryan VanderMeulen
cf9976434d
Backed out 4 changesets (bug 1155493) for Android test_browserElement_inproc_CopyPaste.html timeouts/crashes.
...
Backed out changeset 3bd7adb9f591 (bug 1155493)
Backed out changeset 0380b1684e6b (bug 1155493)
Backed out changeset 58b7c1eaf3c8 (bug 1155493)
Backed out changeset 896beb5088a7 (bug 1155493)
2015-05-25 13:15:06 -04:00
Morris Tseng
bdae42a9c6
Bug 1155493 - Part 4: Add test for mozbrowsercaretstatechanged. r=kchen
...
--HG--
extra : source : 37cf24967016342b1bfe069c32321489d730bec3
2015-05-19 21:00:00 -04:00
Morris Tseng
a11d4a5f6e
Bug 1155493 - Part 2: Event hook for mozbrowser element. r=kchen
...
--HG--
extra : source : 0d74bb9bb06f9b55024a23b3744cbf6555c8fef1
2015-05-21 02:06:00 -04:00
Xidorn Quan
15047dd722
Bug 1053413 part 5 - Switch browser element to rely on fullscreen events instead of observer notification. r=smaug
...
--HG--
extra : source : ada5a798d60d130010fc5e07fbbaf3acbcd29c2f
2015-05-21 09:52:26 +12:00
Xidorn Quan
ae0095611c
Bug 1053413 part 3 - Remove fullscreen-origin-change notification, and make browser element rely on the fullscreen events. r=smaug
...
--HG--
extra : source : 5fb435684c91c57343b68ba3bf6caddb0ee0e778
2015-05-21 09:52:26 +12:00
Gabriele Svelto
ae624cb0f7
Bug 1157030 - Revert bug 1142806. r=khuey
2015-04-30 11:25:29 +02:00
Morris Tseng
9fc49c87d2
Bug 1151111 - Append iframe2 after iframe1 has loaded. r=kchen
2015-05-05 19:42:00 -04:00
Andrew McCreight
9e8f4b219e
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
2015-05-03 15:32:37 -04:00
Kevin Chen
41669c8fe2
Bug 1097479 - Allow nested content process to embed apps and add a nested pref check function. r=kanru
...
--HG--
extra : rebase_source : cffe31cb84bfd635458465774e77c4ff182839f0
2015-04-29 03:48:00 +02:00
Carsten "Tomcat" Book
107708af7c
merge mozilla-inbound to mozilla-central a=merge
2015-04-27 12:00:14 +02:00
Paul Rouget
c575949b67
Bug 1156615 - (Browser API) ctrl/cmd/middle-click doesn't work if <a> element has children. r=kchen
2015-04-20 22:27:00 -04:00
Morris Tseng
f656362746
Bug 1120592 - Create iframe directly instead of using setTimeout. r=kanru
2015-04-23 19:36:00 -04:00
Carsten "Tomcat" Book
7ef9b42c28
merge mozilla-central to mozilla-inbound IGNORE IDL
...
--HG--
extra : rebase_source : 294f0cad1bada4ebf38f24ff52ebbd7798de5912
extra : amend_source : d7b1044b736cf3e351efbef9610c83a14e6543ae
2015-04-22 16:09:56 +02:00
Kartikaya Gupta
53dd599648
Back out cset 17aad8f83237 (bug 1154499) now that we have a nightly with APZ enabled. r=me a=me
2015-04-22 09:36:25 -04:00
David Anderson
9ae1c872f4
Enable APZ for E10S on Windows for one Nightly. This patch will be backed out after one nightly. (bug 1154459, r=kats, a=ryanvm)
2015-04-21 15:35:19 -04:00
Francois Marier
17b87281f2
Bug 1147212 - Add support for goog-unwanted-shavar. r=gcp,r=matej,r=smaug
...
--HG--
rename : toolkit/components/url-classifier/tests/mochitest/evilWorker.js => toolkit/components/url-classifier/tests/mochitest/unwantedWorker.js
extra : rebase_source : efe09564160fb2fcb1adb5f6599183f053268c40
2015-04-22 21:01:37 +12:00
Phil Ringnalda
d68dd54c30
Backed out changeset ffde08dc5ceb (bug 1154459) for bustage
...
CLOSED TREE
2015-04-19 08:19:14 -07:00
David Anderson
4f6a850738
Enable APZ for E10S on Windows for one nightly build. (bug 1154459, r=kats)
2015-04-17 11:49:55 -04:00
Ms2ger
f1fc41b0e5
Bug 949614 - Use === for SimpleTest.is; r=Waldo
...
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.
This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Kan-Ru Chen (陳侃如)
0f190a6665
Bug 1142806 - Try to keep at least one foreground process at any time. r=gsvelto
...
--HG--
rename : dom/browser-element/mochitest/priority/test_Keyboard.html => dom/browser-element/mochitest/priority/test_DelayedBackgroundTransition.html
2015-04-13 16:25:09 +08:00
Paul Rouget
4edc49c4a4
Bug 1144015 - (Browser API) mozbrowseropentab support. r=kchen
...
--HG--
extra : rebase_source : c88abafa7b2e32b0e9f431f77a8c4c2cec96f65e
2015-04-02 23:45:00 -04:00
Shian-Yow Wu
1cbbbcf4c4
Bug 1138354 - Add proxy authencation info for 'mozbrowserusernameandpasswordrequired' event. r=mayhemer
2015-03-26 18:49:16 +08:00
Kartikaya Gupta
52c482890f
Bug 1143665 - Remove the ambiguous scroll position being passed around in scroll started/stop notifications. r=roc,ehsan
2015-03-25 07:52:37 -04:00
Gabriele Svelto
8988e8ef03
Bug 892371 - Add mochitests covering LRU priority adjustments for both foreground and background processes. r=khuey
2015-03-10 21:28:05 +01:00
Gabriele Svelto
243ffd8828
Bug 892371 - Adjust oom_score_adj values for foreground processes according to an LRU policy. r=dhylands, r=khuey
2015-02-25 09:37:38 +01:00
Fabrice Desré
7eadc238db
Backout c7c68c4389d6 (bug 1125713) for gaia app startup regression r=me
2015-03-11 22:50:18 -07:00
Paul Rouget
d41d4d70dc
Bug 1138252
- Load BrowserElementPanning.js only if touch events are enabled. r=botond
2015-03-05 16:38:51 -08:00
Gabriele Svelto
1f8afa872a
Bug 1119277 - Remove the process CPU priority parameter and simplify all the associated code. r=khuey, r=dhylands
2015-02-26 12:43:22 +01:00
sarvjeet
07d8696b14
Bug 995394: Removed parts of BrowserElementPanning.js that are only used when APZ is disabled and added that to a separte file BrowserElementPanningAPZDisabled.js r=botond, a=RyanVM
...
--HG--
extra : amend_source : 5806ad240ace17ce35008e307f89b825ed31d711
2015-02-25 13:33:21 -05:00
Wes Kocher
04a00867d2
Backed out 2 changesets (bug 995394) for m-dt orange on a CLOSED TREE
...
Backed out changeset a250f116b563 (bug 995394)
Backed out changeset da37f3c9b4ce (bug 995394)
2015-02-26 17:56:14 -08:00
Botond Ballo
2bce41a013
Bug 995394 - Fix a typo. r=me
2015-02-26 16:13:13 -05:00
sarvjeet
f8ac4ebec4
Bug 995394: Removed parts of BrowserElementPanning.js that are only used when APZ is disabled and added that to a separte file BrowserElementPanningAPZDisabled.js r=botond
2015-02-25 13:33:21 -05:00
aus@mozilla.com
f917f305c5
bug 1126065 - Make JS callers of ios.newChannel call ios.newChannel2 in dom/browser-element. r=sicking
2015-02-23 14:11:23 -08:00
Anish
45de248a8b
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers
2015-02-19 11:53:01 -05:00
Carsten "Tomcat" Book
c0d53e2918
Backed out changeset 6885e993936a (bug 1056851) for crashtest failures
2015-02-19 15:02:05 +01:00
Anish
e7006d8a59
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher
2015-02-19 07:26:41 -05:00
Kartikaya Gupta
b26756534f
Bug 1131695 - Ensure that mouse and touch events sent via BrowserElementParent to the child are offsetted correctly. r=fabrice
2015-02-16 21:41:49 -05:00
Carsten "Tomcat" Book
7871582fa7
Backed out changeset 969d634fe396 (bug 1131695) for android m4 perma failures on a CLOSED TREE
2015-02-17 09:27:25 +01:00
Kartikaya Gupta
5c6f96cc56
Bug 1131695 - Ensure that mouse and touch events sent via BrowserElementParent to the child are offsetted correctly. r=fabrice
2015-02-16 21:41:49 -05:00
Andrea Marchesini
f2202e383e
Bug 1125713 - Browser API: Add event for page download progress, r=fabrice
2015-02-15 21:06:14 +01:00
Wes Kocher
217a6cabe8
Backed out 2 changesets (bug 1131695) for mochitest-1 failures on a CLOSED TREE
...
Backed out changeset 13af514d6aea (bug 1131695)
Backed out changeset 6823625f2042 (bug 1131695)
2015-02-13 12:43:20 -08:00
Kartikaya Gupta
9a2e87d83e
Bug 1131695 - Ensure that mouse and touch events sent via BrowserElementParent to the child are offsetted correctly. r=fabrice
2015-02-13 14:33:09 -05:00
Morris Tseng
4dc62c20e6
Bug 1120750 - Part 4: Remove all touchcarettap event listener. r=roc
2015-01-27 22:45:00 -05:00
Morris Tseng
1b3e94152e
Bug 1120750 - Part 3: Dispatch taponcaret using selectionstatechanged event. r=roc
2015-01-21 23:42:00 -05:00
Ryan VanderMeulen
74f80ff51c
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-02-10 16:03:15 -05:00
Fabrice Desré
5980f9c2f5
Bug 1131573 - Add contextmenu support to input elements in forms. r=kanru
2015-02-10 09:32:48 -08:00
Morris Tseng
58963742cf
Bug 1119126 - Send updateposition after reflow when selection is collapsed. r=roc
2015-02-02 22:10:00 -05:00