Commit Graph

37741 Commits

Author SHA1 Message Date
Xidorn Quan
496b51db78 Bug 1204149 - Fix entering DOM fullscreen in fullscreen mode for e10s. r=smaug
--HG--
extra : source : 057f3e50c50c95beac3c99f52a7993aeb4982367
extra : amend_source : 9276b7bd484b2aa4476ecb8d9e9d79eda2a87702
2015-09-18 09:33:54 +08:00
Wes Kocher
7aae894c59 Merge inbound to central, a=merge 2015-09-17 14:59:11 -07:00
Neil Deakin
3b3f71946e Bug 1191897, add a flag for popups which allow shortcut keys to not be consumed, fixes shortcuts not working when an e10s select popup is open, r=neil 2015-09-17 11:20:33 -04:00
Drew Willcoxon
55bf033e8a Bug 1205385 - Focus urlbar when search suggestions opt-in is dismissed only after pressing an opt-in accesskey. r=mak 2015-09-17 09:37:35 -07:00
Mark Banner
203a66248a Bug 1199213 - Part 1. Remove the old standalone call-url handling code from Loop. r=mikedeboer 2015-09-17 16:19:35 +02:00
Mark Banner
40420454c6 Bug 1202408 - Fix the hover colour of the camera icon in Loop's contact list. r=mikedeboer 2015-09-17 16:19:34 +02:00
Dão Gottwald
a206ea13a5 Bug 1205234 - Remove Windows XP/Vista/7-specific toolbar button styling rules. r=gijs 2015-09-17 16:18:33 +02:00
Gijs Kruitbosch
6f07afdf79 Bug 1013518 - separate devtools css linting from general browser linting, r=jryans
--HG--
extra : commitid : 8ezU9EJcEWb
extra : rebase_source : 61bd9e3c9c4760956e5d416dd23ac734b709b1e4
2015-09-17 14:15:05 +01:00
Gijs Kruitbosch
2b83754baf Bug 1062821 - fix browser_parsable_css.js to actually catch errors, r=florian
--HG--
extra : commitid : 3C1FzYpsfSj
extra : rebase_source : ffc85c4496d6743efbf228559f06e2a52add2ff4
2015-09-17 14:17:43 +01:00
Carsten "Tomcat" Book
376f70e554 Merge mozilla-central to fx-team 2015-09-17 15:02:08 +02:00
Carsten "Tomcat" Book
587ddedf21 merge mozilla-inbound to mozilla-central a=merge 2015-09-17 14:56:37 +02:00
Riadh Chtara
fee7458f73 Bug 1192035 - Import passwords from Microsoft Edge / Windows 8+ r=Gijs,MattN
--HG--
extra : commitid : AaC7tUofwqc
extra : rebase_source : 319a2efb59d4364ba62af2faeccb9f4f7a90fcf0
extra : amend_source : b6e7531af68b996c16042cb618899567e46f5280
2015-09-16 17:34:26 -07:00
Richard Barnes
d1f14337d5 Bug 1204616 - Control Center should show full host name (w/ subdomains) in security block. r=MattN,liuche
--HG--
extra : commitid : CCWgbbWihKu
extra : rebase_source : 294f5ae1654926cad1c54ac72741a2ee7c2c9edd
2015-09-16 18:01:27 -07:00
Felipe Gomes
5958359894 Bug 1205398 - e10s drag-n-drop panel should be mousethrough=always. r=jimm 2015-09-16 22:40:24 -03:00
Drew Willcoxon
996aa36201 Bug 1198688 - Disable option to show search suggestions in location bar in permanent private browsing mode. r=Mossop 2015-09-16 15:59:16 -07:00
Jared Wein
eb6a2216bf Bug 1205038 - Add missing BROWSER_SET_DEFAULT_ALWAYS_CHECK probe to Histograms.json, and fix BROWSER_SET_DEFAULT_TIME_TO_COMPLETION_SECONDS by fixing callback. r=dolske,Gijs 2015-09-16 12:01:03 -07:00
Chris Rafuse
aede4a1e3b Bug 1205368-Fix Hello ui-showcase scrolling regression, r=dmose 2015-09-16 11:56:38 -07:00
Drew Willcoxon
486cba0638 Bug 1198723 - Don't show the urlbar search suggestions opt-in if suggestions are enabled outside the opt-in. r=mak 2015-09-16 11:21:59 -07:00
Drew Willcoxon
f82ad5d15f Bug 1203724 - Keep focus in the urlbar after making a choice in the search suggestions opt-in notification via an accesskey. r=mak 2015-09-16 11:16:44 -07:00
Drew Willcoxon
24605b7294 Bug 1186393 - Make urlbar search suggestions call decodeURIComponent on the engine name. r=mak 2015-09-16 11:16:41 -07:00
Wes Kocher
5b879dacff Merge mozilla-inbound to m-c a=merge CLOSED TREE 2015-09-16 10:52:53 -07:00
Tim Taubert
4a63c69f3a Bug 1193004 - Always show permissions section in the Control Center r=bgrins 2015-09-16 12:51:19 +02:00
Justin Dolske
4cbe7f3464 Bug 1204182 - Use a single jar manifest for shared theme resources. r=dao 2015-09-16 09:33:47 +02:00
Jordan Santell
13e4c858ae Bug 1141261 - Immediately disconnecting an audio node is now reflected properly in the web audio graph due to bug 1204595; tests for that scenario. r=vp 2015-09-15 17:02:16 -07:00
Matteo Ferretti
c79f23f06f Bug 1187831 - Refactor the highlighters into separate modules; r=pbrosset
--HG--
rename : toolkit/devtools/server/actors/highlighter.css => toolkit/devtools/server/actors/highlighters.css
2015-09-16 11:04:21 +05:30
Justin Dolske
ae99e672d1 Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao 2015-09-15 18:33:57 -07:00
Chris Rafuse
a2e697ef3c Bug 1203237 - Fix iFrame HTML tag scrollbars appearing in RTL mode, r=dmose 2015-09-15 18:13:35 -07:00
Jordan Santell
866d2a1dfc Bug 1204595 - Store audionode properties once via server rather than async fetching the unchanging properties in the tool. r=jryans
--HG--
rename : browser/devtools/webaudioeditor/test/browser_audionode-actor-is-source.js => browser/devtools/webaudioeditor/test/browser_audionode-actor-source.js
rename : browser/devtools/webaudioeditor/test/browser_audionode-actor-get-type.js => browser/devtools/webaudioeditor/test/browser_audionode-actor-type.js
2015-09-14 16:04:54 -07:00
Jennifer Fong
94795b7ace Bug 1203648 - Default devtools.webide.sidebars to true. r=jryans
--HG--
extra : histedit_source : e3558954a0bf6d4c394076aca3b682c6719245dd
2015-09-14 09:10:00 -04:00
Matteo Ferretti
694730e132 Bug 1132475 - Refactor LayoutHelpers.jsm to avoid dependencies. r=pbrosset
--HG--
extra : histedit_source : 54d69138146487b378e62bc2cfeb520a85956f43
2015-09-15 00:32:00 -04:00
Ryan VanderMeulen
66e694be8a Bug 1205051 - Update pdf.js to version 1.1.469. r=bdahl 2015-09-15 17:03:08 -04:00
Dão Gottwald
f03145a313 Bug 1204845 - Remove the menuitem-iconic-both binding. r=enndeakin 2015-09-17 10:13:27 +02:00
Mike Hommey
1688a70c48 Bug 1204715 - Move browser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} to moz.build. r=mshal 2015-09-16 17:21:53 +09:00
Andrea Marchesini
1745e82619 Bug 1203463 - URL constructor should support about:blank URI, r=bz 2015-09-16 11:26:29 +08:00
Kan-Ru Chen
008c01bd6c Bug 1123237 - Part 7. XPCOM interface for memory profiler. r=smaug
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-09-16 10:31:12 +08:00
Wes Kocher
3eef2f434b Merge m-c to inbound, a=merge 2015-09-15 17:20:16 -07:00
Jared Wein
a715d1a274 Bug 1203494 - Only show URL bar dropmarker on hover. r=dao 2015-09-15 10:39:02 -04:00
Panos Astithas
b452ad367d Reset the network panel filter for requests linked from the console (bug 1204481). r=vporof 2015-09-15 15:33:37 +03:00
Florian Quèze
2ec2ea002e Bug 1184220 - typing in the searchbar should de-select the settings or opensearch buttons at the bottom of the search panel, r=Gijs. 2015-09-11 14:18:15 +02:00
Florian Quèze
f3f9d9c811 Bug 1139655 - pressing enter in the searchbar should ignore button selections from mouseover, r=Gijs. 2015-09-11 14:18:15 +02:00
Florian Quèze
f9b242cdb7 Bug 1203524 - search.xml should use Services.jsm, r=Mossop. 2015-09-11 14:18:15 +02:00
Florian Quèze
787584c554 Bug 1201973 - 'Stop Sharing' should also revoke persistent permissions granted to frames, r=Gijs. 2015-09-11 14:18:15 +02:00
Daosheng Mu
38bd36d05f Bug 981183 - Part 2 - Add timestamps tests for CanvasDebugger. r=vporof 2015-09-12 08:26:00 +02:00
Daosheng Mu
e65351bb56 Bug 981183 - Part 1 - Gathering timestamps at the call watcher actor. r=vporof 2015-09-13 22:49:00 +02:00
Edgar Chen
73389bf1f4 Bug 1202532 - The callback argument of windows.update() is optional. r=billm
--HG--
extra : transplant_source : %87%C8%A5TJ%7E3%C7%3F%91%89v%F7%01%85%5D%C8N5%BC
2015-09-07 18:55:00 +08:00
Jan Odvarko
521114354e Bug 1199180 - Use proper EventUtils lib to fix intermittent test failure. r=pbrosset 2015-09-14 16:54:17 +02:00
Hector Zhao
bd11786162 Bug 1204441 - Increase vertical padding of dropmarker in a navbar menu-button on Windows 10. r=dao
--HG--
extra : amend_source : c3c642ed51afcd9031cd679f2c6bc2e97dd959f9
2015-09-14 16:47:45 +08:00
J. Ryan Stinnett
7ecdb61723 Bug 1200988 - Responsive design toolbar should show in full screen. r=paul 2015-09-15 11:26:02 +05:30
Jordan Santell
b8b0b9811d Bug 1150299 - Show optimization graph in the call tree sidebar. r=shu,vp 2015-08-31 15:26:02 -07:00
Wes Kocher
f88d1a3d3d Merge m-c to fx-team, a=merge 2015-09-14 17:28:21 -07:00