Commit Graph

23749 Commits

Author SHA1 Message Date
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
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
Eddy Bruël
447175ab7b Bug 1138975 - Refactor breakpoint sliding for non-source mapped sources;r=jlong 2015-03-23 14:13:03 +01:00
Carsten "Tomcat" Book
d502aa61ee Merge mozilla-central to fx-team 2015-03-23 13:35:36 +01:00
Carsten "Tomcat" Book
9713940a35 merge mozilla-inbound to mozilla-central a=merge 2015-03-23 13:18:35 +01:00
Stephen Pohl
5415eb6c77 Backout 0e6aa605af74 (bug 1140263) now that Adobe EME is cleared to be turned on for Windows Vista and above. r=me 2015-03-22 23:26:26 -04: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
Phil Ringnalda
06116fc52e Merge m-c to f-t 2015-03-21 12:54:34 -07:00
Boris Kudryavtsev
e2cc16ab3e Bug 1144613 - Remove unused strings from xpinstallConfirm.properties. r=dao 2015-03-21 20:51:13 +01:00
Marina Samuel
a99af17e2f Bug 1145410: Return valid results when querying the provider cache while it's empty or being populated. r=adw 2015-03-20 17:46:24 -04:00
Wes Kocher
a694cc39ce Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Wes Kocher
55c1be6dc4 Backed out changeset 6ef7ca8f1db3 (bug 1066531) so I can get at a patch that caused near-permafailing bc3 2015-03-20 17:17:19 -07:00
George Wright
608af99113 Bug 1066531 - Delay tab switching until content is ready in e10s mode r=mconley,mstange 2015-03-20 15:09:58 -04:00
Bill McCloskey
8fb0643e63 Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin) 2015-03-20 11:57:38 -07:00
Bill McCloskey
601e092fef Bug 1143038 - Use AppConstants in tabbrowser.xml (r=gavin) 2015-03-20 11:57:37 -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
Gijs Kruitbosch
d03b973b88 Backed out changeset 8a292af9c827 for android robocop orange 2015-03-20 22:47:21 -07:00
Gijs Kruitbosch
00fadb7e96 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
Jared Wein
60907a56b0 Bug 1140340 - Add Reader Mode menu item to the menu bar. r=florian 2015-03-20 17:35:55 -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
Patrick Brosset
ab275c8674 Bug 1139186 - 2 - Add event handling support to CanvasFrameAnonymousContentHelper; r=bgrins 2015-03-20 16:58:50 +01:00
Stephen Pohl
79b276834a Bug 1145694: Uninstall Adobe EME when media.eme.enabled is set to false. r=mossop 2015-03-22 23:12:16 -04:00
Stephen Pohl
4d29cc72c2 Bug 1145336: Test updates. r=jwwang 2015-03-22 23:12:07 -04:00
Stephen Pohl
5690cc9e3f Bug 1145336: Remove old GMPs during updates. r=jwwang 2015-03-22 23:12:03 -04:00
Ryan VanderMeulen
02ce1ca25c Backed out changeset 763cc10e0bb1 (bug 1144127) for B2G reftest bustage. 2015-03-20 12:23:11 -04: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
Patrick Brosset
b3cf736184 Bug 1139186 - 1 - Refactor to the native anon nodes manipulation in highlighters; r=bgrins 2015-03-10 16:28:57 +01:00
Marina Samuel
07281ad875 Bug 1126186: Allow users to turn off all tiles that aren't history tiles and update newtab cogmenu wording. r=adw 2015-03-20 17:28:15 -04: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
b108cb4a0b Backed out changeset de24b63c6966 (bug 1138975) for m-dt test failures 2015-03-20 15:23:45 +01: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
Eddy Bruël
d20a84ba3d Bug 1138975 - Refactor breakpoint sliding for non-source mapped sources;r=jlongster 2015-03-20 12:11:54 +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
Stephen Pohl
8382b0a781 Bug 1140263: Disable Adobe EME on all platforms for now. r=cpearce 2015-03-19 22:59:49 -04:00
Stephen Pohl
bb369ef745 Bug 1140263: Test updates. r=mossop 2015-03-19 22:59:45 -04:00
Stephen Pohl
a3d354c6dc Bug 1140263: Enable Adobe EME on Windows Vista+ and add a pref to force-enable it on other platforms. r=mossop 2015-03-19 22:59:38 -04: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