Commit Graph

13 Commits

Author SHA1 Message Date
Michael Comella
dad9ab8dd6 Bug 1105563 - Move Themed* to widget.themed package. r=nalexander 2015-08-26 14:28:05 -07:00
Sebastian Kaspari
0763f09bd4 Bug 1169435 - Replace deprecated Resources.getColor() with call to ColorUtils.getColor(). r=mcomella 2015-08-11 11:09:37 +02:00
Michael Comella
a608c7dc02 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.
2015-02-25 16:00:12 -08:00
Jim Chen
692baae6a3 Bug 994472 - Emulate previous backspace behavior; r=wesj 2014-05-20 12:39:51 -04:00
Michael Comella
056346ec22 Bug 991256 - Rename preprocessed Gecko* -> Themed* in widget/. r=bnicholson 2014-04-02 15:56:52 -07:00
Nick Alexander
eebf2f7b85 Bug 924232 - Part 2: Move preprocessed Gecko*.java.in to widget package. r=mfinkle 2013-10-10 11:53:14 -07:00
Sriram Ramasubramanian
7eb10f1b25 Bug 845572: GeckoView should listen for LWTheme messages. [r=wesj] 2013-02-26 15:32:53 -08:00
Sriram Ramasubramanian
052636e375 Bug 806937: Private tabs support for awesomescreen. [r=mfinkle] 2012-11-16 00:41:53 -08:00
Mark Finkle
17a9263b6e Backout 11fcd37bfb7d, cdf30a34dec9, d5f4626f5b73, e0a0a5b98b95, 944db176184e, 984a10bc4125, 585a7f8fc448, abfc930bc7cd for test failures 2012-11-28 21:55:05 -05:00
Sriram Ramasubramanian
b27e801d6f Bug 806937: Private tabs support for awesomescreen. [r=mfinkle] 2012-11-16 00:41:53 -08:00
Sriram Ramasubramanian
52875aedeb Bug 770928: Enable default text interaction on honeycomb+. [r=mbrubeck] 2012-07-26 23:56:53 -07:00
Matt Brubeck
b9a36644ff Bug 762309 - Show and hide the on-screen keyboard along with the Find In Page bar [r=bnicholson] 2012-07-11 16:06:25 -07:00
Matt Brubeck
80e84ec64e Bug 771525 - Back button should dismiss the Find In Page bar [r=bnicholson] 2012-07-11 16:04:49 -07:00