Brian Grinstead
04db85aa39
Bug 1262009 - Treat all file connections (including chrome uris) as non secure connections;r=tanvi
...
If a <browser> is included within a chrome document, then this._state
will refer to the security state for the <browser> and not the top level
document. In this case, don't upgrade the security state in the UI
with the secure state of the embedded <browser>.
2016-04-13 10:42:37 -07:00
Florian Quèze
826840fc31
Bug 1238286 - Searchbar placed in Australis Menu doesn't detect search plugins if Menu wasn't opened in the window, r=adw.
2016-04-11 15:07:27 +02:00
Ray Lin
4f78f6622f
Bug 995758 - Focus new tab URLBar in Customization mode. r=gijs
...
MozReview-Commit-ID: C9qJE5U7sPk
2016-04-05 20:46:00 +02:00
Wes Kocher
e7e4a7abbf
Backed out changeset 1d5b01d01df6 (bug 1238286) for m(oth) failures in test_focus_autocomplete.xul
...
MozReview-Commit-ID: HVzqjvciYqB
2016-04-11 09:46:26 -07:00
Florian Quèze
e5a08515d2
Bug 1238286 - Searchbar placed in Australis Menu doesn't detect search plugins if Menu wasn't opened in the window, r=adw.
2016-04-11 15:07:27 +02:00
Wes Kocher
dfc7e5253f
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 9YZdlIARozU
2016-04-08 16:47:03 -07:00
Dave Townsend
4bf4f02ce7
Bug 1257246: Update browser for eslint 2. r=felipe
...
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.
MozReview-Commit-ID: DEskVIjiKDM
--HG--
extra : rebase_source : 07ba1d14655f5d761624b105ef025ec88323d4d5
extra : histedit_source : 9e5ab54ce1b1a5ee1f0fb143f8d1450522455e3b
2016-04-05 11:33:33 -07:00
Mike Conley
6e0b12955c
Bug 1262946 - Don't focus the initial browser of a new window until it has painted. r=Gijs
...
This is in order to optimize the critical path (the presenting of content to the user).
If we don't wait until the content has been presented for the tab switch, then we run
the risk of causing the content to send sync IPC messages for IME up to the parent,
which slows down the rendering of the content.
MozReview-Commit-ID: B0anKV8YVUz
--HG--
extra : rebase_source : 3de0ebe8dd26a1576f0fd560eac7ba1cb4e4bca1
2016-04-07 11:42:17 -04:00
Peter Van der Beken
fdf8990ef4
Bug 1262110 - Null out nsIMacDockSupport.dockMenu on shutdown. r=smaug.
...
--HG--
extra : rebase_source : 230f640b44d8ecbb846780584c608827d012680c
2016-04-05 16:46:43 +02:00
Nihanth Subramanya
5105f59732
Bug 1240594 - Deduplicate certerror and neterror message passing code. r=Gijs
...
MozReview-Commit-ID: 3M8caW1Zqsv
--HG--
extra : rebase_source : d64c4ba26878d702aec5f74283cb6d84327a532e
2016-03-15 02:36:21 -07:00
Wes Kocher
83be08e7e5
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 1Q56H3tR0mI
2016-04-05 16:39:24 -07:00
Alexandre Poirot
e6645862ac
Bug 1261092 - Simplify gcli initialization/destruction codepaths. r=jryans,jwalker
2016-04-05 07:16:48 -07:00
Carsten "Tomcat" Book
fad84a5168
Backed out changeset 864320b75e76 (bug 1259466) for suspicion this caused bc 7 test failures on m-c
2016-04-05 08:54:01 +02:00
Jeff Muizelaar
328e2a6882
Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
...
We would rather people not use this pref.
2016-04-04 17:15:00 -04:00
Blake Kaplan
a399b8c42c
Bug 1186139 - Don't use a sync message where we don't have to. r=felipe
2016-03-25 15:38:10 -07:00
Jeff Muizelaar
83bb88f11e
Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
...
We would rather people not use this pref.
2016-04-05 10:55:17 -04:00
Jonathan Kingston
5f81508edb
Bug 1244022 - Change the tooltip of the "i" icon to "Show site information". r=paolo
...
MozReview-Commit-ID: oBtO1tuqOS
--HG--
extra : amend_source : 6bbf5756d3b359f0079762c1f8c936f8a8441058
2016-03-23 11:26:04 +00:00
Gijs Kruitbosch
abe1c0b2f7
Bug 621158 - make appcache use messaging for quota management, r=mayhemer,jaws
...
MozReview-Commit-ID: GfHbERuzuW8
--HG--
extra : rebase_source : 40e7a841174fb4121afc25e45edf1b10527688e7
2016-03-21 10:22:16 +00:00
Mike Conley
40a0583b09
Bug 1255511 - Skip beforeunload prompts once nsIAppStartup shuttingDown returns true. r=Gijs
...
When the application is asked to quit, all windows are checked to see if
they can close (which will spawn the permit unload dialogs). Once the
user grants the quit via the permit unload dialogs, nsIAppStartup
returns true for the shuttingDown attribute, and we know that all
windows allowed the shutdown to occur. This means that we don't
have to show the permitUnload dialogs again when SessionStore
attempts to close the windows when it does its final async window
flush during the quit-application-granted observer topic.
MozReview-Commit-ID: DOy8ljngnTd
--HG--
extra : rebase_source : 585a75959fb8f441349594d2c3569f1de984eb44
2016-03-15 14:45:38 -04:00
Sebastian Hengst
f6d36d05d1
Backed out changeset 98f7e296affd (bug 1186139) for failing mochitest-bc7. r=backout
2016-03-14 21:01:24 +01:00
Blake Kaplan
84248389f9
Bug 1186139 - Don't use a sync message where we don't have to. r=felipe
2016-03-14 11:13:47 -07:00
Kris Maglione
128a5928cb
Bug 1250784: Part 3 - [webext] Add suport for runtime.openOptionsPage. r=Mossop
...
MozReview-Commit-ID: 9izx4uX0Szd
--HG--
extra : rebase_source : d474f77b37007f8b7e3118781af4b3d8d64aac61
2016-03-09 17:10:29 -08:00
Kris Maglione
7dfe8256b3
Bug 1250784: Part 2 - [webext] Fix some issues that cause noisy tests. r=Mossop
...
MozReview-Commit-ID: 93NMinJpWRo
--HG--
extra : rebase_source : 5d7571a2d75c7991cb7eb7f00de9800578e3791a
2016-03-09 17:26:27 -08:00
malayaleecoder
b3deb181bb
Bug 1254496 - Remove gURLBar null-checks. r=dao
2016-03-10 23:15:49 +05:30
Gijs Kruitbosch
e4f6985644
Bug 798249 - track when we're 'inside' a loadURI call when dealing with Stop() calls resulting from the same, r=mconley
...
MozReview-Commit-ID: 48xQn03HtjZ
--HG--
extra : rebase_source : 29669594a65d2f8710445bb8ae9b4b92c5834c91
2016-02-16 14:08:14 +00:00
Gijs Kruitbosch
c18c42bb0c
Backed out changeset 2331bc8e11a7 (bug 798249) for leaks and intermittent about:home uncaught errors
...
MozReview-Commit-ID: FWORd2nzGbl
--HG--
extra : amend_source : 0a962aa52855baae50f540edc12e1ab1872f11c6
2016-03-08 12:26:54 +00:00
Gijs Kruitbosch
a65fa3d735
Bug 798249 - track when we're 'inside' a loadURI call when dealing with Stop() calls resulting from the same, r=mconley
...
MozReview-Commit-ID: 48xQn03HtjZ
--HG--
extra : rebase_source : a4136a9a97a6ffaddc4e442b4c6f24c79b31f3f3
extra : histedit_source : 5d39687b0d93f0c7058c2ef41e79ddb1e20cb495
2016-02-16 14:08:14 +00:00
Nihanth Subramanya
4c1b965308
Bug 1220753 - Add button to revoke security exceptions in the control center. r=paolo
2016-02-07 17:46:47 -08:00
Mark Hammond
e7b452c2c2
Bug 1246869 - remove services.sync.syncedTabsUIRefresh preference so SyncedTabs sidebar can ride the trains. r=adw
2016-03-01 11:22:47 +11:00
Carsten "Tomcat" Book
7f956c0bfb
merge mozilla-inbound to mozilla-central a=merge
2016-02-29 11:35:30 +01:00
Gijs Kruitbosch
cd643848b1
Bug 1088710 - part 1: fix some leftover gunk from pre-australis menubutton, r=mconley
...
MozReview-Commit-ID: C4fA6cboVZY
--HG--
extra : rebase_source : 8eb98fdab15cee43ba7a7b4a395d0f9a9287086e
2016-02-24 15:23:35 +00:00
Alexandre Poirot
20e2ec71ce
Bug 1248601 - Register the Developer Toolbar dynamically. r=jwalker
2016-02-27 04:51:11 -08: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
Nihanth Subramanya
6e71a5e6cf
Bug 1201437 - Degrade control center/identity box icons to grey lock with yellow triangle for user-added security exceptions. r=paolo
...
MozReview-Commit-ID: 92m7Rhjufv4
--HG--
extra : rebase_source : 3e392e1d3012093edf30eee2c5d5cb77a2da8a10
2016-02-24 22:45:23 -08:00
Alexandre Poirot
0f4a6801ac
Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans
...
--HG--
rename : devtools/client/devtools-clhandler.js => devtools/client/devtools-startup.js
rename : devtools/client/devtools-clhandler.manifest => devtools/client/devtools-startup.manifest
2016-02-24 02:06:42 -08:00
Gijs Kruitbosch
84ca79b68b
Bug 1220160 - part 3: use mozDocumentURIIfNotForErrorPages for ssl error reporting, r=past
...
MozReview-Commit-ID: INgz40gYGwl
--HG--
extra : rebase_source : b7d46175ab04ae6d168fe58e73b713164e5fadd8
2016-02-22 20:31:10 +00:00
Gijs Kruitbosch
f52aef14ef
Bug 1250482 - r=mak
...
MozReview-Commit-ID: 2wpk7hOKUO7
--HG--
extra : amend_source : c7531a0e4f1d02c15701855b631f4ce2fe6cfb8b
2016-02-23 13:39:28 +00:00
Wes Kocher
24663f3a36
Backed out changeset 3b17489c9d98 (bug 1248600) for ESLint failures
...
--HG--
rename : devtools/client/devtools-startup.js => devtools/client/devtools-clhandler.js
rename : devtools/client/devtools-startup.manifest => devtools/client/devtools-clhandler.manifest
extra : commitid : AmNYlqOEWAb
2016-02-22 09:27:04 -08:00
Alexandre Poirot
fb5133261e
Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans
...
--HG--
rename : devtools/client/devtools-clhandler.js => devtools/client/devtools-startup.js
rename : devtools/client/devtools-clhandler.manifest => devtools/client/devtools-startup.manifest
2016-02-22 06:57:15 -08:00
Gijs Kruitbosch
b7e9c528d8
Bug 1228754 - correct comments from bustage fix, rs=me, DONTBUILD
...
MozReview-Commit-ID: 2w311HTGaEt
2016-02-22 09:32:11 +00:00
Dão Gottwald
594c008fcb
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-20 14:03:25 +01:00
Carsten "Tomcat" Book
ef7d4492cc
Merge mozilla-central to fx-team
2016-02-19 17:22:14 +01:00
Carsten "Tomcat" Book
cab348d1b5
Backed out changeset c34fe673bb97 (bug 1014185) for perma failures in browser_bug1163570.js
2016-02-19 17:19:19 +01:00
Gijs Kruitbosch
8e1f9ecb9d
Bug 1228754 - bustage followup, rs=me,bustage
...
MozReview-Commit-ID: Lg2aDejV4Er
--HG--
extra : rebase_source : f4864efb3081b227a548642a771d39ef875062a2
2016-02-19 15:44:04 +00:00
Carsten "Tomcat" Book
fd2c2d9b1a
merge mozilla-inbound to mozilla-central a=merge
2016-02-19 12:02:26 +01:00
Justin Dolske
d342593533
Backout 44f79bbe2b51 (bug 1219788), not working as intended.
2016-02-18 12:16:52 -08:00
Dão Gottwald
4c8a1f54f5
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-19 00:50:17 +01:00
Gijs Kruitbosch
96797e42b2
Bug 1228754, r=mak,bz
...
MozReview-Commit-ID: IGGW2RGiN3u
--HG--
extra : rebase_source : a724f7dd9f7437affada8c308af3da619fd72fdc
2016-02-19 11:54:57 +00:00
Dave Townsend
688e1344df
Bug 1245916: Add additional browser window scripts to eslint globals. r=felipe
...
This adds more of the scripts that browser.js relies on and also makes
browser-chrome head files import the browser.js globals.
The MOZ_JSDOWNLOADS block in contentAreaUtils only seems to hide a single
function, I don't see any need to keep hiding that now we're on by default.
MozReview-Commit-ID: 5zvF3JtJrZG
--HG--
extra : rebase_source : 94daff602b51d7ad57a24872d9eba9b304cf2da9
extra : source : b554c7ce41c42f16c2279ae88fd9567da7509bff
2016-02-05 12:16:39 -08:00