Commit Graph

38601 Commits

Author SHA1 Message Date
Tim Nguyen
baf8a37c35 Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao
--HG--
extra : rebase_source : 9007a842ed011e4257600c43c0cc47c3f6d647f6
2015-10-22 07:28:00 -04:00
Ryan VanderMeulen
175b772272 Bug 1217930 - Update pdf.js to version 1.1.551. r=bdahl, r=Mossop
--HG--
extra : rebase_source : d2afb166ce1139a67cf96e2803339d57f99be5af
2015-10-23 13:57:59 -04:00
Gijs Kruitbosch
179539dc65 Bug 1217517 - nullcheck consumers for gKeywordURIFixup, r=jaws
--HG--
extra : commitid : 9WVzN8TvOfx
extra : rebase_source : 038bd66de672abf31da952369f30c2f81d1b2637
2015-10-23 11:03:27 +01:00
Neil Deakin
ccef9e2575 Bug 1207594, don't set dropEffect and effectAllowed in tab bar dragover event, which allows drops of data that aren't links, r=dao 2015-10-27 08:53:00 -04:00
Ryan VanderMeulen
44509e6e7e Merge m-c to inbound.
--HG--
extra : rebase_source : b7fe225cdd43cb770c7d7a1e8d2be6a52678aa7a
2015-10-24 15:03:15 -04:00
Nathan Froyd
7338741d78 Bug 1215526 - part 4 - make preprocess-tab-svgs.py report extra dependencies; r=glandium
Building on the preprocessor.py changes, we can now return the set of
included files from the preprocessed tab SVGs.
2015-10-21 10:39:17 -04:00
Tanvi Vyas
ab940c53e8 Bug 1219454 - Replace 'show' with 'receive' for consistent messaging around notifications and to account for new Push permission in about:preferences. r=MattN 2015-10-28 17:53:02 -07:00
Wes Kocher
93f1a9c66a Merge m-c to inbound, a=merge
--HG--
rename : netwerk/protocol/websocket/PWebSocketFrameListener.ipdl => netwerk/protocol/websocket/PWebSocketEventListener.ipdl
rename : netwerk/protocol/websocket/WebSocketFrameListenerChild.cpp => netwerk/protocol/websocket/WebSocketEventListenerChild.cpp
rename : netwerk/protocol/websocket/WebSocketFrameListenerChild.h => netwerk/protocol/websocket/WebSocketEventListenerChild.h
rename : netwerk/protocol/websocket/WebSocketFrameListenerParent.cpp => netwerk/protocol/websocket/WebSocketEventListenerParent.cpp
rename : netwerk/protocol/websocket/WebSocketFrameListenerParent.h => netwerk/protocol/websocket/WebSocketEventListenerParent.h
rename : netwerk/protocol/websocket/WebSocketFrameService.cpp => netwerk/protocol/websocket/WebSocketEventService.cpp
rename : netwerk/protocol/websocket/WebSocketFrameService.h => netwerk/protocol/websocket/WebSocketEventService.h
rename : netwerk/protocol/websocket/nsIWebSocketFrameService.idl => netwerk/protocol/websocket/nsIWebSocketEventService.idl
extra : commitid : 2GNXiCovu83
2015-10-28 17:05:01 -07:00
David Rajchenbach-Teller
8292b78498 Bug 1214408 - Telemetry on SessionStore:update OOM;r=ttaubert
--HG--
extra : transplant_source : %3A%DB%3Cp%8Fj%24%CF%94%E9%5C%AA%17%0E%2C%03E%23%A2%98
2015-10-16 21:44:54 +02:00
Mark Banner
316469c8ef Bug 1218450 - The width of the tile shown on Loop's standalone when you're the only person in the room is wrong, giving a bad layout. r=Mardak 2015-10-26 19:02:54 +00:00
Alexandre Poirot
48802de620 Bug 1007061 - Remove app-manager. r=jryans 2015-10-26 10:35:35 -07:00
Gijs Kruitbosch
011936bed1 Bug 332195 - part 6: make an exception for beforeunload events while tabview is open, r=mconley
--HG--
extra : commitid : DfE3UMe5yQX
extra : rebase_source : e743a0f45b5f31de18f07a00afebd798e5768f90
2015-10-26 14:17:16 +01:00
Gijs Kruitbosch
ea934a6d68 Bug 332195 - part 5: fix test for e10s, r=mconley
--HG--
extra : commitid : 5Cb58g4sU6s
extra : rebase_source : e22ceac2b58b2ad62587c7db0e7e8bc90565da72
2015-10-26 14:16:46 +01:00
Gijs Kruitbosch
85788a7aa9 Bug 332195 - part 4: add rudimentary test, r=mconley
--HG--
extra : commitid : 8w8vGu0Nq9f
extra : rebase_source : 237dedd08aff1939d4ac198a50008ea78829667c
2015-10-23 16:28:46 +01:00
Ehsan Akhgari
91329749b1 Bug 1202085 - Part 2: Add an optional document argument to imgICache::FindEntryProperties(); r=seth 2015-10-30 16:03:09 -04:00
Tom Tromey
64050c40ce Bug 1200832 - make Console.trace follow async parents; r=baku,bgrins
--HG--
extra : rebase_source : a39ad1bdc73ac53d0f611c3b5e43327aea36ec6f
2015-10-21 08:40:00 +02:00
Kit Cambridge
ec05a62f84 Bug 1212129 - e10s support for disabling site notifications. r=wchen
--HG--
extra : commitid : DPxANWhtVhu
extra : rebase_source : ba1b2c4cc9a93f7acbc4b68936b808dfc3552294
2015-10-22 15:10:14 -06:00
Xidorn Quan
c7021ea00d Bug 1192683 - Retry hiding toolbox when some of safe-to-collapse conditions change. r=dao
--HG--
extra : transplant_source : %B2x%B4%F6%AB%CA%97A%D1%FE%A0%A7xU%C5%CBv%FD%C9%80
2015-10-23 18:13:02 +11:00
Tom Schuster
6d48040fc9 Bug 1217887 - Fix reference to href in ContentClick.jsm. r=mak 2015-10-28 19:25:26 +01:00
Gijs Kruitbosch
9bdc4d9b9d Bug 332195 - part 2: allow the user to control this behaviour with a checkbox, r=mconley
--HG--
extra : commitid : 7jvP5BNMLUp
extra : rebase_source : 59b5789802d1a46f46d6bd3c04d35633c8cc7132
2015-10-13 11:06:01 +01:00
Ed Lee
5da6b02777 Bug 1213848 - Change the Loop panel display when a user enters their own room to stop them entering other rooms [r=mikedeboer] 2015-10-13 01:40:27 -07:00
Wes Kocher
cf26a3fcc7 Merge m-c to fx-team, a=merge 2015-10-22 16:58:03 -07:00
Wes Kocher
872e4742b4 Merge fx-team to central, a=merge 2015-10-22 16:45:45 -07:00
Mark Hammond
008e0c5f43 Bug 1205928 - update the Sync migration code to automatically and unconditionally disconnect from legacy Sync. r=adw 2015-10-23 08:37:31 +11:00
Mark Banner
0dad4c8fd7 Bug 1217369 - "Welcome to ..." has extra padding on Loop's standalone UI making it feel strange. r=mikedeboer,ui-review=sevaan 2015-10-22 22:11:44 +01:00
Mark Banner
4299656bbe Bug 1217335 - Room context is no longer shown when loading the Loop standalone UI. r=Mardak 2015-10-22 22:11:44 +01:00
Ed Lee
d2641daeda Bug 1215455 - eslint consistent-return [r=Standard8] 2015-10-17 00:25:22 -07:00
Ed Lee
02291fbb9c Bug 1215455 - eslint react/jsx-curly-spacing [r=Standard8] 2015-10-17 00:10:34 -07:00
Ed Lee
4ca7c2f33f Bug 1215455 - eslint space-in-parens [r=Standard8] 2015-10-16 17:12:11 -07:00
Ed Lee
b8d6bd81fc Bug 1215455 - eslint operator-assignment [r=Standard8] 2015-10-16 17:12:02 -07:00
Ed Lee
95c75f39d0 Bug 1215455 - eslint space-before-function-paren [r=Standard8] 2015-10-16 01:39:52 -07:00
Ed Lee
8984b26370 Bug 1215455 - eslint space-before-blocks [r=Standard8] 2015-10-16 01:38:21 -07:00
Ed Lee
3164ac9d75 Bug 1215455 - eslint space-after-keywords [r=Standard8] 2015-10-16 01:36:22 -07:00
Ed Lee
cf5f0295a5 Bug 1215455 - eslint object-curly-spacing [r=Standard8] 2015-10-16 01:18:11 -07:00
Ed Lee
14c11fb7c5 Bug 1215455 - eslint array-bracket-spacing [r=Standard8] 2015-10-16 01:11:48 -07:00
Ed Lee
4563590767 Bug 1215455 - eslint no-multi-spaces [r=Standard8] 2015-10-16 01:10:56 -07:00
Ed Lee
671440aa56 Bug 1215455 - Use eslint --fix to turn on additional rules [r=Standard8] 2015-10-16 01:27:50 -07:00
Maxim Zhilyaev
2853b7dd46 Bug 1204361 - New Tab Page doesn't honor my "x" clicks on Suggested Tiles; instead of removing the tile, it swaps in a very similar one. [r=emtwo] 2015-10-22 07:18:02 -07:00
Carsten "Tomcat" Book
93537568bd Backed out changeset 92d4493c6d58 (bug 1169679) for bustage 2015-10-22 16:03:00 +02:00
Tim Nguyen
f0b68473cd Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao 2015-10-21 12:41:00 +02:00
Carsten "Tomcat" Book
9b961dc677 Merge m-c to fx-team 2015-10-22 11:59:07 +02:00
Carsten "Tomcat" Book
b26729a177 merge mozilla-inbound to mozilla-central a=merge 2015-10-22 11:45:11 +02:00
Johann Hofmann
e602c93ac2 Bug 1198405 - Use MatchPattern to match URLs in tabs.query. r=billm
--HG--
extra : rebase_source : 9a461d879f79cc67fb1f5405f9b68bd605dfa47d
2015-10-19 12:29:29 +02:00
Gijs Kruitbosch
b331b9bc8d Bug 332195 - part 1: don't focus tabs by default, add pref to be able to revert late if we see too many issues, r=mconley
--HG--
extra : commitid : 3AWrzsHuXjk
extra : rebase_source : 88539fc1a05394e11684039ea9533f5a6ffd3352
2015-10-12 18:10:44 +01:00
Gijs Kruitbosch
e3d3251eae Bug 332195 - part 0: refactor tabprompts to persist per-browser, r=mconley
--HG--
extra : commitid : 8x5UBCX0429
extra : rebase_source : 78734a6a103370c426717e2ebe91d1f61107649c
2015-10-23 14:18:52 +01:00
Mark Banner
dd7885697c Bug 1216551 - Fix an issue with Loop's unit tests failing when no devices are installed, due to bad stubbing. r=Mardak 2015-10-26 16:31:19 +00:00
Mark Banner
79b117a43d Bug 1218405 - Change Loop's standalone background for the visual refresh/latest designs. r=dmose 2015-10-26 16:31:19 +00:00
Nigel Babu
798c4ddbcc Backed out changeset 7195286a81bd (bug 1221159) for e10s bc7 bustage 2015-11-05 14:56:59 +05:30
Andrew McCreight
d8c072ada0 Bug 1220732 - Enable some bc tests. r=mrbkap
--HG--
extra : rebase_source : 851b8270c99ac544a7980a3ff82cb9a59029373a
2015-11-03 09:04:00 +01:00
Rail Aliiev
a184b15bba Bug 1142231 - [build-promotion] Create SDK in each en-US build. r=nthomas 2015-10-23 22:59:54 -04:00
Wes Kocher
b1b8cc1e90 Merge m-c to inbound, a=merge
--HG--
extra : commitid : FfOh7UtTKPC
2015-10-23 15:51:31 -07:00
Sebastian Hengst
7397339686 Backed out changeset c780a165dca1 (bug 1098131) for bc7 failures, at least on Linux. r=backout
browser_backButtonFitts.js | uncaught exception - TypeError: this.mCurrentBrowser.docShell is null at chrome://browser/content/tabbrowser.xml:4004
2015-11-04 20:41:16 +01:00
Bill McCloskey
cb38fc540e Bug 967873 - Allow RemotePrompt to be closed while it's being opened (r=Gijs) 2015-11-04 10:56:15 -08:00
Bill McCloskey
c76ae8f933 Bug 967873 - Test changes for async removeTab (r=Gijs) 2015-11-04 10:56:15 -08:00
Bill McCloskey
e135491cfd Bug 967873 - Start TabView when starting tests that might lazily load it (r=Gijs) 2015-11-04 10:56:15 -08:00
Bill McCloskey
0bb94168c1 Bug 967873 - Make browser_relatedTabs.js not race in e10s (r=Gijs) 2015-11-04 10:56:15 -08:00
Bill McCloskey
de23733337 Bug 1219504 - Test changes (r=Gijs,mconley,jryans,MattN,Mossop) 2015-11-04 10:56:15 -08:00
George Wright
00c482fdda Bug 1098131 - Don't invalidate layers when simply changing SizeMode r=smaug 2015-11-04 13:23:03 -05:00
Nick Fitzgerald
908edc488e Bug 1221218 - Use by-filename breakdown in the memory tool; r=jsantell
This commit adds support for traversing by: "filename" edges in census
breakdowns and reports and makes the default coarse-type breakdown use a
filename sub-breakdown for scripts.
2015-11-04 05:49:34 -08:00
Wes Kocher
7852a87430 Merge m-c to fx-team, a=merge CLOSED TREE 2015-10-21 16:40:51 -07:00
David Critchley
a4512f7492 Bug 1216368 - Fix the panel views in Loop's ui-showcase - fake-Mozloop was missing a return statement. r=Standard8 2015-10-21 22:48:37 +01:00
Wes Kocher
b8596f28a2 Merge inbound to m-c a=merge 2015-10-21 16:28:43 -07:00
J. Ryan Stinnett
7eceb8f4c5 Bug 1203159 - Clean up various tests after DevTools resource move. r=me 2015-10-21 14:18:29 -05:00
J. Ryan Stinnett
6335fd7480 Bug 1203159 - Clean up various incorrect paths. r=ochameau 2015-10-21 12:48:55 -05:00
J. Ryan Stinnett
986f2a5cde Bug 1203159 - Rewrite DevTools resource URLs. r=ochameau 2015-10-21 12:48:53 -05:00
J. Ryan Stinnett
978cb5107a Bug 1203159 - Update each product's DevTools inclusion. r=glandium
A new configure option --with-devtools (which sets MOZ_DEVTOOLS) is added to
control whether all DevTools, just the server, or no DevTools are included.
This defaults to just the server.

Applications should also include /devtools within their moz.build tree, so that
DIST_SUBDIR is in effect for all DevTools files if it is used by the app.
2015-10-21 12:22:59 -05:00
J. Ryan Stinnett
4ca92d7e54 Bug 1203159 - Remove DevTools support from webapprt. r=myk
To enable resource://devtools, all DevTools files are consolidated at the app
level.  This means they are no longer available for sharing between multiple XUL
apps, such as browser and webapprt.  We'll need to devise a new method to bring
this support back to webapprt if desired.
2015-10-21 12:22:57 -05:00
Dão Gottwald
4dd19c99e8 Bug 1216490 - Rephrase the history dropdown's aria-label and use it as the tooltip too. r=gijs 2015-10-21 17:34:11 +02:00
Brian Grinstead
bd786882a8 Bug 1173612 - Use inverted loading icon for aboutDialog in Nightly/DevEdition builds;r=Gijs
--HG--
extra : commitid : EmGnO8YKi8m
2015-10-21 12:49:36 -07:00
Blake Winton
f3d400df56 Bug 1199056 - Give the WebExtension's panels the same attributes as the other toolbar button's panels. ui-r=maritz, f=kmag, r=MarcoZ, r=billm, r=gijs
--HG--
extra : commitid : 4tS59NiBXjT
extra : rebase_source : 7407fca6d9e0dddc73bc510e9f1fa126b8fa10ea
2015-10-20 11:18:11 -04:00
Gijs Kruitbosch
b4048dc695 Bug 731025 - Add telemetry for migrator usage and errors, r=MattN,p=bsmedberg
--HG--
extra : commitid : 1TzjbWkzOq7
extra : rebase_source : fad923bd73689a49315e0e737553f0fd146a8d57
2015-10-07 13:34:46 +01:00
Gijs Kruitbosch
b81daea0ab Bug 1164675 - hide min/max/restore buttons in the main window in windows 10 tablet mode, r=jaws
--HG--
extra : commitid : A3v45wmzyhs
extra : rebase_source : 4c284994b5f8e066af6f6206f981bab21f3c8d90
2015-10-20 14:56:17 +01:00
Carsten "Tomcat" Book
30feb62d8e Merge m-c to fx-team on a CLOSED TREE 2015-10-21 15:35:15 +02:00
Carsten "Tomcat" Book
894a28d90b merge mozilla-inbound to mozilla-central on a CLOSED TREE 2015-10-21 15:32:33 +02:00
Carsten "Tomcat" Book
9fcc822888 Backed out changeset 1df2049352ff (bug 1205928) for bc7 test bustage on a CLOSED TREE 2015-10-21 12:01:38 +02:00
Jared Wein
fd0e35b93c Bug 1209601 - follow-up, add the same do-not-disturb interface check to the test on a CLOSED TREE r=me 2015-10-20 20:13:38 -04:00
Wes Kocher
ecc8aa4ca7 Merge m-c to fx-team, a=merge CLOSED TREE 2015-10-20 15:30:21 -07:00
Wes Kocher
040a8332a6 Merge m-c to inbound, a=merge CLOSED TREE 2015-10-20 15:28:33 -07:00
Jared Wein
dfe2b9c960 Bug 1209601 - follow-up, check that AlertsService.manualDoNotDisturb is implemented in the AlertsService lazy getter. r=MattN CLOSED TREE
--HG--
extra : rebase_source : 41457518292d1dfb3d864937a36728da32791f7a
2015-10-20 18:07:20 -04:00
Wes Kocher
9630ce26b8 Merge b2ginbound to central, a=merge 2015-10-20 14:59:07 -07:00
Jared Wein
ea1f75dc57 Bug 1209601 - Add do not disturb management UI to preferences when a platform is using XUL alerts. r=MattN
--HG--
extra : rebase_source : 46074073795998b2816431841b2460fa7619366f
2015-10-20 15:45:21 -04:00
Jared Wein
962e3194c3 Bug 1205172 - Do Not Disturb Button for Push Notifications on Windows. r=MattN
--HG--
extra : rebase_source : 85c868e4ba1eac3eaa3f21c8129308c02b66bf5e
2015-10-20 15:26:00 -04:00
Jared Wein
42419dbc74 Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN
--HG--
extra : rebase_source : 43ef8eaa19e6de5bce20a391dc248b1271a3e8d4
2015-10-15 22:58:56 -04:00
Tim Nguyen
6ac6649cf7 Bug 1208864 - Duplicate node context menu item in markup view. r=pbro
--HG--
extra : commitid : 9hFeFcxFiEG
2015-10-19 14:04:00 +02:00
Dão Gottwald
a3c8fe52b2 Bug 1216482 - Remove the location bar's "title" attribute. r=gijs 2015-10-20 13:06:17 +02:00
Jared Wein
fb7d77c830 Bug 1212482 - Show the history dropdown arrow when the location bar is focused. r=dao
--HG--
extra : rebase_source : f7cf8a60b479486f64979aa9f666c55fcdd4bcd2
2015-10-20 12:44:21 +02:00
Dão Gottwald
40ffdb5bc7 Bug 1215567 - Increase toolbarHighlight opacity to 40%. r=gijs
--HG--
extra : rebase_source : 098bdfaeca26c2af831219ca2e9066c01e3c4806
2015-10-20 11:57:14 +02:00
Carsten "Tomcat" Book
3198b767f9 merge mozilla-inbound to mozilla-central a=merge 2015-10-20 12:00:53 +02:00
Kris Maglione
afa8d67bb4 Bug 1197422 - Part 3: [webext] Update browserAction API to use the same context tracking code as pageAction. r=billm
--HG--
rename : browser/components/extensions/test/browser/browser_ext_pageAction_context.js => browser/components/extensions/test/browser/browser_ext_browserAction_context.js
extra : commitid : 5EzvwcupwbG
extra : rebase_source : 5ac2d9c8d131c718bd3290120a8b108e4601c36f
2015-10-15 15:14:49 -07:00
Kris Maglione
9dd208611e Bug 1197422 - Part 2: [webext] Implement the pageAction API. r=billm ui-r=bwinton
--HG--
rename : browser/components/extensions/test/browser/browser_ext_browserAction_icon.js => browser/components/extensions/test/browser/browser_ext_browserAction_pageAction_icon.js
extra : commitid : GSQiN6Zykrs
extra : rebase_source : 45e056feb97f60592400568c6eeded4b7cc76ab5
2015-10-15 15:15:04 -07:00
Garvan Keeley
330f9e4612 Bug 1216662: Switch back to MLS, the switch to GLS is on hold. r=hannosch 2015-10-20 14:29:59 -04:00
Grisha Pushkov
2e6d42949a Bug 994555 - Adds contextmenu items to edit add and delete attributes; r=pbro
--HG--
rename : devtools/client/inspector/test/browser_inspector_menu-05-other.js => devtools/client/inspector/test/browser_inspector_menu-06-other.js
extra : commitid : C48q4NasVs6
extra : rebase_source : 52d61d54492772c296b433e4f145fea8862fa9f5
2015-10-20 16:47:02 +02:00
Jeremy Chen
f59482fa1d Bug 1210341 - (v3) Reduce accessiblecaret size. r=TYLin
--HG--
extra : rebase_source : 15fdcdf119d30e1e51d98e69a1f229778aa26256
2015-10-19 01:53:00 +02:00
Paolo Amadini
fdfd38ab19 Bug 1179961 - Use a lock with a strikethrough for HTTP pages that have password fields in the Control Center. r=ttaubert,bgrins
--HG--
extra : commitid : LRcPqFBGWx0
extra : rebase_source : 4782a713d8cd66d7fd2bf3ddd420519f920f9845
extra : amend_source : d2e953b04cb4b0d86c794789075cfe8af7077d5e
2015-10-19 16:43:18 +01:00
Jared Wein
602b82c362 Bug 1211718 - Remove address field from notification permissions dialog. r=MattN
--HG--
extra : commitid : AH8cxBm8RwW
extra : rebase_source : 46393491dfef6d7be0914fc7de16b98a6f16f584
2015-10-20 21:45:00 -07:00
Matthew Noorenberghe
951babb585 Bug 1212610 - Fix sorting permissions by site due a legacy property name being referenced. r=jaws
A reference to `rawHost` wasn't updated to `origin`.

--HG--
extra : commitid : IAXhtYxtuek
extra : rebase_source : 086be8f70ba411a28495883920afa6b8a37ebf3c
2015-10-20 09:49:06 -07:00
Dão Gottwald
f59c771aa5 Backed out changeset de4fc486564b (bug 1212482) for perf regressions 2015-10-21 08:35:16 +02:00
Mark Hammond
43b5036225 Bug 1205928 - update the Sync migration code to automatically and unconditionally disconnect from legacy Sync. r=adw
--HG--
extra : rebase_source : d25e174f975077705bb0070161253e34a22e478e
2015-10-21 15:00:13 +11:00
Chris Pearce
143cbf9e7c Bug 1210231 - Enable unencrypted <video> playback using Adobe's GMP for decoding. r=jya 2015-10-29 21:54:38 +13:00
Jim Mathies
d790cb918d Bug 1119442 - hang ui tests. r=mconley 2015-10-23 14:39:23 -05:00
Jim Mathies
a23da096ce Bug 1119442 - Update hang ui, remove drop down options and replace with simpler 'just fix it' button interface. r=mconley 2015-10-23 14:39:22 -05:00
Ursula Sarracini
bb1ca7d91d Bug 1210410 - Implement search messages for the Remote New Tab page r=emtwo r=oyiptong
--HG--
extra : commitid : AV5EJ8ZskmP
2015-10-29 11:57:56 -04:00
Phil Ringnalda
82c5571626 Merge m-c to m-i 2015-10-31 17:24:44 -07:00
Phil Ringnalda
cb269c3076 Back out changeset 81b802b69a74 (bug 1213154) for Linux/Mulet webgl reftest failures
CLOSED TREE
2015-10-31 11:58:18 -07:00
Andrea Marchesini
24d91debc2 Bug 1213154 - tab-sound-icon should be supported by bfcache, r=roc 2015-10-31 15:20:59 +00:00
Andrew McCreight
5981b92f78 Bug 1219842 - Enable a bunch of mochitest-plain tests under e10s. r=mrbkap 2015-10-31 06:26:44 -07:00
Carsten "Tomcat" Book
43610824f0 Backed out changeset 780061f96448 (bug 1213154)
--HG--
extra : rebase_source : 0d1ba1ee2f11faeedf93fa0baa4c06348deffdc4
2015-10-20 16:08:51 +02:00
Carsten "Tomcat" Book
cb2752ed21 Merge m-c to mozilla-inbound 2015-10-20 12:32:20 +02:00
Andrea Marchesini
ca59daf031 Bug 1213154 - tab-sound-icon should be supported by bfcache, r=roc
--HG--
extra : rebase_source : f9ee2ae4ea973b4c69633368cb5e0c5e6afa6540
2015-10-20 01:33:00 +02:00
Carsten "Tomcat" Book
ec9c88ad1d Merge m-c to mozilla-inbound 2015-10-22 11:55:01 +02:00
Tooru Fujisawa
8ed7719ea4 Bug 1216775 - Remove for-each from browser/. r=Gijs
--HG--
extra : commitid : 5KlVHJwTU1Q
extra : rebase_source : 6526234004427109c826cb63f42c9def8ca31281
2015-10-19 01:27:39 +09:00
Wes Kocher
3fe8e966dd Merge m-c to inbound, a=merge CLOSED TREE 2015-10-21 16:39:18 -07:00
Mike Kaply
5d51094760 Bug 1203531 - Don't use default prefs for determining Custom History, use actual values. r=Gijs
--HG--
extra : amend_source : 62ad87e3137fe799e96aae1e941480ce9313765c
2015-10-21 14:52:27 -05:00
Tracy Walker
40a502996c Bug 1221159 - remove skip-if = e10s statements for browser_canonizeURL.js, browser_contextSearchTabPosition.js, browser_datachoices_notification.js and browser_popup_blocker.js r=jimm
--HG--
extra : rebase_source : 8d1159a7d9c9c74538516b9dd63f74d894d5dc5e
2015-11-03 10:22:11 -06:00
Bill McCloskey
dba8372445 Backout bug 967873 - Proxy nsDocumentViewer::PermitUnload to the child process 2015-11-08 12:24:42 -08:00
Bill McCloskey
2f8ca7a3ce Bug 967873 - Proxy nsDocumentViewer::PermitUnload to the child process (r=Gijs) 2015-11-08 10:27:49 -08:00
Wes Kocher
e943bc8e33 Merge m-c to inbound a=merge
--HG--
extra : commitid : IcbfYN5aCjt
2015-11-06 15:13:35 -08:00
Eitan Isaacson
cd16db80bb Bug 1003439 - Enable speech synthesis in desktop by default. r=smaug 2015-11-06 13:12:57 -08:00
Wes Kocher
e23a341658 Backed out 2 changesets (bug 1207546, bug 1213154) for gij(11) bustage
Backed out changeset 771ace622de1 (bug 1207546)
Backed out changeset 786bc35f327a (bug 1213154)

--HG--
extra : commitid : Dtne0U4VRnB
2015-11-06 10:58:46 -08:00
Andrea Marchesini
ea75b3fe7a Bug 1213154 - tab-sound-icon should be supported by bfcache, r=roc 2015-11-06 16:16:57 +00:00
Jonathan Kew
567c194474 Bug 1194346 - Trigger an extra reflow when initially showing or resizing the Languages list in Preferences, to work around an XUL bug and ensure the languages are visible in RTL mode. r=gijs 2015-11-06 14:55:32 +00:00
Andrew Krawchyk
853a55e6e0 Bug 1124185 - Replace removeAllPages with history.clear() and deprecate it. r=mak
--HG--
extra : transplant_source : %A1QQ%C1T%99y%9B%92%3A%D6Jc%E9%D1UoQ%C3X
2015-10-28 13:51:59 -04:00
Mark Hammond
ccd4f51e74 Bug 1199354 - add link to Firefox for iOS and fix link to Firefox for Android on Sync prefs pane. r=adw
--HG--
extra : rebase_source : 8ff15974eca3405150e935ee8f552861dff580fa
2015-10-30 21:29:53 +11:00
Yury Delendik
82e1790b97 Bug 1016737 - Wait for PDF Viewer to release resources during testing. r=bdahl 2015-10-29 16:05:58 -05:00
Mark Hammond
5f6c33e48f Backout d924e89139c2 (bug 1199354) for landing string changes without changing their id. 2015-10-30 21:19:26 +11:00
Florian Quèze
8b2ace080a Bug 1203167 - Stop relying on _file or _uri being set, r=adw. 2015-10-30 09:54:52 +01:00
Florian Quèze
205f8db0ef Bug 1203167 - Make the engine shortName independent of actual files, r=adw. 2015-10-30 09:54:51 +01:00
Mark Banner
64c4ac3fcb Bug 1210865 - Update OpenTok library to version 2.6.8. rs=dmose 2015-10-30 08:39:31 +00:00
Mark Hammond
c3e774bb32 Bug 1199354 - add link to Firefox for iOS and fix link to Firefox for Android on Sync prefs pane. r=adw 2015-10-30 11:35:28 +11:00
Nick Fitzgerald
6ff5f69470 Bug 1219854 - Add more robust source name parsing for displaying allocation stack tree items; r=jsantell 2015-10-29 17:21:08 -07:00
Nick Fitzgerald
e6daba098d Bug 1218670 - Add % to heap view tree items; r=jsantell 2015-10-29 17:21:06 -07:00
Wes Kocher
def31b952c Merge m-c to fx-team, a=merge
--HG--
extra : commitid : JfOXHrexxbp
2015-10-29 17:18:38 -07:00
Tanvi Vyas
fd5f74a18d Bug 1217156 - Add a pref to turn on/off insecure password warnings. Keep it on for Nightly and off for other builds. Will be turned on for dev edition after a few bug fixes. r=bgrins
--HG--
extra : commitid : Fp0Xxg4bUY6
2015-10-29 17:01:22 -07:00
Dan Mosedale
21d148248c Bug 1215322 - remove need for CSP unsafe-eval in Hello, r=Mardak 2015-10-29 15:56:48 -07:00
Brian Grinstead
493ba8531b Bug 1207107 - Remove old strings for aboutCertError;r=dao
--HG--
extra : commitid : IfnQXArfZ5D
2015-10-29 15:40:25 -07:00
Brian Grinstead
f122ef1f8a Bug 1207107 - Design update for aboutCertError;r=dao
--HG--
extra : commitid : 9Cmpkg2QklB
2015-10-29 15:37:41 -07:00
Gijs Kruitbosch
04b6f41448 Bug 1219707 - fix argument passing to migration.js, r=jaws
--HG--
extra : commitid : 8GHFDaUhXA2
2015-10-29 12:16:15 +00:00
Kit Cambridge
329da183e8 Bug 1216271 - Display a notification upon upgrade for users who currently allow notifications for at least one site. r=MattN
--HG--
extra : commitid : CWjXajeZ0p0
extra : rebase_source : a8d46c86b13dcafe129a4cb2f8bc8aff1dca308f
2015-10-29 08:42:01 -07:00
Matthew Noorenberghe
2ce30f58be Bug 1218908 - Add 'Learn more' link with notification preferences. r=jaws
--HG--
extra : commitid : KCxdtIcqmfp
extra : rebase_source : 155ea1856e7d0758a6e582d4ac766554e20a8c1b
2015-10-29 01:47:40 -07:00
Carsten "Tomcat" Book
1ee391eb20 Merge m-c to mozilla-inbound on a CLOSED TREE 2015-10-21 15:34:18 +02:00
Mike Taylor
bf3dd1e822 Bug 1216262 - Replace mozMatchesSelector with matches in tabbrowser.xml. r=mconley 2015-10-20 07:17:00 +02:00
Christoph Kerschbaumer
eee83aa5d8 Bug 1204983 - Deprecate NewTabURL and forward calls to AboutNewTabService (r=florian,olivier)
--HG--
rename : browser/components/newtab/tests/xpcshell/test_NewTabURL.js => browser/components/newtab/tests/xpcshell/test_AboutNewTabService.js
2015-10-20 18:51:25 -07:00
Christoph Kerschbaumer
63983a5737 Bug 1204983 - Allow about: pages to load remote content - tests (r=bholley) 2015-10-09 21:50:31 -07:00
Christoph Kerschbaumer
33fa277605 Bug 1204983 - Allow about: pages to load remote content (r=bholley,bz,florian,dragana) 2015-10-09 22:03:27 -07:00
Mike Hommey
3de00b45dd Bug 1216444 - Remove GKMEDIAS_SHARED_LIBRARY. r=mshal
In bug 922912, we folded back gkmedias.dll info xul.dll, so in practice, there
is no default configuration left that exercises GKMEDIAS_SHARED_LIBRARY. And
sure enough, it's been broken for months in many different ways.

The gkmedias intermediate library is however kept for webrtc signaling tests.
2015-10-21 14:47:22 +09:00
Mike Hommey
1b21276037 Bug 1215413 - Remove unlisted search plugins. r=adw
The list of search plugins actually installed for the en-US locale is in
browser/locales/en-US/searchplugins/list.txt. It doesn't contain some of
the files that can be found in browser/locales/en-US/searchplugins, and
as a result, those files are installed when using `mach build faster`
because it doesn't rely on that list.txt file.

We might as well remove those unlisted search plugins. They can be found
in the repository history anyways, if necessary at some point in the
future.

For reference, they were removed from list.txt in bug 603298.
2015-10-21 14:47:22 +09:00
Jim Mathies
67a4e979e9 Bug 1119442 - hang ui tests. r=mconley 2015-11-02 06:37:30 -06:00
Jim Mathies
3623323419 Bug 1119442 - Update hang ui, remove drop down options and replace with simpler 'just fix it' button interface. r=mconley 2015-11-02 06:37:25 -06:00
Sebastian Hengst
7fe92b0ae9 Bug 1215850 - duplicate entity shouldRestartTitle in preferences.properties: remove one instance. r=jaws 2015-10-17 21:05:51 +02:00
Luca Greco
6884827a14 Bug 1213975 - fix WebExtension tabs.onUpdated cleanup on context close. r=billm 2015-10-26 04:56:00 +01:00
Luca Greco
4cc21e67d9 Bug 1213975 - filter out from WebExtension tabs.onUpdated events any location changes related to iframes. r=billm 2015-10-26 04:55:00 +01:00
Luca Greco
a9764f9ff5 Bug 1213975 - add WebExtension tabs.onUpdated test case. r=billm 2015-10-26 04:54:00 +01:00
Luca Greco
8a4dea3875 Bug 1213975 - WebExtension tab update events about location url change should contain status info. r=billm 2015-10-26 04:54:00 +01:00
Manuel Casas
9d22ecef65 Bug 1205684 - Video Window height pushes down context and covers a part of it. r=mikedeboer 2015-10-26 04:45:00 +01:00
Luca Greco
71224bbe04 Bug 1214040 - WebExtension tabs.sendMessage should not raise an exception on unexistent tabId. r=billm 2015-10-16 03:31:00 -04:00
Shaif Chowdhury
92e13c81d3 Bug 1185606 - Use Windows 10 urlbar icon on Windows 8. r=dao
--HG--
rename : browser/themes/windows/reload-stop-go-preWin10.png => browser/themes/windows/reload-stop-go-XPVista7.png
rename : browser/themes/windows/reload-stop-go-preWin10@2x.png => browser/themes/windows/reload-stop-go-XPVista7@2x.png
rename : browser/themes/windows/urlbar-history-dropmarker-preWin10.png => browser/themes/windows/urlbar-history-dropmarker-XPVista7.png
rename : browser/themes/windows/urlbar-history-dropmarker-preWin10@2x.png => browser/themes/windows/urlbar-history-dropmarker-XPVista7@2x.png
2015-10-18 04:55:00 -04:00
Nathan Froyd
01583602a9 Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
The bulk of this commit was generated with a script, executed at the top
level of a typical source code checkout.  The only non-machine-generated
part was modifying MFBT's moz.build to reflect the new naming.

CLOSED TREE makes big refactorings like this a piece of cake.

 # The main substitution.
find . -name '*.cpp' -o -name '*.cc' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
    xargs perl -p -i -e '
 s/nsRefPtr\.h/RefPtr\.h/g; # handle includes
 s/nsRefPtr ?</RefPtr</g;   # handle declarations and variables
'

 # Handle a special friend declaration in gfx/layers/AtomicRefCountedWithFinalize.h.
perl -p -i -e 's/::nsRefPtr;/::RefPtr;/' gfx/layers/AtomicRefCountedWithFinalize.h

 # Handle nsRefPtr.h itself, a couple places that define constructors
 # from nsRefPtr, and code generators specially.  We do this here, rather
 # than indiscriminantly s/nsRefPtr/RefPtr/, because that would rename
 # things like nsRefPtrHashtable.
perl -p -i -e 's/nsRefPtr/RefPtr/g' \
     mfbt/nsRefPtr.h \
     xpcom/glue/nsCOMPtr.h \
     xpcom/base/OwningNonNull.h \
     ipc/ipdl/ipdl/lower.py \
     ipc/ipdl/ipdl/builtin.py \
     dom/bindings/Codegen.py \
     python/lldbutils/lldbutils/utils.py

 # In our indiscriminate substitution above, we renamed
 # nsRefPtrGetterAddRefs, the class behind getter_AddRefs.  Fix that up.
find . -name '*.cpp' -o -name '*.h' -o -name '*.idl' | \
    xargs perl -p -i -e 's/nsRefPtrGetterAddRefs/RefPtrGetterAddRefs/g'

if [ -d .git ]; then
    git mv mfbt/nsRefPtr.h mfbt/RefPtr.h
else
    hg mv mfbt/nsRefPtr.h mfbt/RefPtr.h
fi

--HG--
rename : mfbt/nsRefPtr.h => mfbt/RefPtr.h
2015-10-18 01:24:48 -04:00
Nathan Froyd
583afa0965 Bug 1207245 - part 3 - switch all uses of mozilla::RefPtr<T> to nsRefPtr<T>; r=ehsan
This commit was generated using the following script, executed at the
top level of a typical source code checkout.

 # Don't modify select files in mfbt/ because it's not worth trying to
 # tease out the dependencies currently.
 #
 # Don't modify anything in media/gmp-clearkey/0.1/ because those files
 # use their own RefPtr, defined in their own RefCounted.h.
find . -name '*.cpp' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
    grep -v 'mfbt/RefPtr.h' | \
    grep -v 'mfbt/nsRefPtr.h' | \
    grep -v 'mfbt/RefCounted.h' | \
    grep -v 'media/gmp-clearkey/0.1/' | \
    xargs perl -p -i -e '
 s/mozilla::RefPtr/nsRefPtr/g; # handle declarations in headers
 s/\bRefPtr</nsRefPtr</g; # handle local variables in functions
 s#mozilla/RefPtr.h#mozilla/nsRefPtr.h#; # handle #includes
 s#mfbt/RefPtr.h#mfbt/nsRefPtr.h#;       # handle strange #includes
'

 # |using mozilla::RefPtr;| is OK; |using nsRefPtr;| is invalid syntax.
find . -name '*.cpp' -o -name '*.mm' | xargs sed -i -e '/using nsRefPtr/d'

 # RefPtr.h used |byRef| for dealing with COM-style outparams.
 # nsRefPtr.h uses |getter_AddRefs|.
 # Fixup that mismatch.
find . -name '*.cpp' -o -name '*.h'| \
    xargs perl -p -i -e 's/byRef/getter_AddRefs/g'
2015-10-18 00:40:10 -04:00
Phil Ringnalda
9ea53214d8 Merge f-t to m-c, a=merge 2015-10-17 11:19:46 -07:00
Phil Ringnalda
df1ce0b4c5 Merge m-i to m-c, a=merge 2015-10-17 10:16:55 -07:00
ffxbld
dba039b814 No bug, Automated blocklist update from host bld-linux64-spot-1092 - a=blocklist-update 2015-10-17 04:10:55 -07:00
Masatoshi Kimura
9621a78c93 Bug 1207137 - Implement weak crypto override UI. r=ttaubert 2015-10-17 09:38:31 +09:00
Brian Grinstead
022d2f58de Bug 1207542 - Hide the Control Center when the URL changes;r=paolo
--HG--
extra : commitid : EJQAAQCrgQG
2015-10-16 16:48:45 -07:00
Wes Kocher
375b7b2d42 Merge inbound to central, a=merge 2015-10-16 11:52:24 -07:00
Wes Kocher
1662b03a4f Merge m-c to inbound, a=merge 2015-10-16 12:30:35 -07:00
Carsten "Tomcat" Book
f56a925c1e Merge m-c to fx-team 2015-10-16 15:01:23 +02:00
Carsten "Tomcat" Book
15c4d32dd7 merge mozilla-inbound to mozilla-central a=merge 2015-10-16 13:17:56 +02:00
Phil Ringnalda
ddeeb376bd Back out changeset bb7e9c6a66c6 (bug 1209602) for crashing 2015-10-15 22:31:42 -07:00
Jared Wein
74567c8e04 Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN 2015-10-15 22:58:56 -04:00
Jared Wein
9f2bd66799 Backout bug 1209602 for busting OSX on a CLOSED TREE. r=me 2015-10-15 23:19:10 -04:00
Jared Wein
49b796aa96 Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN 2015-10-15 22:58:56 -04:00
Ehsan Akhgari
805243a81b Bug 1210154 - Part 3: Update the clang that we use to build with on OSX as well 2015-10-16 13:27:40 -04:00
Ehsan Akhgari
bea9dbfcd8 Backout changeset d922e18b6dc1 (Bug 1210154) since it touched the wrong file 2015-10-16 13:27:39 -04:00
J. Ryan Stinnett
a23d9a80b6 Bug 1213693 - Repair view source tab for parent process only URLs. r=mconley 2015-10-15 15:55:34 -05:00
Matthew Noorenberghe
5c48ecabc8 Bug 1209140 - Open a second firstrun tab for Tracking Protection promotion. r=jaws
--HG--
extra : commitid : 18Jp0NB0RWc
2015-10-15 13:44:18 -07:00
Mark Banner
3539ee9023 Bug 1213855 - Remove direct call functionality from Loop's backend. r=mikedeboer 2015-10-15 19:13:08 +01:00
Mark Banner
e0db1b6b03 Bug 1213810 - Remove obsolete actions previously associated with direct calls. r=mikedeboer 2015-10-15 19:13:07 +01:00
Ryan VanderMeulen
a2050f669a Bug 1214766 - Update pdf.js to version 1.1.527. r=bdahl 2015-10-16 16:30:11 -04:00
Iaroslav (yarik) Sheptykin
e3f623f36e Bug 1140512: Ensure FindBar communicates properly with content after remoteness change. r=mikedeboer 2015-10-15 15:13:54 +02:00
Wes Kocher
cdd2c2c263 Merge m-c to fx-team, a=merge 2015-10-16 12:31:52 -07:00
Chris Rafuse
1920e94a4f Bug 1212079 - Removed contact scripts from index, r=dmose 2015-10-16 11:03:20 -07:00
Manuel Casas
d55d4faa86 Bug 1131542 - Loop button on toolbar needs different tooltips to explain colours/state. r=Standard8 2015-10-16 17:06:48 +01:00
Dave Townsend
05f99ab15e Bug 1213348: Turn on system add-on update checks. r=nthomas
--HG--
extra : commitid : 8DEAAslGiVg
2015-10-16 08:51:41 -07:00
Gijs Kruitbosch
c8eb645a23 Bug 1123760 - fix accessible labels of urlbar items, r=florian,f=MarcoZ
--HG--
extra : commitid : JnS8bW9UvQ
extra : rebase_source : 85f4d636343a85ce16a9d152e1f477dfb8c88aaa
2015-10-13 15:01:43 +01:00
Gijs Kruitbosch
9453c32647 Bug 1162635 - flatten notification styles on Windows and Linux, r=dao
--HG--
extra : commitid : 8dPIxhXV8wl
extra : rebase_source : 53203f85e91fc99f9716f054bb4410803e59f33b
extra : histedit_source : f037b5dbb6cb94bf9ca8e2aa3a9177aa15463f97
2015-10-14 16:52:46 +01:00
Dão Gottwald
5a213c7dfc Bug 1215093 followup, fixing typo. DONTBUILD 2015-10-16 13:44:56 +02:00
Dão Gottwald
c4d3cfd374 Bug 1215093 - For lightweight themes, make toolbar buttons semitransparent white with a black border on :hover/:active. r=gijs 2015-10-16 13:09:56 +02:00
Mark Banner
559e525ffd Bug 1210774 - Upgrade Loop's use of eslint (to 1.6.x) and eslint-plugin-react (to 3.5.x). r=Mardak NPOTB DONTBUILD 2015-10-16 10:31:06 +01:00
David Critchley
f5f9ce8253 Bug 1209686 - Remove Standalone header from Loop, r=mardak 2015-10-13 12:18:00 +02:00
Ed Lee
178ba2f16a Bug 1212361 - Re-arrange panel layout for user journey (put the button above the room list) [r=Standard8] 2015-10-12 23:56:23 -07:00
Alexandre Poirot
d874c1f117 Bug 1204808 - Move devtools prefs to its own file in /devtools folder. r=jryans 2015-10-15 03:47:21 -07:00
Alexandre Poirot
89cb263b54 Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop
--HG--
rename : devtools/shared/Console.jsm => toolkit/modules/Console.jsm
2015-10-15 03:45:22 -07:00
Manuel Casas
e60145f89b Bug 1212340 - Move the Leave feedback option from the conversation window settings menu to the panel settings menu. r=Standard8 2015-10-15 11:42:22 +01:00
Chris Rafuse
8910f19666 Bug 1209589 - Collect Google Analytics data for users on IE 10 & 11. r=Standard8 2015-10-15 11:42:21 +01:00
Carsten "Tomcat" Book
9e9666b762 merge mozilla-inbound to mozilla-central a=merge 2015-10-15 11:52:40 +02:00
Fabrice Desré
19f432d5e2 Bug 1214021 - Move ext-bookmarks to browser/ r=billm
--HG--
rename : toolkit/components/extensions/ext-bookmarks.js => browser/components/extensions/ext-bookmarks.js
2015-10-14 16:31:08 -07:00
Wes Kocher
d0b3e3dc72 Merge fx-team to central, a=merge 2015-10-14 14:39:58 -07:00
Marco Bonardo
c647f9c6b1 Bug 1190350 - Bookmarks sidebar displays regular folder icons for livemarks. r=gijs 2015-10-14 18:49:23 +02:00
Carsten "Tomcat" Book
98f32fc965 Merge m-c to mozilla-inbound on a CLOSED TREE
--HG--
extra : amend_source : a6131d577ad4418e278e9558a2845458ec0e8dc3
2015-10-14 16:20:56 +02:00
Panos Astithas
ed7b202323 Switching the TP list should trigger a list download on next startup (bug 1214454). r=gcp 2015-10-14 14:47:36 +03:00