Commit Graph

16150 Commits

Author SHA1 Message Date
Michael Comella
958d80882b Bug 1130203 - Move share overlay title styles into styles.xml and revise to match mocks. r=mhaigh
--HG--
extra : rebase_source : cf9a699354c3454d8a010ddf728f207e48e569fe
2015-02-26 17:33:36 -08:00
Michael Comella
376e88b94a Bug 1130203 - Remove Firefox logo from share overlay. r=mhaigh
--HG--
extra : rebase_source : 83cbe32e627ebdeef9d92cbfaf2d78055e16d14b
2015-02-25 17:10:17 -08:00
Michael Comella
58dcb2d2eb Bug 1130203 - Remove header container in share overlay & roughly style text. r=mhaigh
Removing the header container also has the benefit of improving performance by
flattening the View hierarchy. Note that this patch also improves performance
by switching the outermost container from a RelativeLayout to a FrameLayout.

Final text styling is awaiting UX mocks.

--HG--
extra : rebase_source : caa8e42ff40aa9873868a181947fb690441094c9
2015-02-05 19:29:01 -08:00
Michael Comella
2ea89f3396 Bug 1130203 - Clean up OverlayDialogButton's initialization. r=mhaigh
Note that a TODO was added to clean up styles, which should be completed before
this bug lands.

--HG--
extra : rebase_source : bc982cb2e7724d26241e510076f0c83c014e03ab
2015-02-05 17:44:56 -08:00
Allison Naaktgeboren
4c50d52e24 Bug 1128431 - 'Start browsing' link from onboarding v1.5 is not visible on small screen devices. r=liuche 2015-03-24 15:05:27 -07:00
Ryan VanderMeulen
358a43b689 Merge m-c to fx-team. a=merge 2015-03-24 12:01:54 -04:00
Ryan VanderMeulen
68565c39fb Merge fx-team to m-c. a=merge 2015-03-24 11:55:30 -04:00
Geoff Brown
9780fc9a98 Bug 923109 - Load pages differently in many robocop tests; r=margaret 2015-03-24 06:51:46 -06:00
Mark Capella
422b818b0c Bug 1140979 - Change SelectionHandler/TextSelection to use UUID vs. simple selectionID, r=wesj 2015-03-24 01:34:31 -04:00
Brian Grinstead
ac897bf890 Bug 1094821 - Store currently selected lightweight theme in the selectedThemeID pref instead figuring it out based on the order of the usedThemes pref;r=Gijs 2015-03-23 15:32:41 -07:00
Jeff Lu
f923ac05b0 Bug 1140044 - Update bookmark button title when state changes. r=mcomella 2015-03-18 15:20:00 -04:00
Mike Taylor
c9c9cb1b1b Bug 783846 - Use SelectionHandler._getEditor when moving caret. r=wesj 2015-03-11 23:56:00 -04:00
Mike Taylor
712267f7b0 Bug 783846 - Add paste tests to testSelectionHandler. r=wesj 2015-03-11 23:55:00 -04:00
Mike Taylor
f801d95686 Bug 783846 - Enable paste in contentEditable elements. r=wesj 2015-03-11 23:54:00 -04:00
Sebastian Kaspari
e392b483b7 Bug 1142699 - testReaderModeTitle: Wait for Gecko to be ready and reduce waiting time for reader mode to 30 seconds again. r=mcomella 2015-03-19 23:39:59 +01:00
Mantaroh Yoshinaga
08ab0525d0 Bug 910634 - Disabled <input> should not popup a dialog. r=wesj 2015-02-26 02:39:00 -05:00
Michael Comella
6c32425b43 Bug 1145897 - Check if accounts exist before returning client count in ActivityChooserModel. r=rnewman
--HG--
extra : rebase_source : 78e5febff180f95898a5eab7d2388a0ab9752c36
extra : amend_source : 5ffbc1151db0422c5329b816bdbe0be01c2a924c
2015-03-20 16:56:07 -07:00
Michael Comella
c7f83b0e00 Bug 1145892 - Add null check in ShareDialog.handleSendTabUIEvent. r=rnewman
--HG--
extra : rebase_source : 3e93e41b9e484087f456b785f1947e5e7697e05b
2015-03-20 16:30:05 -07:00
Wes Kocher
8794504c9f Merge m-c to inbound a=merge CLOSED TREE 2015-03-23 16:51:22 -07:00
Paul Kerr [:pkerr]
c929586054 Bug 1100508: Easily capture about:webrtc page data for a bug reports. r=jib, r=mikedeboer 2015-03-23 12:37:30 -07:00
Geoff Brown
67a82da8dc Bug 1140148 - Update robocop.ini for Android 4.3 emulator; r=snorp 2015-03-23 13:25:29 -06:00
Phil Ringnalda
174ec4f715 Merge m-i to m-c, a=merge 2015-03-22 13:56:19 -07:00
Phil Ringnalda
fc8b8ab2ac Merge m-c to m-i 2015-03-21 12:50:09 -07:00
Phil Ringnalda
9ef50f3565 Merge f-t to m-c, a=merge 2015-03-21 12:47:01 -07:00
Margaret Leibovic
2e2ff945ae Bug 1146046 - Update testReadingListCache non-reader-able testcase. r=rnewman
--HG--
extra : rebase_source : 198d7f73638f8f8a98920fab889f57af3380406a
2015-03-21 15:27:09 -07:00
Wes Kocher
14f75f943c Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Ehsan Akhgari
883849ee32 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
Chenxia Liu
3acca3359a Bug 1122225 - Update tests for changed flow. r=ally
--HG--
extra : rebase_source : 76290b51fbe6f7a368b6a1c16a9e603645755e70
2015-03-17 10:25:36 -07:00
Ryan VanderMeulen
721fc1ab52 Backed out changeset c5af69669855 (bug 1124084) for various regressions.
CLOSED TREE
2015-03-20 13:01:35 -04:00
Chenxia Liu
119e70807e Bug 1122225 - Add context menu for about:passwords actions. r=ally
--HG--
extra : rebase_source : 697450d115f8f5d1f77c87f944e93981e69789df
extra : source : 00579267379bea466515586df49fa170a59ecc72
2015-03-09 14:40:32 -07:00
Martyn Haigh
dc4ca20d50 Bug 1129433 - Show &quot;# tabs opened in background&quot; notification in system tray (r=mcomella) 2015-03-20 13:42:09 +00:00
Michael Comella
837280fed4 Bug 1145217 - Disable toolbar add to reading list button on about: pages. r=margaret
Except for about:reader, obviously. :)

--HG--
extra : rebase_source : aad27c20f17ec1710e47fae3820fa34974a64895
2015-03-19 10:08:07 -07:00
Michael Comella
fde0e7e50c Bug 1142196 - Match about:reader add/remove button state with the toolbar's on press. r=margaret
--HG--
extra : rebase_source : 75fa2536721b0357ded5b13726630d9322412604
2015-03-17 14:23:49 -07:00
Michael Comella
4c749b0e63 Bug 1142196 - Make LocalReadingListAccessor strip about:reader urls to get the base url. r=margaret
The behavior is now consistent with the JavaScript implementation.

Note that I was unable to test stripping on updating items but it calls out to
a common method so I'm confident it will work.

--HG--
extra : rebase_source : f3eae33b0c9b01cf3b9cdc200180642444b09c22
2015-03-17 10:58:27 -07:00
Martyn Haigh
9486053645 Bug 1134235 - Store Tab Queue urls in file (r=rnewman) 2015-03-19 09:17:22 +00:00
Stéphane SCHMIDELY
56bf426653 Bug 935259: Follow-up: Split DOMLinkAdded switch statement into methods. r=liuche 2015-03-18 18:03:35 +01:00
Sebastian Kaspari
1a3cb616c2 Bug 1143280 - SearchBar: Suppress deprecation warnings in constructor to allow building with API level 22. r=rnewman 2015-03-16 16:44:22 +01:00
Sebastian Kaspari
432a3b1f72 Bug 1143280 - DateTimePicker: Replace deprecated DateFormat constants with local constants. r=rnewman 2015-03-15 10:51:15 +01:00
Sebastian Kaspari
8e0b04f70c Bug 1142699 - ToolbarComponent: Wait up to 60 seconds for the reader mode button to appear. r=mcomella 2015-03-14 03:31:00 -04:00
Carsten "Tomcat" Book
b1b0b8cf14 Merge mozilla-central to fx-team 2015-03-18 13:55:20 +01:00
Martyn Haigh
fff1910dc6 Bug 1130368 - Add toast feedback after a user clicks a link (r=mcomella) 2015-03-18 12:15:53 +00:00
Carsten "Tomcat" Book
0503c0d6df merge mozilla-inbound to mozilla-central a=merge 2015-03-17 11:36:52 +01:00
Wes Kocher
bf933d2320 Backed out changeset 00579267379b (bug 1122225) for rc1 failures 2015-03-16 18:08:17 -07:00
Seth Fowler
78ab87250d Bug 1124084 - Flip on downscale-during-decode everywhere. r=tn 2015-03-17 13:56:50 -07:00
Chenxia Liu
8ad8fe3a4e Bug 1122225 - Add context menu for about:passwords actions. r=ally
--HG--
extra : rebase_source : c7456e6abb523d7edee9377a859e9c6a8178c77a
extra : amend_source : d684974daf9092052d35576ab8fbf33ee6ce3d0c
2015-03-09 14:40:32 -07:00
Michael Comella
ca59b6bc92 Bug 1143759 - Change scaleType of quick share action bar to centerInside. r=liuche
Note that this was what it was before bug 1122302 landed (which added the share
plane and this issue).

--HG--
extra : rebase_source : 16d2ae99b2cff85c4ab4c8f4f4e32a3e0cdf92e7
2015-03-16 11:02:25 -07:00
Botond Ballo
d15b1bee0b Bug 1139675 - Update JS callers of nsIDOMWindowUtils.setResolution and getResolution in Fennec code. r=kats
--HG--
extra : rebase_source : 0ab7f8ec953e403c9247769c2f0a477639c7e55d
extra : source : 736f9204ed77d2ea6f6778d289b66928424f0544
2015-03-06 17:14:55 -05:00
Kartikaya Gupta
a779113067 Bug 1136363 - Do a better job of falling back to sane metadata. r=mfinkle 2015-03-16 08:34:31 -04:00
Phil Ringnalda
3bfd694773 Merge f-t to m-c, a=merge 2015-03-15 19:35:11 -07:00
James Willcox
80bb10e017 Bug 1142459 - Fix mixed content shield notification broke by bug 1140830 r=rnewman 2015-03-13 14:04:01 -05:00