Commit Graph

31722 Commits

Author SHA1 Message Date
Brian Grinstead
dd817a0554 Bug 1192576 - Update string entity name for trackingProtection.startTour;r=tchevalier 2015-08-08 19:03:47 -07:00
Panos Astithas
02da170d0a Bug 1175606 - Enable Tracking Protection by default in Private Browsing Mode;r=ttaubert 2015-08-08 00:33:05 +01:00
Marco Bonardo
cbd9532666 Bug 1192555 - browser_urlbarSearchSuggestionsNotification.js should force unifiedComplete. r=post-facto-test-only 2015-08-08 23:39:06 +02:00
Dave Townsend
6604cb1468 Bug 1190692: Load web extensions. r=billm
Also corrects a race condition where if an extension was disabled before it
had finished loading its manifest it would have called GlobalManager.init but
never call GlobalManager.uninit.
2015-08-07 15:53:46 -07:00
Drew Willcoxon
8b01a081c4 Bug 1192211 - Remove Array.prototype.includes call from browser_urlbar_autoFill_backspaced.js so it doesn't permafail on non-Nightly. r=Mossop 2015-08-07 11:26:34 -07:00
Jordan Santell
63d82859ef Bug 1191508 - Do not serve counts from the memory module in the performance tools; this should be handled on the client. r=fitzgen 2015-08-07 10:38:26 -07:00
Ehsan Akhgari
380cdc7d57 Bug 1191491 - Do not dispatch an audio-playback notification when swapping browsers; r=smaug
We send a pagehide event during swapping docshell frame loaders, and
before this patch we would not be able to differentiate this event with
the one that we send when navigating away from a page, so we would
incorrectly dispatch an audio-playback notification indicating that
audio playback has stopped.  This patch adds a flag to the root docshell
when the frame loader swapping is in progress and disables the above
behavior when that flag is set.
2015-08-07 12:18:24 -04:00
Carsten "Tomcat" Book
ddb5a8de59 merge mozilla-inbound to mozilla-central a=merge 2015-08-07 13:13:06 +02:00
Drew Willcoxon
0a1093f760 Bug 959567 - Change urlbar search suggestions from opt-out to opt-in, add opt-in prompt to urlbar popup. r=mak 2015-08-06 20:13:00 -07:00
Brian Grinstead
5a4f78986c Backed out changeset 657bc9b41d71 (bug 1175702) 2015-08-06 17:00:31 -07:00
Brian Grinstead
8189f49267 Backed out changeset dc33bb49347d (bug 1175702) 2015-08-06 17:00:16 -07:00
Brian Grinstead
78ab41b5d8 Backed out changeset 7216b345380e (bug 1175702) 2015-08-06 16:59:56 -07:00
Andrei Oprea
62c2f2b95c Bug 1183618 - Implement refreshed design for the contacts list 2015-08-06 16:57:21 -07:00
Jordan Santell
03b03920bd Bug 1191153 - Print friendly GC reason names for GC markers in the performance tool. r=fitzgen 2015-08-06 13:15:23 -07:00
Dave Townsend
62f6fadef5 Bug 1181173: Strings for changes to the preferences panes. r=mak 2015-08-06 14:40:15 -07:00
Edouard Oger
39978fa974 Bug 1190908 - Right click on the sync hamburger menu toolbar button does not open about:preferences#sync anymore. r=markh 2015-08-05 10:26:00 -04:00
Ryan VanderMeulen
48740cf0e3 Merge m-c to fx-team. a=merge 2015-08-06 15:53:46 -04:00
Ryan VanderMeulen
9b5a0e69f4 Merge inbound to m-c. a=merge 2015-08-06 15:22:37 -04:00
Tim Taubert
31351177cb Bug 1175702 - Fix browser_bug590206.js failures r=paolo 2015-08-06 15:35:52 +02:00
Tim Taubert
4c67ccd6cb Bug 1175702 - Fix browser_identity_UI.js failures r=paolo 2015-08-06 15:01:37 +02:00
Julian Descottes
8075810ec9 Bug 1191093 - Add panelId for markup-view autocomplete popup, r=bgrins
When creating the AutocompletePopup for the markup view, use a custom panelId.
This forces the AutocompletePopup to use separate XUL elements.

Otherwise, the markupview popup and the ruleview popup were sharing the same
XUL elements. When the markup-view was destroyed (ie on each page navigation),
the autocomplete popup in the rule view was no longer working.

- added panelId option in markup-view.js
- modified autocompletion tests in styleinspector/test
  to verify the autocomplete popup is still working
  after page navigation
2015-08-05 23:36:05 +02:00
Alexander Ploner
d607695a79 Bug 1090305 - [10.10] Remove Noise Texture from Toolbar(s) r=dao 2015-08-05 16:29:45 -07:00
Matthew Noorenberghe
a7bb2ee849 Bug 1185579 - UITour: Make the "accountStatus" target use the FxA avatar when logged in. r=markh 2015-08-04 22:55:21 -07:00
Tim Taubert
ee668511d0 Bug 1175702 - Implement mixed content states in the control center r=paolo 2015-08-04 20:04:24 +02:00
Dave Townsend
d20c1fe1f6 Bug 1188281: Control search suggests prefs UI based on the unfied autocomplete pref. r=adw 2015-08-05 15:29:26 -07:00
Dave Townsend
e85d435304 Bug 1191520: Hide the search settings footer in non-nightly builds. r=adw 2015-08-05 15:11:15 -07:00
Gabriel Luong
8323dd8eab Bug 1191302 - Use array.some instead of array.includes in selector pseudo class check. r=bgrins 2015-08-06 02:16:00 -04:00
Ryan VanderMeulen
0217d428f2 Bug 1188344 - Update pdf.js to version 1.1.366. r=bdahl 2015-08-06 13:36:48 -04:00
Tim Taubert
8bd40920b8 Bug 1184447 - Fix XUL layout bug with wrapping labels in control center by using max-height:0 only when the panel isn't shown r=bgrins 2015-08-05 14:05:44 +02:00
Alessio Placitelli
4dc62ad46f Bug 1191749 - Skip |browser_datachoices_notification.js| on e10s. r=gfritzsche 2015-08-06 04:18:00 +02:00
Alexandre Poirot
5c1bf3b46e Bug 1188401 - Expose require out of Loader.jsm and use it. r=jryans 2015-08-06 05:38:10 -07:00
Alexandre Poirot
ab91614c56 Bug 935366 - Remove unused Require.jsm. r=fitzgen 2015-08-06 05:38:09 -07:00
Alexandre Poirot
9097dfcb67 Bug 935366 - Use source-map module instead of SourceMap.jsm. r=fitzgen 2015-08-06 05:38:09 -07:00
Alexandre Poirot
5ca7e6cc67 Bug 1190909 - Fix resize-commands module path when mapping to local sources. r=jryans 2015-08-06 05:38:09 -07:00
Marina Rodriguez Iglesias
8e8f6588f9 Bug 1183386 - Update conversation tab headers for Loop panel. r=Standard8 2015-08-06 11:54:55 +01:00
Mark Banner
0d24d0109d Reland bug 1180603 - Text inside text bubbles should always be aligned according to the text direction - which was mistakenly backed out by bug 1183576. r=Standard8 2015-08-06 11:21:23 +01:00
Georg Fritzsche
1d8616dce0 Bug 1180673 - Part 1 - Use a different URL pref for healthreport when Unified Telemetry is on and opt-out. r=bsmedberg 2015-07-29 16:59:52 +02:00
Wes Kocher
fa751b1f32 Backed out 2 changesets (bug 1150678) for xpcshell bustage
Backed out changeset 1c24d237080c (bug 1150678)
Backed out changeset 9f1f1e11ca37 (bug 1150678)
2015-08-05 16:24:58 -07:00
Mike Conley
1dce360350 Bug 1186448 - pdfjschildbootstrap.js should only be executed once per child process. r=jimm
We were executing it once per tab, originally.
2015-08-04 15:55:54 -04:00
Dave Townsend
cfbb4abec8 Bug 1191421: Don't notify users about unsigned experiments that have been disabled. r=dao 2015-08-05 13:33:57 -07:00
Dave Townsend
2554c7eb4e Bug 1191008: Display the unsigned notification on the front-most window. r=dao 2015-08-05 11:37:58 -07:00
Marco Bonardo
cb2716c55f Bug 1150678 - Part 2: allow to change uri for a single bookmark keyword and remove the old keyword when needed. r=ttaubert 2015-08-05 23:10:16 +02:00
Wes Kocher
9b537d29ac Backed out changeset 1376c328fbb3 (bug 1185579) for browser_fxa.js test failures 2015-08-05 13:50:59 -07:00
Nick Fitzgerald
ee431f4f3a Bug 1166524 - Provide short labels and longer descriptions for GC reasons; r=jsantell,terrence 2015-08-05 13:47:45 -07:00
Jordan Santell
8115a86f0f Bug 1050085 - Clean up performance L10N comments. r=flod 2015-08-04 18:11:24 -07:00
Matthew Noorenberghe
c84b3bb2bd Bug 1185579 - UITour: Make the "accountStatus" target use the FxA avatar when logged in. r=markh 2015-08-04 22:55:21 -07:00
Ryan VanderMeulen
36442aa165 Backed out changeset fc9cae9a0f60 (bug 1180495) for browser_purgehistory_clears_sh.js failures.
CLOSED TREE
2015-08-05 14:54:49 -04:00
Fernando R. Sela
7920697599 Bug 1170757-Enabled eslint dot-location + no-empty rules for Hello, r=dmose 2015-08-05 11:40:53 -07:00
Felipe Gomes
1ae52a21b7 Bug 1180495 - [e10s] Ensure that clearing history also clears the session history of remote tabs. r=mconley 2015-08-05 15:08:06 -03:00
Iaroslav (yarik) Sheptykin
914dcacaf1 Bug 1191306 - Replacing .includes with indexOf to avoid test failures on Aurora. r=felipe 2015-08-05 16:47:22 +02:00
Dão Gottwald
91fe952288 Bug 1189976 - Make rules / separators in the Control Center panel lighter. r=ttaubert 2015-08-05 18:55:53 +02:00
Carsten "Tomcat" Book
b88feef986 Backed out changeset 7f106466e9ad (bug 1185579) for memory leaks on a CLOSED TREE 2015-08-05 16:57:20 +02:00
Martin Tomes
ef1b5ef89b Bug 1146312 - Display partner branding and ToS/PN links on the GetStarted only. r=Standard8 2015-08-05 14:32:50 +01:00
Chris Rafuse
95ac107c8c Bug 1181991 - Change e-mail invitation text to improve CTR. r=andreio 2015-08-04 16:27:00 -04:00
Carsten "Tomcat" Book
0dd1562de8 Backed out changeset 2672589e571e (bug 1161072) for test failures in browser_tilt_picking_inspector.js 2015-08-05 14:33:40 +02:00
Carsten "Tomcat" Book
82edc79464 Merge mozilla-central to fx-team 2015-08-05 13:36:41 +02:00
Carsten "Tomcat" Book
e34067fdd0 merge mozilla-inbound to mozilla-central a=merge 2015-08-05 13:12:59 +02:00
Alexandre Poirot
64ffc931e5 Bug 1161072 - Destroy the walker actor on disconnect. r=bgrins 2015-08-05 02:59:11 -07:00
Carsten "Tomcat" Book
7483e44b44 Backed out changeset de6f45e30226 (bug 1152721) for XPCshell Bustage 2015-08-05 10:38:18 +02:00
Mark Hammond
125e8a99d3 Bug 1190279 - fix UI for unverified FxA users in both hamburger menu and Sync prefs pane. r=oeger 2015-08-05 15:50:36 +10:00
Carsten "Tomcat" Book
491fc518de Backed out changeset ad37329e81ce (bug 1190279) for test failures in browser_fxaccounts.js 2015-08-05 07:47:37 +02:00
Andrei Oprea
6f1011e101 Bug 1183617 - Implement updated design of contact buttons 2015-08-04 22:22:27 -07:00
Mark Hammond
6925afda58 Bug 1190279 - fix UI for unverified FxA users in both hamburger menu and Sync prefs pane. r=oeger 2015-08-05 14:22:20 +10:00
Jordan Santell
d7a1b3ffdb Bug 1177558 - Change devtools memory module to return docshell time rather than Date.now() to match epoch from allocations, and add tests. r=fitzgen 2015-08-04 16:49:03 -07:00
Jordan Santell
642829b3c2 Bug 1163763 - part 2 - fix broken test from bug 1163763. r=fitzgen. CLOSED TREE 2015-08-04 17:12:34 -07:00
Wes Kocher
8ebace5a0d Backed out changeset e87075045bf3 (bug 1180495) for browser_purgehistory_clears_sh.js e10s permafails CLOSED TREE 2015-08-04 15:51:45 -07:00
Tim Taubert
c39992a0a6 Bug 1031661 - Apply correct zoom level to preloaded content like about:newtab r=dao 2015-07-29 14:57:35 +02:00
Matthew Noorenberghe
6453cab3e4 Bug 1185579 - UITour: Make the "accountStatus" target use the FxA avatar when logged in. r=markh 2015-08-04 22:55:21 -07:00
Julian Descottes
fb86187ad4 Bug 1152721 - Extract styleinspector common methods to utils.js, r=mratcliffe 2015-08-04 23:26:29 -07:00
Edouard Oger
1b9e763364 Bug 1149721 - Restyle the Sync preferences page. r=jaws 2015-08-04 11:46:00 +02:00
Ehsan Akhgari
f42d5a0769 Bug 1192063 - Create a stacking context for the tab overlay icon so that its background paints in front of the tab image; r=jaws 2015-08-06 23:42:00 -04:00
Xidorn Quan
221fbffb2a Bug 1186890 - Ensure parent always know when the child exit fullscreen. r=Dolske 2015-08-07 13:38:10 +10:00
Ehsan Akhgari
5e104e8e86 Bug 1191959 - Make sure that pinned tabs are still clickable after unuting a tab that is not playing; r=jaws
This bug happens becuase when toggleMuteAudio() is called from the click
handler for the tab, we remove the muted attribute during unmuting,
which makes the element display:none.  Therefore, when the mouse pointer
leaves that region, there is no element to receive the mouseout event
and as a result, the _overPlayingIcon variable stays true, which means
we stop tab switching in the mousedown handler.
2015-08-06 23:09:11 -04:00
Wes Kocher
470f734e39 Merge m-c to inbound, a=merge 2015-08-06 18:11:16 -07:00
Ehsan Akhgari
4292a6225f Bug 1191081 - Part 2: Make the crashed overlay icon for pinned tabs take priority over the muted overlay icon; r=jaws 2015-08-06 20:21:56 -04:00
Brian Grinstead
becf6dbe97 Backed out changeset 657bc9b41d71 (bug 1175702) 2015-08-06 17:00:31 -07:00
Brian Grinstead
d2b5d08c74 Backed out changeset dc33bb49347d (bug 1175702) 2015-08-06 17:00:16 -07:00
Brian Grinstead
f1efef40a3 Backed out changeset 7216b345380e (bug 1175702) 2015-08-06 16:59:56 -07:00
Brian Birtles
408e64d721 Bug 1189630 - Make browser_translation_exceptions.js wait for infobar to finish animating; r=florian 2015-08-07 09:01:09 +09:00
Bobby Holley
f531c54452 Bug 1184387 - Stop using the hidden DOM window in browser_parsable_css. r=Gijs
The hidden DOM window has a chrome:// URI on mac and a resource:// URI elsewhere,
which makes it really terrible for stuff like this.
2015-08-06 16:36:32 -07:00
Ehsan Akhgari
445de25825 Bug 1190082 - Rename media-playback and the related stuff to audio-playback; r=smaug
Given that we only dispatch this for audio, media-playback sounds
like a misnomer.
2015-08-04 21:07:41 -04:00
Michael Layzell
5e3ace8478 Bug 1190175 - Update offlineapp listbox to display origin property, r=ehsan 2015-08-06 13:15:15 -07:00
Carsten "Tomcat" Book
cd95acc091 Backed out 2 changesets (bug 1016555, bug 1189427) for making Android 4.3 API11+ debug X3 perma fail in test_ev_certs.js
Backed out changeset ebd4e3880403 (bug 1189427)
Backed out changeset 331e489c7534 (bug 1016555)
2015-08-06 11:51:27 +02:00
Carsten "Tomcat" Book
be47980f61 Backed out 1 changesets (bug 1153499) for test failures in browser_force_refresh.js
Backed out changeset 252814d5e628 (bug 1153499)
2015-08-06 09:47:38 +02:00
Cykesiopka
880e4299c5 Bug 1124649 - Part 3 - Add invalid PKP header web console tests. r=jryans 2015-08-05 07:53:00 +02:00
Cykesiopka
9173253696 Bug 1124649 - Part 2 - Add additional invalid STS header web console tests. r=jryans 2015-08-05 07:52:00 +02:00
Cykesiopka
eb30e6e4e1 Bug 1124649 - Part 1 - Add specific error messages for various types of STS and PKP header failures. r=keeler,hurley 2015-08-05 07:51:00 +02:00
Gijs Kruitbosch
e47b479e1a Bug 1182778, r=margaret,f=bz 2015-07-17 13:30:42 +01:00
Gabriel Luong
4167e52c6a Bug 1188897 - [Rule View] Ensure the correct editable property is focused when editing and removing properties in the rule view r=bgrins 2015-08-06 01:49:51 -07:00
James Long
2f0259cf77 Bug 1181646 - Add React as a shared library for devtools. r=gps,fitzgen 2015-08-06 00:27:39 -07:00
Matthew Noorenberghe
f893311bf2 Bug 706973 - Support migration from Chromium/Canary. r=Mano 2015-08-06 00:02:22 -07:00
Jan Odvarko
ecdc924303 Bug 1185293 - HAR builder: Avoid an exception when the response is not available; r=jryans 2015-08-05 17:47:04 +02:00
Justin Crawford
a579249fe0 bug 1184369 - Add hover styling to paragraph links in newtab intro. r=msamuel 2015-08-05 23:40:44 -07:00
Matthew Noorenberghe
eed86f8ea8 Bug 1188454 - Make the Control Center panel sticky when noautohide is used. r=ttaubert 2015-08-05 23:37:52 -07:00
Edouard Oger
4f739c6d32 Bug 1186521 - Enforce new requirements for Hamburger menu badges. r=markh 2015-08-06 14:47:32 +10:00
Edouard Oger
b41ab8445c Bug 1180584 - Support multiple badges on the Hamburger menu button. r=markh 2015-08-06 14:47:32 +10:00
Mark Hammond
b629283b04 Bug 1180587 - remove most error handling from browser-syncui now it is shown in the hamburger menu. r=adw 2015-08-06 14:47:31 +10:00
Jordan Santell
351c6d1674 Bug 1163763 - L10N-ify many strings that didn't make previous uplifts for performance tools, and consolidate strings into one tool rather than profiler and timeline. r=vp 2015-07-16 13:28:30 -07:00
Gabriel Luong
e6096f011d Bug 1190047 - [Rule View] Ensure changes to swatches are reverted to the original value on escape r=bgrins 2015-08-04 15:03:02 -07:00
Wes Kocher
7a62daeba3 Merge m-c to fx-team, a=merge 2015-08-04 14:56:26 -07:00