Commit Graph

9651 Commits

Author SHA1 Message Date
Wes Kocher
05e6efa386 Merge fx-team to m-c a=merge CLOSED TREE 2015-03-24 18:12:58 -07:00
Ryan VanderMeulen
0bb1117d41 Backed out changesets ade5347d0627, 0b9529b44e23, a139d273f07b, and 0994ae599f13 (bug 1139460) for widespread mochitest crashes.
CLOSED TREE
2015-03-24 14:31:55 -04:00
Paolo Amadini
9c8e073951 Bug 1145913 - Make the username in the password notification editable. r=MattN 2015-03-24 11:18:19 -07:00
Matthew Noorenberghe
54d7f72294 Bug 1120860 - Measure whether an <input type=password> is associated with a <form> in BindToTree. r=smaug 2015-03-24 10:27:56 -07:00
Georg Fritzsche
6ebd3240b0 Bug 1139460 - Part 3 - Make TelemetryPing shutdown block on pending submissions. r=yoric 2015-03-23 12:45:29 +01:00
Georg Fritzsche
d174040794 Bug 1139460 - Part 2 - Overhaul telemetry ping submission code. r=vladan 2015-03-20 14:32:35 +01:00
Georg Fritzsche
6a2a266507 Bug 1139460 - Part 1 - Avoid Telemetry payload data changes after collection. r=vladan 2015-03-18 12:35:49 +01:00
Ryan VanderMeulen
ae9382b2ba Merge m-c to fx-team. a=merge 2015-03-24 12:01:54 -04:00
Ryan VanderMeulen
be9c6b1dbe Merge fx-team to m-c. a=merge 2015-03-24 11:55:30 -04:00
Marco Bonardo
6f126cf2b8 Bug 1146299 - Fix bookmark keywords, after the previous schema migration broke most of them. r=ttaubert 2015-03-24 16:22:29 +01:00
Philip Chee
9a24206675 Bug 1142997 - Cannot Print from Composer and other <editor> elements r=mossop 2015-03-24 20:03:12 +08:00
Tim Taubert
d373b8db6c Bug 1042561 - Implement stopAutoCompleteSearch() for FormAutoCompleteChild to prevent e10s tests from running into assertions r=mak 2015-03-23 15:36:42 +01:00
Tim Taubert
771d166bc0 Bug 1042561 - Iterate a copy of mSearches in StartSearch() so that an observer can't modify the array we're iterating r=mak 2015-03-23 08:33:53 +01:00
Tim Taubert
7e9120e3bc Bug 1042561 - Ensure a canceled autocomplete search doesn't notify about results when aborted shortly before completion r=mak 2015-03-23 08:32:10 +01:00
Tim Taubert
71b6d10e86 Bug 1042561 - Correct autocomplete search result update handling in OnUpdateSearchResult() r=mak 2015-03-22 13:26:09 +01:00
Jorg K
c50a56d60d Bug 1042561 - Autocomplete: Typed text in red despite results/matches found if suggestions change by last input r=mak 2015-03-22 13:25:42 +01:00
Mike de Boer
e5bb1dd175 Bug 1135095: add telemetry for window and tab sharing triggers in Loop. r=Standard8,vladan 2015-03-24 11:21:20 +01:00
Wes Kocher
968ce64451 Backed out changeset 56ce9fdb62e3 (bug 1145913) for mochitest-5 orange 2015-03-23 18:53:41 -07:00
Paolo Amadini
f9cb0fb28d Bug 1145913 - Make the username in the password notification editable. r=MattN 2015-03-23 16:43:16 -07:00
Paolo Amadini
b54f3889f3 Bug 1145789 - Unify code paths for the password save and change notifications. r=MattN 2015-03-23 13:59:39 -07:00
Michael Ratcliffe
17b78723e1 Bug 1144363 - Fix this._telemetry is undefined in gDevTools. r=bgrins 2015-03-18 10:04:59 +00:00
Abhinav Koppula
f1b4303db0 Bug 1127337 - Show article favicon in the browser tab in reader mode. r=jaws 2015-03-18 16:22:00 -04:00
Alessio Placitelli
bab8a57a2a Bug 1133536 - Adds a test case for overdue daily pings. r=gfritzsche 2015-03-24 14:43:20 +01:00
Alessio Placitelli
c87f870032 Bug 1133536 - Add aborted-session description to telemetry docs. r=vladan 2015-03-24 14:43:20 +01:00
Alessio Placitelli
ffcb708762 Bug 1133536 - Add test coverage for aborted sessions in Telemetry. r=vladan 2015-03-24 14:43:20 +01:00
Alessio Placitelli
0b6208db94 Bug 1133536 - Detect & report aborted sessions in Telemetry. r=vladan 2015-03-24 14:43:20 +01:00
Margaret Leibovic
9f5378e20c No bug: update readability libs to the up-to-date github versions. rs=me+Gijs 2015-03-23 11:29:23 -07:00
Phil Ringnalda
e5846f2d27 Merge m-i to m-c, a=merge 2015-03-22 13:56:19 -07:00
Phil Ringnalda
b39967c514 Merge m-c to m-i 2015-03-21 12:50:09 -07:00
Phil Ringnalda
c8fa74db96 Merge f-t to m-c, a=merge 2015-03-21 12:47:01 -07:00
Gijs Kruitbosch
64b241bd65 No bug: update readability libs to the up-to-date github versions to include significant perf and quality improvements, rs=me 2015-03-20 20:50:45 -07:00
Wes Kocher
a694cc39ce Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Paolo Amadini
7f16e5c241 Bug 1143903 - Display username and password as separate fields in the password doorhanger. r=MattN 2015-03-20 10:26:01 -07:00
Ehsan Akhgari
33bb32f549 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Paolo Amadini
caea073551 Bug 1144245 - Add a LoginTestUtils.jsm module. r=MattN 2015-03-18 18:36:23 -07:00
Carsten "Tomcat" Book
c38e5d7e06 Backed out changeset bd0060c41a3d (bug 1140558) for xpcshell bustage on a CLOSED TREE 2015-03-20 17:07:10 +01:00
Dave Townsend
78a61f6477 Bug 1144900: Fix windows gfx out of memory assertion. r=Bas 2015-03-19 10:42:27 -07:00
Carsten "Tomcat" Book
0a27b92b32 backed out changeset b798fd098e09 (bug 1042561) for assertion failure in mochitests 2015-03-20 13:32:28 +01:00
Carsten "Tomcat" Book
dc374741b9 Backed out changeset ef86c7c53d21 (bug 1042561) 2015-03-20 13:32:01 +01:00
Tim Taubert
42a3aa850a Bug 1042561 - Correct autocomplete search result update handling in OnUpdateSearchResult() r=mak 2015-03-20 11:15:40 +01:00
Jorg K
4cf4008ab5 Bug 1042561 - Autocomplete: Typed text in red despite results/matches found if suggestions change by last input r=mak 2015-03-20 11:18:07 +01:00
Marco Bonardo
85346ab28e Bug 1125115 - Remove (now) pointless test that is failing to reopen a CLOSED TREE 2015-03-20 12:08:47 +01:00
Marco Bonardo
71b939a449 Bug 1125115 - Write a new keywords pseudo-API in PlacesUtils. r=ttaubert 2015-03-20 09:39:25 +01:00
Marco Bonardo
2016ffcb1b Bug 1125113 - Change the keywords schema associating them with uris. r=ttaubert 2015-03-20 09:39:20 +01:00
Wes Kocher
1c6f9a76e6 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-19 19:33:19 -07:00
Wes Kocher
67f2ffad86 Merge inbound to m-c a=merge CLOSED TREE 2015-03-19 19:15:11 -07:00
Margaret Leibovic
03ddfdcbae backout 1dbf52164ffe for bc1 failures on a CLOSED TREE 2015-03-19 12:23:28 -07:00
Geoff Brown
a3e7accefa Bug 1140148 - Update xpcshell test manifests for Android 4.3 emulator; r=dminor 2015-03-19 11:00:58 -06:00
Margaret Leibovic
142b223d84 Bug 1143844 - Check document for readerable content to determine whether or not to show reader button. r=Gijs 2015-03-18 13:42:52 -07:00
Margaret Leibovic
b2ca7e7ddc Bug 1143844 - Check document for readerable content to determine whether or not to show reader button. r=Gijs 2015-03-18 13:42:52 -07:00