Ed Morley
|
776733eb64
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-17 11:06:18 +00:00 |
|
Serge Gautherie
|
9212d6da70
|
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
|
7b7122021a
|
no bug, whitespace fix
|
2012-02-15 23:28:02 +01:00 |
|
Felix Fung
|
c1fe72fd38
|
Bug 495277 - Reduce calls to new Function in Autocomplete.xml. r=gavin
|
2012-02-16 14:56:06 -05:00 |
|
Tim Taubert
|
1e2e0ffd61
|
merge m-c to fx-team
|
2012-02-15 11:15:26 +01:00 |
|
Masayuki Nakano
|
1dc6da3333
|
Bug 625151 Reset accesskey state at blur and alt keydown r=enn
|
2012-02-14 09:56:03 +09:00 |
|
Jared Wein
|
b84ff4aa7e
|
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
|
af0ee83b39
|
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
|
817e9ea903
|
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
|
63ce20111b
|
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
|
2cf7e8a0d5
|
Bug 725199 - include build machine name in about:buildconfig r=ted
|
2012-02-08 19:16:47 -10:00 |
|
Archaeopteryx
|
6f44838544
|
Bug 718159 - sessionstore prefs not in about:support r=paul
|
2012-02-08 11:56:01 +01:00 |
|
Matthew Noorenberghe
|
0d9f61cec5
|
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
|
fde3087a8e
|
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
|
342548bbbd
|
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
|
abd2c4311d
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-05 11:10:53 +00:00 |
|
Tim Taubert
|
013824d68d
|
merge m-c to fx-team
|
2012-02-04 11:28:09 +01:00 |
|
Jared Wein
|
58b72802b5
|
Bug 722532 - Large play button should not be displayed on audio elements. r=dolske
|
2012-02-03 13:29:44 +01:00 |
|
Neil Rashbrook
|
0a1cf802b8
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-02-02 22:54:58 +01:00 |
|
Panagiotis Koutsourakis
|
583eb38038
|
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
|
9b8aaafa74
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-02 10:22:32 +00:00 |
|
Dão Gottwald
|
eca2c3b177
|
Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn
|
2012-02-02 09:28:04 +01:00 |
|
Ehsan Akhgari
|
25e8c06950
|
Backout changeset 8b6e498d5933 (bug 649840) because it landed without reviews
|
2012-01-31 12:07:56 -05:00 |
|
Neil Rashbrook
|
366e19724f
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-01-31 00:27:23 +01:00 |
|
Ed Morley
|
d1b367f3d5
|
Backout 8705f07a49ec (bug 649840) for bustage
|
2012-01-30 23:20:54 +00:00 |
|
Neil Rashbrook
|
8f27b20bd2
|
Better test for bug 649840 r=ehsan
|
2012-01-30 22:28:21 +00:00 |
|
Wes Kocher
|
b1dee9c2ee
|
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
|
f6b8672946
|
Bug 593443 - Add some new prefs to the about:support whitelist. r=Mossop
|
2012-01-28 11:56:14 +00:00 |
|
aceman
|
cd5b3ac2ed
|
Bug 559500 - On about:support, "Open Containing Folder" is misleading. r=gavin
|
2012-01-28 11:55:35 +00:00 |
|
Tim Taubert
|
65919116f7
|
merge m-c to fx-team
|
2012-01-28 09:10:04 +01:00 |
|
Jared Wein
|
bade346f49
|
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
|
f80c28e0bb
|
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
|
b23d94048c
|
Merge last green changeset from inbound to mozilla-central
|
2012-01-27 08:29:23 -08:00 |
|
Tim Taubert
|
740dd34385
|
merge m-c to fx-team
|
2012-01-27 11:21:18 +01:00 |
|
Jared Wein
|
e8caca8457
|
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
|
4ed363f0ac
|
Merge mozilla-central to mozilla-inbound
|
2012-01-26 19:34:35 +01:00 |
|
Tim Taubert
|
5885e17c60
|
Backed out changeset 95143a881557 (bug 455553)
|
2012-01-26 18:27:45 +01:00 |
|
Tim Taubert
|
c71d7e5321
|
Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich
|
2012-01-25 23:44:27 +01:00 |
|
Tim Taubert
|
f8ace15561
|
Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich
|
2012-01-25 23:44:27 +01:00 |
|
Tim Taubert
|
eabe7bd5a3
|
Bug 497543 - Part 1 - JavaScript Module; r=dietrich
|
2012-01-19 16:01:42 +01:00 |
|
Dão Gottwald
|
3a2703e038
|
Bug 720984 - contentAreaUtils.js: getTargetFile leaks gDownloadLastDir into the global scope. r=gavin
|
2012-01-26 13:09:45 +01:00 |
|
Dão Gottwald
|
e1d8649025
|
No bug - fix some browser chrome tests that pollute the global scope
|
2012-01-24 23:08:42 +01:00 |
|
Matt Brubeck
|
ba464afa59
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2012-01-24 10:34:46 -08:00 |
|
Simon Montagu
|
296e01b9a3
|
Rename BrowserSetForcedDetector and remove unnecessary parameter. Bug 720310, r=gavin
|
2012-01-24 11:52:05 +02:00 |
|
Simon Montagu
|
5881e8809b
|
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
|
2012-01-24 11:52:05 +02:00 |
|
Serge Gautherie
|
5c02d1e39c
|
Bug 718545. (Av1) browser_keyevents_during_autoscrolling.js: Use EventUtils sendChar() and sendKey(), instead of synthesizeKey(). r=enndeakin.
|
2012-01-24 07:05:14 +01:00 |
|
Asaf Romano
|
6bf5f86344
|
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
|
9a1100d661
|
Backout 5ad0ee32f855 (bug 710259) for build failures on all platforms
|
2012-01-22 22:08:18 +00:00 |
|
Asaf Romano
|
f720f89a34
|
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 |
|
Felix Fung
|
15f260742e
|
Bug 275223 - Enable Tree View Columns to be Sorted in Page Info. r=db48x
|
2012-01-26 16:10:00 -05:00 |
|