Andrea Marchesini
|
ad97ae68b8
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
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 |
|
Mark Finkle
|
f6126af2ae
|
Bug 949104 - Don't write history visits during HTTP redirection r=rnewman
|
2014-11-19 09:06:16 -05:00 |
|
Carsten "Tomcat" Book
|
779a495237
|
Backed out changeset 5b80055fba93 (bug 949104) for Android 4.0 Debug Test failures
|
2014-11-19 17:08:09 +01:00 |
|
Mark Finkle
|
7bf7fc50c7
|
Bug 949104 - Don't write history visits during HTTP redirection r=rnewman
|
2014-11-19 09:06:16 -05:00 |
|
Richard Newman
|
e334bb9742
|
Bug 1093886 - Respect places.history.enabled to disable nsAndroidHistory. r=mfinkle
|
2014-11-04 16:55:34 -08:00 |
|
Makoto Kato
|
8392914f98
|
Bug 1049379 - Remove dangerous public destructor into mobile/android. r=nchen
|
2014-08-20 18:11:00 +09:00 |
|
Mark Finkle
|
5af086f64a
|
Bug 958087 - nsAndroidHistory::SetURITitle is called for iframes and embeds r=blassey
|
2014-01-09 15:43:14 -05:00 |
|
Mark Finkle
|
784805e1c5
|
Bug 949913 - Don't store page refreshes as history visits r=blassey
|
2013-12-16 16:00:08 -05:00 |
|
Mark Finkle
|
6730fa4b41
|
Bug 949639 - Move CanAddURI to nsAndroidHistory r=blassey
|
2013-12-12 23:09:16 -05:00 |
|
Benoit Jacob
|
c719617d8e
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:39 -04:00 |
|
Wes Kocher
|
df60e63207
|
Backed out changeset 554bfe767519 (bug 913847) for leaking on a CLOSED TREE
|
2013-09-18 17:21:02 -07:00 |
|
Benoit Jacob
|
7bcf1eee88
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-18 18:50:32 -04:00 |
|
Marco Bonardo
|
8b9e87dda2
|
Bug 799609 - Disable Places in B2G - Part 4 - Disable Places in Firefox for Android.
Move Android history implementation to the mobile folder, use the newly
exposed NotifyVisited API, disable Places.
r=blassey
|
2012-11-09 10:55:59 +01:00 |
|