Mark Hammond
0d470f4198
Bug 1080934 - add radio buttons to about:welcomeback. r=Unfocused
2014-10-24 10:56:33 +11:00
Mark Hammond
7e0e31669a
Backed out changeset 0b08eb8e264b (Bug 1080934) for bc failures.
2014-10-23 16:20:13 +11:00
Mark Hammond
9c68a3252e
Bug 1080934 - add radio buttons to about:welcomeback. r=Unfocused
2014-10-23 15:00:23 +11:00
Mark Hammond
4683821ea9
Bug 1063710 - Make Reset Profile write the reset's timestamp to times.json. r=gps
2014-10-23 15:00:23 +11:00
Mark Hammond
ffbc0b9c2c
Bug 1063714 - migrate FHR related data to new profile on profile migration/reset. r=gps
2014-10-23 15:00:22 +11:00
Mark Hammond
647a58c354
Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN
...
--HG--
extra : rebase_source : 4e9f51eb421ccd12e2fc14b6294a104d1c7a1aff
2014-10-11 12:37:16 +11:00
Andrew Halberstadt
d292ee73f1
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Steven MacLeod
51ec78291f
Bug 1035557 - Migrate crash checkpoints with the session so that we don't appear to crash during reset. r=ttaubert
...
--HG--
extra : rebase_source : 29fd4cccaf53a4011d8022b733e83eb1d7f25aaf
extra : histedit_source : c0bb058cd59087c126e2462d596f6b72db9d0de1
2014-08-11 16:41:27 -04:00
Birunthan Mohanathas
c8c41d6efe
Bug 1038458 - Part 4: Flatten browser/components/migration/{public,src}/ directories. r=mak
...
--HG--
rename : browser/components/migration/src/BrowserProfileMigrators.manifest => browser/components/migration/BrowserProfileMigrators.manifest
rename : browser/components/migration/src/ChromeProfileMigrator.js => browser/components/migration/ChromeProfileMigrator.js
rename : browser/components/migration/src/FirefoxProfileMigrator.js => browser/components/migration/FirefoxProfileMigrator.js
rename : browser/components/migration/src/IEProfileMigrator.js => browser/components/migration/IEProfileMigrator.js
rename : browser/components/migration/src/MigrationUtils.jsm => browser/components/migration/MigrationUtils.jsm
rename : browser/components/migration/src/ProfileMigrator.js => browser/components/migration/ProfileMigrator.js
rename : browser/components/migration/src/SafariProfileMigrator.js => browser/components/migration/SafariProfileMigrator.js
rename : browser/components/migration/public/nsIBrowserProfileMigrator.idl => browser/components/migration/nsIBrowserProfileMigrator.idl
rename : browser/components/migration/src/nsIEHistoryEnumerator.cpp => browser/components/migration/nsIEHistoryEnumerator.cpp
rename : browser/components/migration/src/nsIEHistoryEnumerator.h => browser/components/migration/nsIEHistoryEnumerator.h
2014-07-26 09:31:57 -07:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Birunthan Mohanathas
51ba75d135
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Matthew Noorenberghe
91ec3a6aac
Bug 705927 - Support friendly names for profile selection during migration. r=Mano
2014-06-04 00:56:18 -07:00
Birunthan Mohanathas
5f1fde8824
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Carsten "Tomcat" Book
26f471ed60
Merge mozilla-central to fx-team
2014-03-21 15:35:37 +01:00
Boris Zbarsky
009cf4dd56
Bug 980962. Fix in-tree consumers to not construct typed arrays without "new". r=jorendorff
2014-03-20 23:19:42 -04:00
Jared Wein
cbd250673e
Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs
...
--HG--
extra : rebase_source : 03e07612be960c1b3a961e065404034ae0db5ce1
2014-03-20 20:23:36 -04:00
Phil Ringnalda
6e1b3cfb33
Back out bbb44c125553 (bug 940393) for breaking WinXP
2014-03-20 20:57:39 -07:00
Jared Wein
86208b298b
Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs
2014-03-20 20:23:36 -04:00
Rui You
4f3f54d192
Bug 895025 - Unable to import bookmarks from IE when they contain a .lnk to a folder. r=mak
2014-01-24 18:41:08 +08:00
Gregory Szorc
e396fc159d
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Mike Hommey
8fd06cf41b
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-27 22:55:07 +09:00
Mike Hommey
b32a4ed166
Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
...
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Mike Hommey
682364d535
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-28 13:08:16 +09:00
Mike Hommey
2812d11fce
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
...
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
26bc04d200
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
2013-11-19 11:47:43 +09:00
Mike Hommey
e80e877ab7
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
dda5b915fe
Bug 939039 - Remove now useless FORCE_STATIC_LIB definitions. r=gps
2013-11-19 11:47:28 +09:00
Mike Hommey
ffe0380912
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
2013-11-19 11:47:14 +09:00
Mike Hommey
ceb06200dc
Bug 937900 - Don't link browsercomps.dll against the static RTL. r=bsmedberg
2013-11-16 13:38:00 +09:00
Henri Sivonen
5ac2a5be04
Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky.
2013-11-04 13:24:33 +02:00
Carsten "Tomcat" Book
6646962e49
Backed out changeset 88e0c01e2d81 (bug 910192) bustage on a CLOSED TREE
2013-11-04 13:04:02 +01:00
Henri Sivonen
7af818f242
Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky.
2013-11-04 13:24:33 +02:00
Cykesiopka
d2f6b7333c
Bug 914270 - Part 1: Simple/Automated moves. r=joey
2013-10-24 18:51:00 +01:00
Mike Hommey
b000a846c2
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Gijs Kruitbosch
3905b31a92
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Phil Ringnalda
42269c15ff
Back out e9f46c81c28e (bug 924463) on suspicion of being the One True cause of mass browser-chrome orange
...
CLOSED TREE
2013-10-18 18:54:22 -07:00
Gijs Kruitbosch
fd78ae11da
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Birunthan Mohanathas
2799a23c6a
Bug 784739 - Switch from NULL to nullptr in browser/components. r=ehsan
2013-08-21 12:13:50 -04:00
Ms2ger
fcfe6983ba
Bug 897458 - Move EXTRA_PP_JS_MODULES to moz.build; r=gps
2013-08-02 09:03:25 +02:00
Tim Taubert
4cbcbac785
Bug 891806 - part 1 - replace 'yield;' with 'yield undefined;' in browser/; r=jaws
2013-07-10 23:52:04 +02:00
Joey Armstrong
a8ffe81a63
bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2 .
2013-07-03 12:01:06 -04:00
Gijs Kruitbosch
42183897e2
Bug 833943, part 3: implement migrator changes, r=MattN, sr=gavin
...
--HG--
extra : rebase_source : d94c1d1c84f9b996d92317a26cbd227c0cb97a44
2013-06-28 17:45:05 -04:00
Gijs Kruitbosch
559fbf7939
Bug 833943, part 2: implement about:welcomeback, r=gavin
...
* * *
Bug 833943 - Part 5: add about:welcomeback to gInitialPages
--HG--
rename : browser/components/sessionstore/content/aboutSessionRestore.xhtml => browser/components/migration/content/aboutWelcomeBack.xhtml
extra : rebase_source : fc58ab8f648c4e0298959429cbf52de40135bb3d
2013-06-28 17:44:29 -04:00
Steven MacLeod
00c5b4c4da
Bug 866638 - Ignore invalid URIs when importing Safari History, r=gavin
...
--HG--
extra : rebase_source : a7da5851b13ae1bb487ed843342e2c54976318fb
2013-06-25 18:12:23 -04:00
Joey Armstrong
177893ac53
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal
2013-06-20 15:59:59 -04:00
Brian O'Keefe
11bcc1cd9e
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1 ); r=mshal
...
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Joey Armstrong
0a0e08cb9c
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1 ) r=mshal
2013-06-14 14:07:19 -04:00
Joey Armstrong
8101528304
bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #1 ). r=mshal
2013-06-10 11:30:03 -04:00
Mark Hammond
5a6f7551ba
Bug 878690 - Use FormHistory.jsm for the Safari profile migrator. r=mak
2013-06-04 09:51:36 +10:00