Граф коммитов

3006 Коммитов

Автор SHA1 Сообщение Дата
Luis Arteaga 2105919c97 Bug 724080. Broken link to Mozilla Manifesto on about:mozilla page. r=felipe 2012-02-27 18:13:15 -08:00
Wes Johnston ef9ff97936 Bug 730996 - Audio controls should not disappear. r=dolske 2012-02-27 15:53:01 -08:00
Gervase Markham bb3ee85ceb Bug 684831 - tidy up about:license, including adding Apache 2.0 (bug 729457),
moving proprietary block to its own section and #ifdeffing it (bug 688377).
2012-02-27 15:53:38 +00:00
Tim Taubert 66deaed7e7 merge m-c to fx-team 2012-02-26 19:15:38 +01:00
Dão Gottwald db5c0ad548 Bug 729244 - ESC doesn't revert the location bar value anymore. r=gavin 2012-02-24 14:32:00 +01:00
Jared Wein 027e96add3 merge m-c to fx-team 2012-02-24 14:47:45 -05:00
Jared Wein 8a925fa5cc Bug 722258 - Click to play overlay doesn't hide if the control bar play button is used. r=dolske 2012-02-24 10:47:25 -05:00
David Seifried f6573cb36c Bug 702161 - videocontrols.xml has anonymous function event listeners that are added but never removed. r=dolske 2012-02-24 10:46:04 -05:00
Felix Fung bf48e869bf Bug 727901 - Fixed gImageView.data[row] is undefined when sorting. r=dao 2012-02-17 06:13:41 -05:00
Wes Johnston 1dd333d7cc Bug 727817 - Add hidden click to play button for mobile video controls. r=mfinkle,dolske 2012-02-21 15:53:21 -08:00
Gavin Sharp e2c6312d6d Bug 724161: simplify some javascript:/data: drop checks, r=dao
--HG--
extra : transplant_source : q%C4%92%1C%BA%11/%93%85f%9D%26%A1%8AE%A1O%07%C7b
2012-02-14 15:08:35 -08:00
Bill McCloskey d15702e36f Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor) 2012-02-17 14:35:20 -08:00
Ed Morley 0dc60a9892 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-17 11:06:18 +00:00
Serge Gautherie 5bd860a38e Bug 285374. (Av1) Set background color as a property, not as an attribute. r=neil. 2012-02-17 02:50:40 +01:00
Dão Gottwald f29f72ac1b no bug, whitespace fix 2012-02-15 23:28:02 +01:00
Felix Fung 8172c5a17b Bug 495277 - Reduce calls to new Function in Autocomplete.xml. r=gavin 2012-02-16 14:56:06 -05:00
Tim Taubert 191b365d00 merge m-c to fx-team 2012-02-15 11:15:26 +01:00
Masayuki Nakano cdef5df025 Bug 625151 Reset accesskey state at blur and alt keydown r=enn 2012-02-14 09:56:03 +09:00
Jared Wein dbcb775601 Bug 725122 - Fix the intermittent timeouts by only setting the src attribute of the <audio> element after the event listener has been added. r=neil 2012-02-13 16:48:44 -08:00
Jan Bambach 25f68c2f08 Bug 707736 - Hide the cursor when it's motionless over a fullscreen video. r=dolske 2012-02-13 11:14:00 -08:00
Diogo Golovanevsky Monteiro 8ea3a1426a Bug 714071 - The Show Statistics setting is not preserved when toggling the full screen mode. r=neil 2012-02-13 11:07:07 -08:00
Geoff Lankow a825a1156c Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg 2012-01-17 14:18:29 +13:00
John Ford 44f2e85c58 Bug 725199 - include build machine name in about:buildconfig r=ted 2012-02-08 19:16:47 -10:00
Archaeopteryx 70285d8ae9 Bug 718159 - sessionstore prefs not in about:support r=paul 2012-02-08 11:56:01 +01:00
Matthew Noorenberghe aa0a90e6d3 Bug 722636 - Only show "Undo Add to Dictionary" context menu on text fields and add separator r=ehsan
--HG--
extra : rebase_source : 85fab3254730ef89d66fe86b4a6fb6c8f392b882
2012-01-31 14:53:21 -08:00
Matthew Noorenberghe f018d13961 Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
2011-11-07 21:20:42 -08:00
aceman 75d6a3cecc Bug 559501 - On about:support, change "Profile Directory" to "Profile Folder" on Windows & Mac; r=gavin.sharp 2012-02-05 18:57:46 +00:00
Ed Morley 74e1a0f7ab Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-05 11:10:53 +00:00
Tim Taubert ffc8a188fa merge m-c to fx-team 2012-02-04 11:28:09 +01:00
Jared Wein 0cff7b3fa0 Bug 722532 - Large play button should not be displayed on audio elements. r=dolske 2012-02-03 13:29:44 +01:00
Neil Rashbrook 52352be580 Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie. 2012-02-02 22:54:58 +01: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
Ed Morley 20833ba752 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-02 10:22:32 +00:00
Dão Gottwald c0ddbabaa0 Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn 2012-02-02 09:28:04 +01:00
Ehsan Akhgari ac3a500d9b Backout changeset 8b6e498d5933 (bug 649840) because it landed without reviews 2012-01-31 12:07:56 -05:00
Neil Rashbrook be421c5a23 Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie. 2012-01-31 00:27:23 +01:00
Ed Morley c179e0057a Backout 8705f07a49ec (bug 649840) for bustage 2012-01-30 23:20:54 +00:00
Neil Rashbrook 5d4b9bd29a Better test for bug 649840 r=ehsan 2012-01-30 22:28:21 +00:00
Wes Kocher 5a46ed4854 Bug 707223 - Move Graphics <tbody>s into a single table to fix cell alignment issues. r=jmuizelaar
--HG--
extra : rebase_source : 0b67f1896a77dc3fa9e447ce19ceeabeb17eb09c
2012-01-26 13:33:32 -06:00
aceman 292a5eaad7 Bug 593443 - Add some new prefs to the about:support whitelist. r=Mossop 2012-01-28 11:56:14 +00:00
aceman c481c23046 Bug 559500 - On about:support, "Open Containing Folder" is misleading. r=gavin 2012-01-28 11:55:35 +00:00
Tim Taubert a0f0cb5e8d merge m-c to fx-team 2012-01-28 09:10:04 +01:00
Jared Wein eec3794102 Bug 721626 - Video controls' fullscreen button exits fullscreen when in a fullscreen document. r=gavin 2012-01-27 17:03:22 -08:00
Jared Wein 66c20edb37 Bug 714277 - Customization palette has only three columns in a new profile on Windows. r=dao 2012-01-27 17:03:09 -08:00
Matt Brubeck f2c7a1ea2b Merge last green changeset from inbound to mozilla-central 2012-01-27 08:29:23 -08:00
Tim Taubert 256ff98bde merge m-c to fx-team 2012-01-27 11:21:18 +01:00
Jared Wein 08310ce269 Bug 666306 - Added a large play button when the video is not autoplay and with controls enabled. r=dolske
--HG--
rename : toolkit/themes/pinstripe/global/icons/tabprompts-bgtexture.png => toolkit/themes/pinstripe/global/media/clicktoplay-bgtexture.png
rename : toolkit/themes/winstripe/global/icons/tabprompts-bgtexture.png => toolkit/themes/winstripe/global/media/clicktoplay-bgtexture.png
2012-01-26 17:41:35 -08:00
Marco Bonardo 48931a913b Merge mozilla-central to mozilla-inbound 2012-01-26 19:34:35 +01:00
Tim Taubert 8059d2926a Backed out changeset 95143a881557 (bug 455553) 2012-01-26 18:27:45 +01:00
Tim Taubert 2d8effda7e Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich 2012-01-25 23:44:27 +01:00