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
Carsten "Tomcat" Book
49aae827cb
Merge mozilla-central to mozilla-inbound
2016-04-14 11:43:48 +02:00
Johann Hofmann
3676aeefc2
Bug 1242886 - Change learn more link for unknown issuers on about:certerror. r=gijs
2016-04-08 16:01:51 +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
Andrea Marchesini
01c41693ba
Bug 1245124 - window.open() should open a new tab in the same container, r=gijs, r=smaug
2016-02-18 08:33:07 +00:00
Alexandre Poirot
03af4376f7
Bug 1241050 - Convert DeveloperToolbar.jsm to commonjs module. r=jwalker
...
--HG--
rename : devtools/client/shared/DeveloperToolbar.jsm => devtools/client/shared/developer-toolbar.js
2016-02-16 07:23:56 -08:00
David Rajchenbach-Teller
665d890187
Bug 1243706 - Release PerformanceStats/PerformanceWatcher;r=Felipe
...
MozReview-Commit-ID: 4XT21bfBSa9
--HG--
extra : rebase_source : 4d35245170930e18bbfaf9ebba8e9d24fa52a87e
2016-01-28 13:41:14 +01:00
Andrea Marchesini
73a7d37782
Bug 1248302 - We should not show any decoration for tab with usercontextid=0, r=gijs
2016-02-15 18:12:53 +00:00
Kris Maglione
1937bcbcae
Bug 1244496: Add more detail to TabOpen/TabClose events for tabs moved between windows. r=Gijs
...
MozReview-Commit-ID: 9YHaVlMW0T6
--HG--
extra : rebase_source : 711c8a60e334fc3619ab9c915f7735c3729e7782
extra : histedit_source : 0399daf10a516f1595bdd5cc9a6964b5d4220117
2016-02-10 17:52:53 -08:00
Mike Conley
7d205d0d55
Bug 1055464 - Add RefreshBlocker front-end. r=Mossop
...
--HG--
extra : commitid : 7BLpVqsfmjb
extra : rebase_source : 240331924d9d25b5d7142fc4541bffac7d423217
extra : amend_source : 5f3d6118132f8977f3176b5042a50231ab3fe0f1
2016-02-05 15:01:38 -05:00
Dave Townsend
e496a11771
Bug 1245649: Turn on no-extra-semi. r=markh
...
--HG--
extra : commitid : HReQFPDOA6x
extra : rebase_source : 303a92f511c3c9dd2d26135975d4dc7c85e823b3
2016-02-03 17:27:36 -08:00
Carsten "Tomcat" Book
ddbbd78a0d
merge mozilla-inbound to mozilla-central a=merge
2016-02-02 11:50:53 +01:00
Mark Goodwin
68617816d0
Bug 1241455 Send TLS Error Reports for subresources r=past, Gijs, mcmanus
...
This patch makes use of the security reporter component (which hasn't landed yet
- see blockers) to allow automatic TLS error reports to be sent directly from
nsHttpChannel.cpp rather than sending them from browser.js. This allows failed
connections for subresources to be reported.
Some of the report sending from browser.js was retained to allow reports to be
sent at the time a user enables reporting. This has been modified to also make
use of the component.
Since the patient is on the table, I've also taken the opportunity to
remove the retry and status bits from aboutCertError.xhtml and
aboutNetError.xhtml - which removes a bunch of code and simplifies things a bit.
The mochitests have been modified to cope with the fact that the UI does not
update with report sending / report failures - instead, success and failure are
determined by examining the response seen from the server from within the test.
2016-02-01 11:18:50 +00:00
Gijs Kruitbosch
78353c667c
Bug 1226781 - only manually switch remoteness if we were trying to switch remoteness to begin with, r=mconley
...
--HG--
extra : commitid : 6VtYgVqIo5T
extra : rebase_source : aeb98bb8e45722c64c993cf3b0a098e449a453e7
2016-01-22 11:27:06 +00:00
Zachary Carter
3f462c3a37
Bug 1243591 - Create a pref to enable/disable the Synced Tabs UI refresh and enable it for Nightly r=markh
2016-01-28 00:52:56 -08:00
Paolo Amadini
80cafb07ab
Bug 1236231 - Make sure the Tracking Protection tour doorhanger is not shown when the tour starts from about:privatebrowsing. r=past
...
--HG--
extra : commitid : fwfrZp33lp
extra : rebase_source : 5637764c31d2c0285501877b9302300ce8e7f8ed
2016-01-11 14:40:31 +00: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
Mike Conley
1e0155b956
Bug 1238180 - Avoid unsafe CPOWs when opening Page / Frame / Image Info from the context menu. r=florian
...
--HG--
extra : commitid : 5UlX2bYXMNa
extra : rebase_source : 096d891c38daccc0ffb8143a66e3007f7ea74e00
2016-01-18 11:24:47 -05:00
Sebastian Kaspari
da14b5773c
Bug 1225433 - (Desktop) Update text and style of "forbidden" page. r=francois
...
--HG--
extra : commitid : ECujiEIzizS
extra : rebase_source : faa1ad69f8eb899ddb45579c84b73d486d9ad0a1
2016-01-19 10:17:16 +01:00
Tim Taubert
d558566d6f
Bug 1207130 - Add a checkbox for automatic error reporting to about:certerror r=Gijs,past
...
--HG--
rename : browser/base/content/test/general/pinning_reports.sjs => browser/base/content/test/general/ssl_error_reports.sjs
2016-01-13 15:29:54 +01:00
Andrea Marchesini
0ac8e42215
Bug 1239606 - Implement UserContextUI.jsm, r=paolo
2016-01-14 14:23:54 +00:00
Olivier Yiptong
268f43e4f7
Bug 1218996 - Allow Remote New Tab to ride release trains r=marcosc
...
--HG--
extra : rebase_source : 4f3e45ee392385451f979b084a1d3afab215b925
2016-01-11 20:30:24 -05:00
Olivier Yiptong
e9b515f263
Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc
...
--HG--
extra : rebase_source : 6280fdc5cdad7c122e4ce71e809d812f8e75386f
2016-01-11 20:30:13 -05:00
Jim Mathies
3e43959d68
Bug 1096804 - Update WindowsPreviewPerTab to support e10s. r=dao
2016-01-12 11:08:33 -06:00
Alessio Placitelli
0ca9853f5c
Bug 1234522 - Remove references to the data reporting service. r=gfritzsche,smaug
2016-01-05 06:29:00 +01:00
Tyler Steiman
23ffca4d0f
Bug 1231312 Simplify the string in browser.properties about certificate errors sent to website owners. r=past
2016-01-07 15:04:52 +02:00
Dão Gottwald
7702c52755
Bug 1207424 - Remove Apps toolbar button. r=gijs
2016-01-07 13:38:42 +01:00
Dão Gottwald
13fb21d300
Bug 1219788 - Show bookmarks toolbar when adding a bookmark to the bookmarks toolbar folder. r=mak
2016-01-06 14:29:36 +01:00
George Wright
9fada46aff
Bug 1109714 - Make the feed subscriber UI work in e10s r=mrbkap,jaws
2016-01-04 18:59:44 -05:00
Ryan VanderMeulen
8dbcac5e68
Backed out changeset 4e9389db3a5a (bug 1219788) for causing M(JP) LSAN permaleaks. a=backout
2016-01-01 20:21:59 -05:00
Gijs Kruitbosch
b364b85923
Bug 1236126 - fix oversight in principal handling for dialogs with host-less principals, r=aryx
...
--HG--
extra : commitid : 4jlNJe6AM2H
extra : rebase_source : 1b44e9cc97e5a7acd645944c651d04b58f29a185
2016-01-01 12:42:33 +00:00
Dão Gottwald
3b0c155b31
Bug 1219788 - Show bookmarks toolbar when adding a bookmark to the bookmarks toolbar folder. r=mak
2015-12-31 11:01:09 +01:00
Gijs Kruitbosch
9a4392bbd5
Bug 1233747 and bug 1235709 - deal better with host-less URIs in the checkbox handling for dialogs in non-selected tabs, r=Aryx
...
--HG--
extra : commitid : CibBoGVKQ3m
extra : rebase_source : 72805a635195ab07923139e0854da9ac56fc8d76
extra : histedit_source : 1865f7fe745c288ba3ccae7949bfc00f1334f84b
2015-12-30 09:31:18 +00:00
Shane Caraveo
eabb5f6400
Bug 1215694 move pocket to a system addon, r=Gijs, r=glandium
...
part 1: reorganize file locations, r=Gijs
part 2: remove built-in pocket code, r=Gijs
part 3: l10n support, r=glandium
part 4: move code/functionality from part 2 into the addon, r=Gijs
part 5: remove dead code, r=Gijs
part 6: create a simple api for addons to add to reader mode, r=Gijs
part 7: various test fixes related to cui behaviour and pocket, r=me
--HG--
rename : browser/components/pocket/Pocket.jsm => browser/extensions/pocket/content/Pocket.jsm
rename : browser/components/pocket/main.js => browser/extensions/pocket/content/main.js
rename : browser/components/pocket/panels/css/firasans.css => browser/extensions/pocket/content/panels/css/firasans.css
rename : browser/components/pocket/panels/css/normalize.css => browser/extensions/pocket/content/panels/css/normalize.css
rename : browser/components/pocket/panels/css/saved.css => browser/extensions/pocket/content/panels/css/saved.css
rename : browser/components/pocket/panels/css/signup.css => browser/extensions/pocket/content/panels/css/signup.css
rename : browser/components/pocket/panels/fonts/FiraSans-Regular.woff => browser/extensions/pocket/content/panels/fonts/FiraSans-Regular.woff
rename : toolkit/themes/shared/reader/pocket.svg => browser/extensions/pocket/content/panels/img/pocket.svg
rename : browser/components/pocket/panels/img/pocketerror@1x.png => browser/extensions/pocket/content/panels/img/pocketerror@1x.png
rename : browser/components/pocket/panels/img/pocketerror@2x.png => browser/extensions/pocket/content/panels/img/pocketerror@2x.png
rename : browser/components/pocket/panels/img/pocketlogo@1x.png => browser/extensions/pocket/content/panels/img/pocketlogo@1x.png
rename : browser/components/pocket/panels/img/pocketlogo@2x.png => browser/extensions/pocket/content/panels/img/pocketlogo@2x.png
rename : browser/components/pocket/panels/img/pocketlogosolo@1x.png => browser/extensions/pocket/content/panels/img/pocketlogosolo@1x.png
rename : browser/components/pocket/panels/img/pocketlogosolo@2x.png => browser/extensions/pocket/content/panels/img/pocketlogosolo@2x.png
rename : browser/components/pocket/panels/img/pocketmenuitem16.png => browser/extensions/pocket/content/panels/img/pocketmenuitem16.png
rename : browser/components/pocket/panels/img/pocketmenuitem16@2x.png => browser/extensions/pocket/content/panels/img/pocketmenuitem16@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_button@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_button@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_button@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_button@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_devices@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_devices@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_devices@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_devices@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_hero@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_hero@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_hero@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_hero@2x.png
rename : browser/components/pocket/panels/img/signup_firefoxlogo@1x.png => browser/extensions/pocket/content/panels/img/signup_firefoxlogo@1x.png
rename : browser/components/pocket/panels/img/signup_firefoxlogo@2x.png => browser/extensions/pocket/content/panels/img/signup_firefoxlogo@2x.png
rename : browser/components/pocket/panels/img/signup_help@1x.png => browser/extensions/pocket/content/panels/img/signup_help@1x.png
rename : browser/components/pocket/panels/img/signup_help@2x.png => browser/extensions/pocket/content/panels/img/signup_help@2x.png
rename : browser/components/pocket/panels/img/signup_or@1x.png => browser/extensions/pocket/content/panels/img/signup_or@1x.png
rename : browser/components/pocket/panels/img/signup_or@2x.png => browser/extensions/pocket/content/panels/img/signup_or@2x.png
rename : browser/components/pocket/panels/img/tag_close@1x.png => browser/extensions/pocket/content/panels/img/tag_close@1x.png
rename : browser/components/pocket/panels/img/tag_close@2x.png => browser/extensions/pocket/content/panels/img/tag_close@2x.png
rename : browser/components/pocket/panels/img/tag_closeactive@1x.png => browser/extensions/pocket/content/panels/img/tag_closeactive@1x.png
rename : browser/components/pocket/panels/img/tag_closeactive@2x.png => browser/extensions/pocket/content/panels/img/tag_closeactive@2x.png
rename : browser/components/pocket/panels/js/messages.js => browser/extensions/pocket/content/panels/js/messages.js
rename : browser/components/pocket/panels/js/saved.js => browser/extensions/pocket/content/panels/js/saved.js
rename : browser/components/pocket/panels/js/signup.js => browser/extensions/pocket/content/panels/js/signup.js
rename : browser/components/pocket/panels/js/tmpl.js => browser/extensions/pocket/content/panels/js/tmpl.js
rename : browser/components/pocket/panels/js/vendor/handlebars.runtime.js => browser/extensions/pocket/content/panels/js/vendor/handlebars.runtime.js
rename : browser/components/pocket/panels/js/vendor/jquery-2.1.1.min.js => browser/extensions/pocket/content/panels/js/vendor/jquery-2.1.1.min.js
rename : browser/components/pocket/panels/js/vendor/jquery.tokeninput.min.js => browser/extensions/pocket/content/panels/js/vendor/jquery.tokeninput.min.js
rename : browser/components/pocket/panels/license.txt => browser/extensions/pocket/content/panels/license.txt
rename : browser/components/pocket/panels/saved.html => browser/extensions/pocket/content/panels/saved.html
rename : browser/components/pocket/panels/signup.html => browser/extensions/pocket/content/panels/signup.html
rename : browser/components/pocket/panels/tmpl/saved_premiumextras.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_premiumextras.handlebars
rename : browser/components/pocket/panels/tmpl/saved_premiumshell.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_premiumshell.handlebars
rename : browser/components/pocket/panels/tmpl/saved_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_shell.handlebars
rename : browser/components/pocket/panels/tmpl/signup_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/signup_shell.handlebars
rename : browser/components/pocket/panels/tmpl/signupstoryboard_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/signupstoryboard_shell.handlebars
rename : browser/components/pocket/pktApi.js => browser/extensions/pocket/content/pktApi.jsm
rename : browser/locales/en-US/chrome/browser/browser-pocket.properties => browser/extensions/pocket/locales/en-US/pocket.properties
2015-12-29 15:40:52 -08:00
Mark Hammond
3e106c1eb6
Bug 1221808 - have the control centre crop the end for URIs without a host. r=rbarnes
2015-12-29 15:46:46 +11:00
Dão Gottwald
04c4522c4c
Bug 384336 - Firefox window should be maximized on first run on small screens. r=MattN
2015-12-27 01:02:23 +01:00
Wes Kocher
1f00d8d838
Backed out 4 changesets (bug 1218996) for talos svg failures CLOSED TREE
...
Backed out changeset ba750628c4f3 (bug 1218996)
Backed out changeset 2205cce34824 (bug 1218996)
Backed out changeset 9410cbc0545e (bug 1218996)
Backed out changeset 7839222071ac (bug 1218996)
--HG--
extra : commitid : Ju4TBTVoAIr
2015-12-23 11:09:05 -08:00
Olivier Yiptong
c04bec08b0
Bug 1218996 - Allow Remote New Tab to ride release trains r=marcosc
...
--HG--
extra : rebase_source : f8df0d27eddf8e4d112d7fa8e954c08f38f22069
2015-12-21 16:14:38 -05:00
Olivier Yiptong
6070b36fc1
Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc,oyiptong
...
--HG--
extra : rebase_source : 15564dee02ae241c7f563ba7e362c5c2e0f37ded
2015-12-21 16:14:29 -05:00
David Rajchenbach-Teller
dcf49e026a
Bug 1228020 - Removing about: pages from FX_PAGE_LOAD. r=dao
...
about: pages (including about:blank) are loaded quite often and do not
reflect any useful real-world performance for this histogram, so we
remove them.
Also, documenting a tad more the histogram.
--HG--
extra : transplant_source : %40BD%20O%EBC%12%80%7B%1E%25%9AY%DB%C8%DE%BC%19D
2015-11-27 12:15:10 +01:00
Gijs Kruitbosch
47e9d6a519
Bug 1229486 - fix submission of tablet mode histogram on non-win10, r=jaws
...
--HG--
extra : commitid : Be1GrZoLZjz
extra : rebase_source : e83b6fd86561995dc428a6816d9a22732867d48c
2015-12-02 10:23:09 +00:00
Felipe Gomes
bddd338cd7
Bug 1231728 - Fixes some code to follow eslint rules. r=mak
...
--HG--
extra : commitid : 2pB0pOqsHVW
2015-12-10 14:38:30 -05:00
Panos Astithas
92b2551106
Bug 1207146 - Add a link to expert technical information in the cert error page. r=Gijs,keeler
2015-12-04 19:46:13 +02:00
Gijs Kruitbosch
4918920221
Bug 1218249 - check type of node before using xlink:href, r=felipe,f=longsonr
...
--HG--
extra : commitid : Lh3cVtsYgac
extra : rebase_source : 737f7510384015d13be970ddb22f2fffc84d2ba3
2015-12-02 14:10:39 +00:00
Carsten "Tomcat" Book
df451fe7b0
merge mozilla-inbound to mozilla-central a=merge
2015-12-03 12:00:42 +01:00
Felipe Gomes
2df6ae44b6
Bug 1229603 - Make most of browser/base lintable by removing non-standard syntax. r=Mossop
...
--HG--
extra : commitid : 5Dg6Q0MzXTN
2015-12-02 17:51:26 -02:00
Mark Hammond
a795eb0690
Bug 1201331 (part 4) - replace "Tabs from other devices" with "Synced Tabs" on menus and history panel. r=Gijs
2015-12-03 10:05:03 +11:00
Franziskus Kiefer
49e1318624
Bug 1187357 - rename referrer policy attribute in frontend code. r=Gijs
2015-12-02 17:02:55 -08:00
Masatoshi Kimura
48291711d5
Bug 1218971 - Modernize weak crypto/SSLv3 error page. r=past
2015-12-03 07:16:51 +09:00
Felipe Gomes
d5ef85a91f
Bug 1228655 - Remove ifdefs for MOZ_WIDGET_GTK. r=Gijs
2015-12-01 20:06:00 -02:00
Felipe Gomes
743ba21537
Bug 1228655 - Remove ifdefs for generic platform-specific behavior. r=Gijs
2015-12-01 20:05:58 -02:00
Felipe Gomes
9cfb99fa0b
Bug 1228655 - Remove ifdefs for OSX non-browser-window behavior. r=Gijs
2015-12-01 20:05:55 -02:00
Felipe Gomes
8b5f42f8a8
Bug 1228655 - Remove ifdefs for data/health reporting. r=Gijs
2015-12-01 20:05:53 -02:00
Felipe Gomes
5800c4f0da
Bug 1228655 - Remove ifdefs for MOZ_CRASHREPORTER. r=mconley
...
gPluginHandler.CrashSubmit appears unused
2015-12-01 20:05:51 -02:00
Felipe Gomes
64cf0b9fdc
Bug 1228655 - Remove ifdefs for MOZ_SAFE_BROWSING. r=Gijs
2015-12-01 20:05:48 -02:00
Felipe Gomes
017ff6db0a
Bug 1228655 - Move TabsInTitlebar to its own file to remove ifdefs. r=Gijs
...
TabsInTitlebar has various ifdefs to avoid shipping code that's not gonna be used on Linux. Instead of complicating the logic with AppConstants checks and shipping this extra code unecessarily on Linux, i've separated the code to a different file that can be replaced by a stub implementation.
2015-12-01 20:05:45 -02:00
Felipe Gomes
9017921f59
Bug 1228655 - Remove ifdefs for e10s testing UI. r=Gijs
2015-12-01 20:05:43 -02:00