Commit Graph

11955 Commits

Author SHA1 Message Date
Wes Kocher
5b61fea1e3 Merge m-c to fx-team a=merge CLOSED TREE 2015-02-26 18:55:24 -08:00
Wes Kocher
d1dab12dcf Merge fx-team to m-c a=merge 2015-02-26 18:37:18 -08:00
Michael Comella
2e738c8c18 Bug 1134484 - Replace all uses of @color/fennec_ui_orange. r=liuche
Commands run were:
  ag #FFFF9500 .. -l | grep -v colors.xml | xargs sed -i "s/#FFFF9500/@color\/fennec_ui_orange/g"
  ag #FF9500 .. -l | grep -v colors.xml | xargs sed -i "s/#FF9500/@color\/fennec_ui_orange/g"
  ag text_color_highlight .. -l | grep -v colors.xml | xargs sed -i "s/text_color_highlight\([^_]\)/fennec_ui_orange\1/g"
  ag url_bar_text_highlight .. -l | grep -v colors.xml | xargs sed -i "s/url_bar_text_highlight\([^_]\)/fennec_ui_orange\1/g"
  ag highlight_orange .. -l | grep -v colors.xml | xargs sed -i "s/highlight_orange/fennec_ui_orange/g"

Then text_color_highlight and url_bar_text_highlight were manually deleted from
colors.xml and highlight_orange was manually deleted from search_colors.xml.

Note that there are still two uses of #B3FF9500 in the code as opposed to
fennec_ui_orange of #FF9500.

--HG--
extra : rebase_source : bd88618079e5b1194b7f60d83c13284755422f6a
2015-02-25 16:00:12 -08:00
Michael Comella
f3a51a6a7d Bug 1134484 - Add Fennec color palette to colors.xml. r=liuche
Note that the list of colors is not sorted for readability but rather easy
reviewing (i.e. it matches the specs).

--HG--
extra : rebase_source : 136983a0908c87b0d8cd70edfa6ab692d7173204
2015-02-25 15:39:41 -08:00
Daniel Holbert
1ca91c67a2 Bug 1107378 part 1: Create a JS-implemented "CSS Unprefixing Service" that can convert certain -webkit prefixed CSS to an unprefixed form. r=dbaron 2015-02-26 12:07:05 -08:00
Michael Comella
8e92bf80b5 Bug 1135796 - Review: No else after return. r=trivial
--HG--
extra : rebase_source : 42b2f9c7010ca07a53f12eef39a79fa5af722eac
2015-02-26 11:15:41 -08:00
Michael Comella
1bdb8a9faf Bug 1135796 - Update ActivityUtils to use proper API levels. r=rnewman
Fullscreen with the modern flags requires 4.1+ now; 4.0- is using the old
flags.

--HG--
extra : rebase_source : aafbbb38566d3b6fe6cccf877c5462aaa1781cb2
2015-02-26 10:47:14 -08:00
Richard Newman
e88da66cd5 Bug 1137259 - Don't send Campaign:Set for distribution referrer intents. r=mfinkle 2015-02-26 09:32:15 -08:00
Tyler St. Onge
a15bab0092 Bug 1134927 - Add 'Add to Reading List' back to context menu. r=margaret 2015-02-24 18:55:00 -05:00
Wes Kocher
16e9ad9dc5 Merge m-c to fx-team a=merge 2015-02-25 17:54:05 -08:00
Wes Kocher
399ca9a1f5 Merge fx-team to m-c a=merge 2015-02-25 17:39:55 -08:00
Margaret Leibovic
b1c8846285 Bug 1134441 - Replace font size controls with +/- buttons. r=bnicholson
--HG--
extra : rebase_source : 0251d53ec2ecef1506ce985414f814f9f582c974
2015-02-24 17:15:03 -08:00
Eugen Sawin
350104004a Bug 1133802 - Force Gecko update on endBatchEdit for range updates. r=cpeterson 2015-02-24 00:22:07 +01:00
Michael Comella
ea7cd573eb Bug 1056002 - Backout changeset c56275d516ec. r=mfinkle
This change caused a lot of fullscreen issues (see the dependent bugs).

--HG--
extra : rebase_source : 1e3f193b791dafdea6b3f8baa961801d26ae0164
2015-02-24 16:12:32 -08:00
Mark Capella
5fa9517129 Bug 1130258 - Avoid closing wrong Text Selection, r=wesj 2015-02-25 01:43:35 -05:00
Margaret Leibovic
016c4678d2 Bug 1130834 - Explictly cancel ongoing download notifications instead of trying to update them to be non-ongoing. r=wesj
--HG--
extra : rebase_source : fa44f99fab64a00943fd47e5e7f4232a5014bdf7
2015-02-22 17:18:39 -08:00
Michael Comella
f040f9ddc1 Bug 1134192 - Prevent the options menu from opening in fullscreen mode. r=mfinkle
--HG--
extra : rebase_source : 3db64ab65d30f43b0d20294988cec676049f6bd1
2015-02-23 13:12:01 -08:00
Michael Comella
2521fcbc2e Bug 1134192 - Add ActivityUtils.isFullScreen. r=mfinkle
A more complete solution would rework our fullscreen support to ensure the
flags are consistently used (e.g. reader mode just uses low_profile even though
ActivityUtils.setFullScreen does both low profile and fullscreen).

--HG--
extra : rebase_source : ecffff89ea2c6b6c4145626398e458623f6c773b
2015-02-23 13:11:21 -08:00
Richard Newman
cd0d69c62d Bug 1136171 - Extend character validation in locale picker to Burmese. 2015-02-24 07:46:22 -08:00
Andy Pusch
4d28aaa6df Bug 1125528 - Create abstract class for SelectionHandler tests. r=margaret 2015-02-18 05:21:00 +01:00
Andy Pusch
9b12c17247 Bug 1124884 - Clear search history in Firefox Search after using 'Clear Private Data' in Firefox. r=margaret 2015-02-22 17:06:00 +01:00
Margaret Leibovic
7de05fc0ce Bug 1073775 - Pass default engine from JS to Java, instead of making assumptions based on engine list order. r=liuche
--HG--
extra : rebase_source : 63d2c0c787bbb936823332f3ec347ceb4baf1e82
2015-02-23 13:13:24 -08:00
Wes Kocher
a72a85f6e2 Merge m-c to fx-team a=merge 2015-02-23 17:03:56 -08:00
Wes Kocher
a2295b58c5 Merge fx-team to m-c a=merge 2015-02-23 16:00:36 -08:00
Richard Newman
7baddf9574 Bug 1130461 - Part 3: disable ReadingListHelper's background fetch triggers to avoid test problems. r=margaret 2015-02-23 10:35:11 -08:00
Richard Newman
b4c36f7f5d Bug 1130461 - Part 2: correct value setting in AddToReadingList. r=margaret
It turns out we were using bookmark columns here, which was wrong. We also need to specify ADDED_ON etc.
2015-02-23 10:35:11 -08:00
Richard Newman
aa7371af28 Bug 1130461 - Part 1: change schema for reading list. r=margaret
This patch does several things, all in one commit because of a schema update:

* Uses _id instead of guid when referring to reading list items, allowing the guid column to be null.
* Reworks schema upgrading.
* Completely revises the reading list schema itself.
* Fixes the tests.
* Cleans up how we do deletion: if an item hasn't yet been synced, it's simply deleted immediately. We can do this because the server allocates GUIDs.
* Adds columns to manage sync-related metadata.
2015-02-23 10:35:11 -08:00
Ryan VanderMeulen
46cf692211 Merge fx-team to m-c. a=merge 2015-02-23 12:28:02 -05:00
ffxbld
26cdf50eea Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-02-23 10:22:56 -05:00
Phil Ringnalda
e3c03410ef Back out 66cf24f275b7 (bug 1124011) for frequent ASan crashes in test_memoryReporters.xul 2015-02-22 22:00:56 -08:00
Mark Finkle
dedbfe0adb Bug 1131438 - SearchEngineManager doesn't scan the distro searchplugins locale folders or fallback to a distro locale r=margaret 2015-02-22 16:59:33 -05:00
Mark Finkle
dcaa8d4b21 Bug 1135406 - Remove unused browser.history preferences r=mcomella 2015-02-22 16:56:12 -05:00
Richard Newman
78cfe8d57e Bug 1135900 - Add ReadingListItems.ALL_FIELDS.
And fix REQUIRED_FIELDS, too.
2015-02-23 15:07:55 -08:00
Michael Comella
49b50577f2 Bug 1133770 - Use Refreshable interface instead of TabStrip in BrowserApp to allow builds on API 9. r=mhaigh
--HG--
extra : rebase_source : 7cec65006014787f1b614ec36acf4d0cec23cd1a
2015-02-20 09:05:22 -08:00
Margaret Leibovic
f752a5a22d Bug 1124011 - Hide reader view buttons related to reading list if reading list is disabled, and enable reader view by default on Nightly. r=Unfocused
--HG--
extra : rebase_source : 53ebca45c92bb811b9ffa2e9faa33983c3dd1181
extra : histedit_source : c6cbbdccb6e057f0f06501ff517bad5ff687532e
2015-02-19 11:47:20 -08:00
Michael Comella
06811804b7 Bug 1133770 - Display the selected tab in the tab strip on device rotation. r=mhaigh
This does not always work in the case that one of the last few tabs (to the
right) are selected and the device is rotated from landscape to portrait.
Filed bug 1134408 to track this.

--HG--
extra : rebase_source : 60d64fbea4e8e32e14f1e8120a32d8c6db76b30f
extra : source : e755879c138c1a3ca96ba9da9f9244cb5bfd755f
2015-02-18 14:23:19 -08:00
YFdyh000
01c4116257 Bug 1135007 - "Sync Now" button is not translated. r=nalexander
========

dcc6025053
Author: YFdyh000 <yfdyh000@gmail.com>
    Bug 1135007 - "Sync Now" button is not translated
2015-02-23 10:56:08 +08:00
Richard Newman
6f45959a73 Bug 1134454 - Extract common resource code out of Sync. r=nalexander 2015-02-23 13:33:05 -08:00
Kevin Brosnan
677d9b9dfa Bug 1127441 - Disable font inflation. r=mfinkle 2015-02-12 10:31:00 -05:00
Jeff Muizelaar
3c5ea93a20 Bug 1130820. Move buffered image out of TiledLayer and into ScrollbarLayer. r=kats
mImage is only used by the ScrollbarLayer
2015-01-30 16:00:51 -05:00
Abdelrhman Ahmed
7e4b81d7e2 Bug 1132925 - Pass messages to the parent process to set reader mode prefs. r=margaret 2015-02-20 15:56:00 -05:00
dominique vincent
ef75e137d9 Bug 1126989 - Detect not readable links to pop up the zoomed view. r=kats, r=mcomella 2015-02-07 12:17:12 +01:00
dominique vincent
49ae0f2b89 Bug 1126866 - Fix the text size in zoomed view. r=kats 2015-02-21 09:00:22 +01:00
Margaret Leibovic
94cb523c5c Bug 1135234 - Use "serif" and "sans-serif" in reader mode controls to match desktop. r=bnicholson
--HG--
extra : rebase_source : 2133c4d475ea326f5fe8115e1b8a08723f5af092
extra : amend_source : 0504d868a9554d9aa07d913d52210ca020d49d4b
2015-02-20 13:27:09 -08:00
Allison Naaktgeboren
cac1cfd180 backout of bug 1124711 due to regression 2015-02-20 13:43:24 -08:00
Robin Ricard
ac9e2542a1 Bug 1085609 - Disable testDoorHanger on 2.3 (temporary, waiting for a refactor). r=margaret 2015-02-20 08:32:00 -05:00
Michael Comella
df6212a7f2 Bug 1132720 - Hide the dialog on animation end to prevent flicker on Activity.finish(). r=margaret
--HG--
extra : rebase_source : ea91db60b92fa061fd2493849702388c4e6aa01b
2015-02-20 10:47:47 -08:00
Nick Alexander
f3aaef13fa Bug 1093242 - Produce and upload geckolibs artifacts for Android API v11+ opt builds. r=gps
The Android ARchive contains the compiled Gecko libraries that Firefox
for Android interfaces to.  It does not contain the Gecko resources
(the omnijar, omni.ja) nor the compiled Java code (classes.dex).

This also uploads metadata and sha1 hashes for future consumption by
Maven and/or Ivy dependency managers.  In some brave future world,
we'll work out exactly what that looks like; for now, this solves a
storage problem (each .aar file is ~20MB) and it's possible to point
Gradle directly at the uploaded Ivy metadata and artifacts.

--HG--
extra : rebase_source : 0c12b44f587d4a027ca5258bae8fcbb6f6028c24
2015-02-17 17:23:23 -08:00
Richard Newman
774c1276a3 Bug 1135088 - Follow-up: restore removed import. a=bustage on a CLOSED TREE
Don't rebase before landing, kids.

--HG--
extra : amend_source : fd304441053f36ddfeb017feffc978e4922b9003
2015-02-20 08:57:52 -08:00
Michael Comella
ac47a44320 Bug 1123904 - Provide url highlighting in reader mode. r=margaret
--HG--
extra : rebase_source : 3656fb2c5e00ac1a67e157e27476c48ea82ee4b5
2015-02-19 15:23:56 -08:00