Florian Queze
4b1556a5f2
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
2017-04-27 00:25:45 +02:00
Florian Queze
37ff4fc7cc
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
a07223d699
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
95d4d20c17
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Eugen Sawin
0b1bae9e19
Bug 1355542 - [2.0] Remove unused web progress callbacks and add missing progress filters. r=felipe
2017-04-13 23:20:17 +02:00
Florian Quèze
cd762cc83c
Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws.
...
--HG--
extra : rebase_source : c6e20e6e79b0ca5de751c52712d96cbea9432d26
2017-03-07 15:29:48 +01:00
Florian Quèze
b11907c7aa
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +01:00
Florian Quèze
fc6379e827
Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws.
2017-01-09 20:27:26 +01: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
Ehsan Akhgari
5690b5e079
Bug 1317983 - Remove navigator.mozBrowserElementProxy; r=baku
...
This was implemented in bug 1196654 for the b2g system app, and is no longer
being used.
2016-11-16 12:22:14 -05:00
J. Ryan Stinnett
30f5c7c935
Bug 1316718 - Remove ExtensionContent from mozbrowser startup. r=fabrice
...
MozReview-Commit-ID: 4I5Ox1cQdIg
--HG--
extra : rebase_source : ca8dc8328fe268d91e7e98b1130c16527684a427
2016-11-10 15:38:26 -06:00
Ehsan Akhgari
4a51ebacfa
Bug 1310378 - Remove support for mozwidget; r=baku
2016-10-17 13:15:36 -04:00
Kartikaya Gupta
eae6ab8433
Bug 970125 - Rip out the BrowserElementPanning JS code that's not used any more. r=kanru
...
MozReview-Commit-ID: 9VRrVliiU6r
--HG--
extra : rebase_source : ba49e5f270b37c80dd12258b3820f7e82cba6fef
2016-10-06 10:36:17 -04:00
Carsten "Tomcat" Book
89dba842cb
merge fx-team to mozilla-central a=merge
2016-09-09 12:01:21 +02: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
J. Ryan Stinnett
bcefcd65fe
Bug 1301514 - Clarify ownership of BrowserElementIsReady. r=kanru
...
It wasn't immediately obvious to me that BrowserElementIsReady was correctly
guarding against re-running the browser element scripts in a frame. After more
testing, it was working, but I've added some debug lines for future clarity.
No functionality changes in this patch.
MozReview-Commit-ID: CW4o2TsGKmj
--HG--
extra : rebase_source : 62ec06d4b75f90b3478e403906efaa2f3c3658e2
2016-09-07 17:45:13 -05:00
Mike de Boer
f52eb8430c
Bug 1290914 - move the matches count and highlight-all request from the findbar binding to the JS module in the content process, so it's closer to the metal. r=jaws
...
MozReview-Commit-ID: INYobXmrVj5
2016-09-08 22:38:55 +02:00
Kan-Ru Chen
880bbbc173
Bug 1279635 - Change mozbrowserlocationchange event detail to match Servo. r=smaug
...
MozReview-Commit-ID: 1kCbM5lJ4Sr
--HG--
extra : rebase_source : e13fb1ee68301e77acb0bd5b97f24deab865bdd8
2016-09-02 17:20:05 +08:00
Sebastian Hengst
c32d429f6e
Backed out changeset 7158434e674a (bug 1290914)
2016-09-07 18:37:24 +02:00
Mike de Boer
ec93a96045
Bug 1290914 - move the matches count and highlight-all request from the findbar binding to the JS module in the content process, so it's closer to the metal. r=jaws
...
MozReview-Commit-ID: IgPlFro1bg9
--HG--
extra : rebase_source : 67e1f08003e26295377ffb0d17ffe902ea49970f
2016-09-07 12:03:45 +02:00
J. Ryan Stinnett
eba743ab20
Bug 1296079 - Disable dump() calls in dom/browser-element. r=kanru
...
MozReview-Commit-ID: 1RbEiXMV5ab
2016-08-22 13:44:51 -05:00
Patrick McManus
c0638a1abc
Bug 1274729 - corrupted content string management r=dragana
2016-05-23 10:12:31 -04:00
Boris Zbarsky
cf35c3398f
Bug 1273203. Remove the getStructuredData API from BrowserElement. r=kanru
2016-05-18 02:51:49 -04:00
J. Ryan Stinnett
90571ef998
Bug 1270320 - Only add sessionHistory to browser element when missing. r=kanru
...
MozReview-Commit-ID: IeELb4vUoQD
2016-05-06 11:06:01 -05:00
Till Schneidereit
bbe76f1a0a
Bug 1254947 - Fix instanceof checks that assume `promiseFromSomeGlobal instanceof otherGlobal.Promise` succeeds. r=bz
2016-03-09 14:25:11 +01:00
Francois Marier
53454d8416
Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
...
MozReview-Commit-ID: DLC1KDvYbUH
--HG--
extra : rebase_source : 7289c93af47827f8a8dd78285d7beecf31935f3c
2016-02-25 21:34:01 -08:00
Phil Ringnalda
c279cb263c
Back out 2 changesets (bug 1245992) for several browser-chrome failures
...
Backed out changeset 6d9614f87daf (bug 1245992)
Backed out changeset 34e6eea401e3 (bug 1245992)
2016-02-25 19:15:16 -08:00
Francois Marier
b5682aa996
Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
...
MozReview-Commit-ID: JnYOqtCIib7
--HG--
extra : rebase_source : 4488fa66efd6a1dd6d1b477836a772549a0424c3
2016-02-24 16:23:25 -08:00
Xidorn Quan
0671ebf899
Bug 743198 part 8 - Use unprefixed Fullscreen API in chrome code. r=smaug
...
--HG--
extra : source : a8b39fbf3673e59b0a41db2d748e092a87d4496c
2016-02-17 08:47:11 +08:00
James Cheng
894aab0a7f
Bug 1238883 - [TV Browser] It shows "The page cannot be displayed" when user browse some webpages. r=roc
...
--HG--
extra : rebase_source : fe6e9da8ce8772c0f3698252ce438dfc85d3f852
2016-02-02 01:26:00 +01:00
Vivien Nicolas
17b024a99d
Bug 1212321 - Stop painting on app launch. r=fabrice
2016-01-21 14:54:33 -08:00
Ting-Yu Lin
25a08ad583
Bug 1234118 - Delete code for supporting 'do-command' and 'copypaste-docommand'. r=mtseng, r=smaug
...
These two events are the leftovers for support copy/paste/cut/selectall
operations from old text_selection_dialog.js in Gaia. The code for
handling them can be removed since text_selection_dialog.js was removed
in bug 1221462.
--HG--
extra : commitid : 756JRa7O4UO
extra : rebase_source : 2d0f6ec9b6bb76d022d1cbe3788a9d4bf91ef588
2016-01-04 21:45:01 +08:00
Ting-Yu Lin
00f0ffd013
Bug 1221459 - Remove SelectionStateChangedEvent. r=mtseng, r=smaug
...
SelectionStateChangedEvent is dispatched only by SelectionCarets. Hence
the removal. The modification in mochitest browserElement_CopyPaste.js
is effectively the reverting of [1] with AccessibleCaret enabled.
The DoCommandHelper is shell.js is removed as well, which handles the
'do-command' event dispatched from old text_selection_dialog.js in Gaia.
[1] https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1155493&attachment=8612154
DONTBUILD
--HG--
extra : amend_source : 1348306b0eee27ae08cef1b947e383dfded7798c
2015-12-22 14:14:12 +08:00
Nigel Babu
87cf2dd471
Backed out changeset c97319b5cb12 (bug 1221459)
2015-12-22 14:03:16 +05:30
Ting-Yu Lin
69a670793a
Bug 1221459 - Remove SelectionStateChangedEvent. r=mtseng,smaug
...
SelectionStateChangedEvent is dispatched only by SelectionCarets. Hence
the removal. The modification in mochitest browserElement_CopyPaste.js
is effectively the reverting of [1] with AccessibleCaret enabled.
The DoCommandHelper is shell.js is removed as well, which handles the
'do-command' event dispatched from old text_selection_dialog.js in Gaia.
[1] https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1155493&attachment=8612154
--HG--
extra : commitid : GWwMqChxnUT
extra : source : 3f2c650804415aa98f42369bc2061ab2ada98661
extra : amend_source : b8f3a445248397f140723a07ea5bc85ed67d6054
2015-12-22 14:14:12 +08:00
Sam Foster
30f28029a4
Bug 1229838 - rel=apple-touch-icon-precomposed should fire mozbrowsericonchange. r=fabrice
2015-12-14 10:03:08 -08:00
Carsten "Tomcat" Book
d4ef6710aa
Backed out changeset 50441cd0d6a1 (bug 1212321) for causing regressions
2015-11-25 12:37:24 +01:00
Francois Marier
67506f65a6
Bug 1216723 - Add a new -forbid- Safe Browsing list type. r=gcp,r=smaug
2015-11-20 20:24:50 -08:00
Vivien Nicolas
8e5517fba9
Bug 1212321 - Stop painting on app launch. r=fabrice
2015-11-06 02:13:00 +01:00
Marcos Caceres
9859867e5b
Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley
2015-11-03 03:52:00 +01:00
Fabrice Desré
fef6066276
Backout b0359c684793 (Bug 926452) for causing bug 1213051 r=me
2015-10-28 13:33:52 -07:00
Tim Chien
7cfbbed85b
Bug 1196654 - navigator.mozBrowserElementProxy for access Browser API methods from the embedded, r=kanru, sr=sicking
2015-10-25 20:06:00 +01:00
Vivien Nicolas
374a46439a
Bug 926452 - The call to getComputedStyle in the onStateChange progress listener of BrowserElementChildPreload.js is expensive (~30ms). r=fabrice
2015-10-15 06:40:00 +02:00
Ting-Yu Chou
0c77e54e7f
Bug 1214133 - Preload ExtensionContent.jsm to get rid of the overhead. r=fabrice
2015-10-13 17:39:52 +08:00
Kevin Grandon
c44fd52108
Bug 1211481 - Expose screenX and screenY to context menu events. r=fabrice
2015-10-05 08:36:00 +02:00
Boris Chiou
50975ecf3c
Bug 1210265 - Add a pref toggle for copying/pasting only plain text on B2G. r=timdream
...
Add a new preference, clibboard.plainTextOnly.
1. On: we only support kUnicodeMIME in SetData/GetData.
2. Off: we can support different MIME types in SetData/GetData
BTW, "copy image" is dependent on non-text/rich text support, so this
menu item is also disabled after we turn the pref off.
2015-10-02 00:26:00 +02:00
Wes Kocher
0625b82581
Merge b2ginbound to central, a=merge CLOSED TREE
2015-09-23 13:18:17 -07:00
Boris Chiou
f7042de103
Bug 1198522 - Add a flag to make sure customized menu is added. r=timdream, r=kanru
...
We use the same array to maintain some system items and customized menu
items, so I add a new flag to make sure we add customized ones.
--HG--
extra : rebase_source : 74c5c2d5294ca949481aee31240535a003e13478
2015-09-18 05:35:00 +02:00
Ted Clancy
4b2d44ae11
Bug 1195801 - Add GetStructuredData() method to Browser API. r=kanru, r=bholley
2015-09-22 23:02:10 -07:00
Shu-yu Guo
64db2267cf
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00