Mike Hommey
|
881a7c1554
|
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
|
2013-12-03 06:34:21 +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
|
aadf41e5e3
|
Bug 934361 - Remove CHROME_DEPS. r=mshal
|
2013-11-05 07:39:28 +09:00 |
|
Ed Morley
|
de97d52db6
|
Merge mozilla-central and b2g-inbound
|
2013-09-05 14:53:25 +01:00 |
|
Askeing Yen
|
fcef679c82
|
Bug 891766 - Add gecko's git commit info in B2G build. r=gps
|
2013-09-05 11:31:31 +08:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Mike Hommey
|
10d59baace
|
Bug 895213 - Add STLport license to about:license. r=gerv
|
2013-08-27 11:17:07 +09:00 |
|
Matthew Noorenberghe
|
b5cee2bf78
|
Bug 498181 - Offer to reset a user's profile if it was last used more than two months ago. r=jaws
--HG--
rename : toolkit/content/resetProfile.js => toolkit/modules/ResetProfile.jsm
extra : rebase_source : 88969c77e4d86ba2d6cecbe188e19ad390f6629d
|
2013-06-28 23:25:08 -04:00 |
|
Ekanan Ketunuti
|
61572eda35
|
Bug 828116 - Move modules in toolkit/content and toolkit/mozapps/shared to toolkit/modules. r=Mossop
--HG--
rename : toolkit/mozapps/shared/CertUtils.jsm => toolkit/modules/CertUtils.jsm
rename : toolkit/content/DeferredTask.jsm => toolkit/modules/DeferredTask.jsm
rename : toolkit/content/Deprecated.jsm => toolkit/modules/Deprecated.jsm
rename : toolkit/content/Dict.jsm => toolkit/modules/Dict.jsm
rename : toolkit/mozapps/shared/FileUtils.jsm => toolkit/modules/FileUtils.jsm
rename : toolkit/content/Geometry.jsm => toolkit/modules/Geometry.jsm
rename : toolkit/content/InlineSpellChecker.jsm => toolkit/modules/InlineSpellChecker.jsm
rename : toolkit/content/LightweightThemeConsumer.jsm => toolkit/modules/LightweightThemeConsumer.jsm
rename : toolkit/content/PageMenu.jsm => toolkit/modules/PageMenu.jsm
rename : toolkit/content/PopupNotifications.jsm => toolkit/modules/PopupNotifications.jsm
rename : toolkit/content/PrivateBrowsingUtils.jsm => toolkit/modules/PrivateBrowsingUtils.jsm
rename : toolkit/content/PropertyListUtils.jsm => toolkit/modules/PropertyListUtils.jsm
rename : toolkit/content/Services.jsm => toolkit/modules/Services.jsm
rename : toolkit/content/Task.jsm => toolkit/modules/Task.jsm
rename : toolkit/content/Troubleshoot.jsm => toolkit/modules/Troubleshoot.jsm
rename : toolkit/content/UpdateChannel.jsm => toolkit/modules/UpdateChannel.jsm
rename : toolkit/content/WindowDraggingUtils.jsm => toolkit/modules/WindowDraggingUtils.jsm
rename : toolkit/content/debug.js => toolkit/modules/debug.js
rename : toolkit/content/tests/browser/browser_DeferredTask.js => toolkit/modules/tests/browser/browser_DeferredTask.js
rename : toolkit/content/tests/browser/browser_Deprecated.js => toolkit/modules/tests/browser/browser_Deprecated.js
rename : toolkit/content/tests/browser/browser_Geometry.js => toolkit/modules/tests/browser/browser_Geometry.js
rename : toolkit/content/tests/browser/browser_InlineSpellChecker.js => toolkit/modules/tests/browser/browser_InlineSpellChecker.js
rename : toolkit/content/tests/browser/browser_Services.js => toolkit/modules/tests/browser/browser_Services.js
rename : toolkit/content/tests/browser/browser_Troubleshoot.js => toolkit/modules/tests/browser/browser_Troubleshoot.js
rename : toolkit/mozapps/shared/test/chrome/Makefile.in => toolkit/modules/tests/chrome/Makefile.in
rename : toolkit/mozapps/shared/test/chrome/moz.build => toolkit/modules/tests/chrome/moz.build
rename : toolkit/mozapps/shared/test/chrome/test_bug544442_checkCert.xul => toolkit/modules/tests/chrome/test_bug544442_checkCert.xul
rename : toolkit/content/tests/unit/propertyLists/bug710259_propertyListBinary.plist => toolkit/modules/tests/xpcshell/propertyLists/bug710259_propertyListBinary.plist
rename : toolkit/content/tests/unit/propertyLists/bug710259_propertyListXML.plist => toolkit/modules/tests/xpcshell/propertyLists/bug710259_propertyListXML.plist
rename : toolkit/mozapps/shared/test/unit/test_FileUtils.js => toolkit/modules/tests/xpcshell/test_FileUtils.js
rename : toolkit/content/tests/unit/test_dict.js => toolkit/modules/tests/xpcshell/test_dict.js
rename : toolkit/content/tests/unit/test_propertyListsUtils.js => toolkit/modules/tests/xpcshell/test_propertyListsUtils.js
rename : toolkit/mozapps/shared/test/unit/test_readCertPrefs.js => toolkit/modules/tests/xpcshell/test_readCertPrefs.js
rename : toolkit/content/tests/unit/test_task.js => toolkit/modules/tests/xpcshell/test_task.js
|
2013-05-14 14:37:18 -07:00 |
|
Gregory Szorc
|
2f9c3f619e
|
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
|
2013-02-25 13:19:09 -08:00 |
|
Gavin Sharp
|
6a0bfaa745
|
Remove some unnecessary preprocessing, no bug
--HG--
extra : rebase_source : b8bfed7a5b55652fd8a9b3bf3c601accb8b2022f
|
2013-02-17 17:49:25 -08:00 |
|
Joey Armstrong
|
fa3323d7f6
|
bug 746277: replace hg commands with functions
|
2013-02-15 17:00:12 -05:00 |
|
David Rajchenbach-Teller
|
df6964093f
|
Bug 812859 - A JavaScript module to mark deprecation;r=dolske
|
2013-01-10 20:55:42 +01:00 |
|
Gavin Sharp
|
398d98699a
|
Bug 819827: make fallback value for UpdateChannel.get() match the build's original update channel, r=rstrong
--HG--
extra : rebase_source : 4038fd15a7a58da36612176ff8aba7d192dd74a7
|
2012-12-11 16:45:33 -08:00 |
|
Sriram Ramasubramanian
|
dc47f313b0
|
Bug 783092: LightweightThemeConsumer for Fennec. [r=bmcbride, r=mfinkle]
|
2012-10-31 22:08:48 -07:00 |
|
Ed Morley
|
228a463f2e
|
Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE
|
2012-11-01 00:16:35 +00:00 |
|
Sriram Ramasubramanian
|
9832ff4ad9
|
Bug 783092: LightweightThemeConsumer for Fennec. [r=mfinkle, r=bmcbride]
--HG--
extra : rebase_source : ad40e2ef46b31f102bad73a700cedcbeec9a73d5
|
2012-10-31 11:01:00 -07:00 |
|
Ehsan Akhgari
|
f1d775755a
|
Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm
|
2012-10-09 20:34:59 -04:00 |
|
Ed Morley
|
9b9179d8dc
|
Backout 6e26bb277c64 (bug 799780), cb395ed2de20 (bug 799664), cd5679486c7b (bug 799526) for causing frequent failures in browser_bug400731.js
|
2012-10-11 15:00:05 +01:00 |
|
Ehsan Akhgari
|
8101798633
|
Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm
|
2012-10-09 20:34:59 -04:00 |
|
Drew Willcoxon
|
e7184918ed
|
Bug 554174 - Make about:support information easily parseable. r=felipe
|
2012-09-18 13:25:06 -07:00 |
|
Andres Hernandez
|
2267136e3c
|
Bug 721165 - Extract repeated code for retrieving CHANNEL information from Blocklist and Telemetry to a javascript module r=gavin
|
2012-09-10 10:54:41 -06:00 |
|
Andres Hernandez
|
d81ac5957e
|
Bug 775328 - Move Lazy.jsm to toolkit. r=Mossop
|
2012-07-23 14:28:26 -06:00 |
|
Paolo Amadini
|
7614e7603f
|
Bug 763311 - Implement basic "Task.js" interfaces in Toolkit. r=Mossop
|
2012-08-20 13:51:44 +02:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Mike Hommey
|
03af8b0c50
|
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
|
2012-08-04 10:38:41 +02:00 |
|
Mike Hommey
|
7096160830
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 08:48:56 +02:00 |
|
Blair McBride
|
fb387b6491
|
Bug 780313 - Remove unnecessary preprocessing of Toolkit files. r=gavin
|
2012-08-04 13:22:55 +12:00 |
|
Chris Lord
|
92199ce95d
|
Bug 769467 - Add a PrivateBrowsingUtils module. r=gavin
Add a PrivateBrowsingUtils module that contains a function to find out if an
arbitrary window is a descendant of a private docshell or not.
|
2012-07-03 15:35:03 +01:00 |
|
Phil Ringnalda
|
794274aa42
|
Back out 6a386d638a1a (bug 746277) for packaged build bustage
|
2012-06-27 08:31:38 -07:00 |
|
Joey Armstrong
|
40e722a2da
|
bug 746277: replace hg shell pipelines with make logic
|
2012-05-16 15:09:00 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matthew Noorenberghe
|
db73057009
|
Bug 717070 - Profile reset - Part 3 - about:support UI to reset profile. r=mak
|
2012-02-23 19:34:18 -08:00 |
|
John Ford
|
44f2e85c58
|
Bug 725199 - include build machine name in about:buildconfig r=ted
|
2012-02-08 19:16:47 -10:00 |
|
Panagiotis Koutsourakis
|
9c7dfb9706
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Asaf Romano
|
ba1dfa63f2
|
Reland Part 1 of Bug 710259 - Add a module for reading property list (plist) files (and add support for lazy-getters values in Dict.jsm). r=mak, sr=mossap for the new module. r=sid0 for the changes to Dict.jsm
|
2012-01-23 14:05:01 +02:00 |
|
Ed Morley
|
4da24e0420
|
Backout 5ad0ee32f855 (bug 710259) for build failures on all platforms
|
2012-01-22 22:08:18 +00:00 |
|
Asaf Romano
|
f91120b1f1
|
Part 1 of Bug 710259 - Add a module for reading property list (plist) files (and add support for lazy-getters values in Dict.jsm). r=mak, sr=mossap for the new module. r=sid0 for the changes to Dict.jsm
|
2012-01-22 23:49:20 +02:00 |
|
Brad Lassey
|
527c57de83
|
bug 676856 - show package name in about:buildconfig on Android r=gavin
|
2011-08-09 17:16:26 -04:00 |
|
Jan Varga
|
a298beaa2e
|
Bug 617528 Part 2 - Core implementation r=smaug
--HG--
rename : content/html/content/test/test_bug418756.html => content/html/content/test/test_checked.html
|
2011-08-08 19:31:32 +02:00 |
|
Siddarth Agarwal
|
1ef146d92d
|
Bug 621204 - Add Dict.jsm to toolkit, r=dtownsend
|
2011-03-23 15:13:41 -04:00 |
|
Mike Hommey
|
fcb36ca646
|
Bug 428765 - Use nxIXULAppInfo to get application version number in about:. r=gavin,a=gavin
|
2010-10-26 09:15:28 +02:00 |
|
Edward Lee
|
ea075ee9f6
|
Bug 582865 - Provide a shared "shape" module for Point, Rect, etc. [r=mossop a=gavin]
|
2010-08-12 02:51:03 -07:00 |
|
Felipe Gomes
|
d65b7b93da
|
Bug 555081 - Add support for titlebar mouse interaction and address missing aero features. r=jmathies, smaug, vlad.
|
2010-06-28 01:04:05 -05:00 |
|
Gavin Sharp
|
49e5b3ee9e
|
Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao
|
2010-04-09 13:45:25 -04:00 |
|
Justin Wood
|
d690cb2601
|
Bug 553815. browser_Services.js and Services.jsm shouldn't fail if MOZ_TOOLKIT_SEARCH is undefined. r=gavin
--HG--
extra : rebase_source : c50f4b39f3a687a9e273f5ea1da18aa2c2da88e3
|
2010-05-29 23:30:04 -04:00 |
|
Gavin Sharp
|
eaf57306e9
|
Bug 512784: add Services.jsm module to allow easy global access to common services, r=dao, r=Mossop
--HG--
extra : rebase_source : 1827809b6e8ce51e4fb238e962f36aaf30b6ad15
|
2010-01-28 13:31:45 -05:00 |
|
Gijs Kruitbosch
|
569fe7220a
|
Bug 515792 - use hg parent, as few times as possible, rather than lots of hg identify, r=ted.mielczarek
|
2009-12-20 15:25:48 +01:00 |
|