Commit Graph

2972 Commits

Author SHA1 Message Date
Ed Morley
ad99016d73 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-05 11:10:53 +00:00
Tim Taubert
63e77d6290 merge m-c to fx-team 2012-02-04 11:31:07 +01:00
Tim Taubert
ce8456e7af merge m-c to fx-team 2012-02-04 11:28:09 +01:00
Reuben Morais
723e3bb549 Bug 722100 - Use dblclick instead of hard-coded logic/constants in Tab View; r=ttaubert 2012-02-03 14:10:30 +01:00
teramako
cdbf3b742d Bug 722663 - open a new tab from Panorama view should reference gWindow.BROWSER_NEW_TAB_URL; r=dietrich 2012-02-03 10:41:09 +01:00
Tim Taubert
7f8124f8b6 Backed out changeset 2b7cea9aa6a3 (bug 722479) 2012-02-02 23:19:45 +01:00
Panagiotis Koutsourakis
791aa57b19 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
Tim Taubert
b220132363 Bug 722479 - browser/components/thumbnails/test/ tests leak chrome://global/content/mozilla.xhtml; r=dao 2012-02-02 15:51:37 +01:00
Tim Taubert
eb1372e781 Bug 721019 - [Page Thumbnails] Add telemetry probes; r=dietrich 2012-02-02 15:50:53 +01:00
Ed Morley
8be2a077dc Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-02 10:22:32 +00:00
Tim Taubert
67644c2dbd merge m-c to fx-team 2012-02-02 10:03:01 +01:00
Dão Gottwald
bb1da0e09e Bug 720985 - Make some tests stop polluting the global scope 2012-02-02 09:56:35 +01:00
Christian Sonne
730d919697 Bug 388079 - Deleting multiple cookies deletes wrong ones and/or not all selected. r=ttaubert 2012-02-01 16:49:32 +01:00
Tim Taubert
e0586ac554 Bug 707862 - Reset childCount on SHEntry when all children have been removed; r=smaug 2012-02-01 11:45:53 +01:00
Gavin Sharp
94d37b8e6a Bug 723808: don't allow loads in type=content docshells to inherit the system principal, r=bz
--HG--
extra : transplant_source : %E6%25%A7%C1.%DA%02%CC%BF%DA%ED%BEZ%E8%FB%CD%28%0A%FE8
2012-01-30 18:29:44 -08:00
Matthew Noorenberghe
5a5eedd048 Bug 721265 - Firefox migrator: form history support r=mak
--HG--
extra : rebase_source : 3f7ae6f3934b4edc9aabd6228c23acf487e8b293
2012-01-28 13:16:18 -08:00
Tim Taubert
627a8b6c75 merge m-c to fx-team 2012-01-28 09:10:04 +01:00
Tim Taubert
e66b4d60f0 Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Tim Taubert
7773b88a8a Bug 721422 - [Page Thumbs] Re-enable tests and make them work with URI_DANGEROUS_TO_LOAD; r=dietrich 2012-01-27 11:22:35 +01:00
Tim Taubert
6e1989e1e6 Bug 721398 - moz-page-thumb protocol should not access from a web page; r=mak 2012-01-26 18:28:41 +01:00
Tim Taubert
603b70031a Backed out changeset 746adaa9c9da (bug 455553) 2012-01-26 18:27:49 +01:00
Tim Taubert
25a059e084 merge fx-team to m-c 2012-01-26 15:17:01 +01:00
Marco Bonardo
def7bbfed8 Merge last green PGO from inbound to central 2012-01-26 12:58:39 +01:00
Tim Taubert
5e9346e34e Bug 716855 - [Page Thumbnails] Screenshots should contain the the top-left corner; r=dietrich 2012-01-26 11:35:24 +01:00
Tim Taubert
d813ad2062 merge fx-team to m-c 2012-01-26 08:45:50 +01:00
Tim Taubert
c3590b2ce9 merge fx-team to m-c 2012-01-26 08:36:07 +01:00
Tim Taubert
e037ba800a Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Makoto Kato
508d732db1 Bug 720962 - don't build nsBrowserProfileMigratorUtils.cpp on Linux. r=mano 2012-01-26 09:54:26 +09:00
Dão Gottwald
5e113582a4 Bug 720981 - Remove element.iQEventData when it's empty. r=ttaubert 2012-01-25 13:40:11 +01:00
Ms2ger
924b63075d Merge m-c to m-i. 2012-01-25 11:06:40 +01:00
Dão Gottwald
2e4b60b563 No bug - fix some browser chrome tests that pollute the global scope 2012-01-24 23:08:42 +01:00
Tim Taubert
dd3cb89859 merge fx-team to m-c 2012-01-24 15:05:47 +01:00
Tim Taubert
ac0a33bc78 Bug 497543 - Part 4 - Tests and test suite; r=dietrich 2012-01-19 16:01:43 +01:00
Tim Taubert
2613ffa9b3 Bug 497543 - Part 2 - moz-page-thumb:// Protocol and Channel; r=mak 2012-01-19 16:01:42 +01:00
Tim Taubert
a9d1aca417 Bug 497543 - Part 1 - JavaScript Module; r=dietrich 2012-01-19 16:01:42 +01:00
Gavin Sharp
ac6d6a1a1d Bug 719254: rename nsBrowserGlue's onBrowserStartup to something more descriptive of what it actually represents (windows have been restored), r=dao 2012-01-18 15:25:05 -08:00
Dão Gottwald
7f834a6bc7 Bug 485237 - Use \!toolbar.visible instead of the chromehidden attribute existence to identify popups. r=gavin
--HG--
extra : rebase_source : e5a18e5dca37e8ce3a0b5c832b376787d269b310
2012-01-24 01:37:54 +01:00
Felix Fung
4fea49b4ef Bug 275223 - Enable Tree View Columns to be Sorted in Page Info. r=db48x 2012-01-26 16:10:00 -05:00
Paul O’Shannessy
27a4da65a6 Bug 482975 - browser_477657.js is unreliable (orange) [r=gavin] 2012-01-26 11:04:22 -08:00
Ian Moody
f3237508ab Bug 662324 - Add "Fill" and "Fit" position support for "Set As Desktop Background...". r=gavin 2012-02-01 11:37:55 +01:00
Ed Morley
9ce42e0d3e Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-21 02:31:32 +00:00
Tim Taubert
d732d489da Backed out changeset cc55d047eff9 (bug 497543) 2012-01-20 12:07:52 +01:00
Tim Taubert
88d8699927 Backed out changeset f38769f877d6 (bug 497543) 2012-01-20 12:07:43 +01:00
Tim Taubert
ddecf18763 Backed out changeset 6fd9a7eb3b01 (bug 455553) 2012-01-20 12:07:30 +01:00
Tim Taubert
3e4d9c929a Bug 455553 - Part 3 - about:newtab integration; r=gavin 2012-01-20 02:42:18 +01:00
Tim Taubert
7fa6c32413 merge m-c to fx-team 2012-01-20 00:23:23 +01:00
Matt Brubeck
591d03087b Merge last green changeset from inbound to mozilla-central 2012-01-19 10:37:48 -08:00
Robert Kaiser
d3a1b4cdcd bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - nits, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
fea11effb7 bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve onSelect, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
feb8ba5a5b bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve _cloneEngine, r=gavin 2012-01-19 13:39:44 +01:00